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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C154C1
Base
#54C154
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C154C1
Base
#8A54C1
#C1548A
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C154C1
Base
#C1C154
#54C1C1
Two colors flanking the complement — high contrast with less tension than full complementary.
#C154C1
Base
#8AC154
#54C18A
Four colors at 90° intervals — rich variety, best when one color dominates.
#C154C1
Base
#C18A54
#54C154
#548AC1
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C154C1
Base
#5B215B
#933593
#AD3FAD
#CC72CC
#D58CD5
#EAC4EA
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
#C154C1
Base
#CC72CC
#D791D7
#E2AFE2
#EDCEED
#F8ECF8
Ready-to-use code snippets for #C154C1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C154C1;
}
/* Text */
.element {
color: #C154C1;
}
/* Border */
.element {
border: 1px solid #C154C1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C154C1,
#54C154
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C154C1,
#54C154
);
}
// 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);
}
How Deep Fuchsia appears to people with different types of color vision deficiency.
#C154C1
How the color appears with full color vision.
#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.
#6868C1
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B76A6A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#808080
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.