Royal Fuchsia (#CA2C92)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 4.90:1 — vs black: 4.29:1

Color values

  • HEX #CA2C92
  • RGB rgb(202, 44, 146)
  • HSL hsl(321, 64%, 48%)
  • CMYK cmyk( 0, 78, 28, 21 )
  • Websafe #CC3399

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #CA2C92 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Royal Fuchsia
#CA2C92 Base
#2CCA64
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Royal Fuchsia
#CA2C92 Base
#B32CCA
#CA2C43
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Royal Fuchsia
#CA2C92 Base
#92CA2C
#2C92CA
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Royal Fuchsia
#CA2C92 Base
#43CA2C
#2CCAB3
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Royal Fuchsia
#CA2C92 Base
#CAB32C
#2CCA64
#2C43CA
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Royal Fuchsia
#CA2C92 Base
#4C1137
#8B1E65
#A8257A
#D748A4
#DD65B3
#EBA4D2
Shades & Tints

Darker shades and lighter tints of Royal Fuchsia, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#15050F
#390C29
#5D1443
#821C5E
#A62478
Royal Fuchsia #CA2C92 Base
#D84DA7
#E175BA
#E99CCE
#F2C3E1
#FAEAF5
CSS & SCSS Snippets

Ready-to-use code snippets for #CA2C92. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #CA2C92;
}

/* Text */
.element {
    color: #CA2C92;
}

/* Border */
.element {
    border: 1px solid #CA2C92;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #CA2C92,
        #2CCA64
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #CA2C92,
        #2CCA64
    );
}
SCSS Variable
// SCSS variable
$royal-fuchsia: #CA2C92;

// With RGB channels (useful for rgba() usage)
$royal-fuchsia-r: 202;
$royal-fuchsia-g: 44;
$royal-fuchsia-b: 146;

// Usage
.element {
    background-color: $royal-fuchsia;
    color: rgba($royal-fuchsia-r, $royal-fuchsia-g, $royal-fuchsia-b, 0.8);
}
Color Blindness Simulation

How Royal Fuchsia appears to people with different types of color vision deficiency.

Normal Vision #CA2C92 How the color appears with full color vision.
Deuteranopia #78788F Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #535393 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #C54444 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #717171 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Royal Fuchsia ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Royal Fuchsia #CA2C92 Base
Magenta-pink #CC338B ΔE 2.25
Red Violet #C71585 ΔE 3.16
Medium Red Violet #BB3385 ΔE 3.21
Fandango #B53389 ΔE 3.90

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.