Deep Fuchsia (#C154C1)

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: #000000
Contrast vs white: 3.96:1 — vs black: 5.31:1

Color values

  • HEX #C154C1
  • RGB rgb(193, 84, 193)
  • HSL hsl(300, 46%, 54%)
  • CMYK cmyk( 0, 56, 0, 24 )
  • Websafe #CC66CC

Tags

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

Color Harmonies

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

Complementary

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

Deep Fuchsia
#C154C1 Base
#54C154
Analogous

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

Deep Fuchsia
#C154C1 Base
#8A54C1
#C1548A
Triadic

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

Deep Fuchsia
#C154C1 Base
#C1C154
#54C1C1
Split-Complementary

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

Deep Fuchsia
#C154C1 Base
#8AC154
#54C18A
Tetradic (Square)

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

Deep Fuchsia
#C154C1 Base
#C18A54
#54C154
#548AC1
Monochromatic

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

Deep Fuchsia
#C154C1 Base
#5B215B
#933593
#AD3FAD
#CC72CC
#D58CD5
#EAC4EA
Shades & Tints

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

Shades (darker)

#130713
#381438
#5D225D
#812F81
#A63CA6
Deep Fuchsia #C154C1 Base
#CC72CC
#D791D7
#E2AFE2
#EDCEED
#F8ECF8
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #C154C1,
        #54C154
    );
}
SCSS Variable
// SCSS variable
$deep-fuchsia: #C154C1;

// With RGB channels (useful for rgba() usage)
$deep-fuchsia-r: 193;
$deep-fuchsia-g: 84;
$deep-fuchsia-b: 193;

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

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

Normal Vision #C154C1 How the color appears with full color vision.
Deuteranopia #8181BF 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 #6868C1 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #B76A6A Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #808080 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 Deep Fuchsia ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Deep Fuchsia #C154C1 Base
Medium Orchid #BA55D3 ΔE 3.82
Steel Pink #CC33CC ΔE 4.78
Rich Lilac #B666D2 ΔE 5.26
Rich Lavender #A76BCF ΔE 7.59

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.