#C5005F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #C5005F
At its core, #C5005F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 197 red, 0 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 52% Y, and 23% K. With a hue angle of 331.1 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5005F
RGB197, 0, 95
HSL331.1°, 100.0%, 38.6%
CMYK0%, 100%, 52%, 23%
HSV331.1°, 100.0%, 77.3%
LAB42.3, 69.4, 4.8
XYZ25.1, 12.7, 12.0
Decimal12910687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5005F;
}
.text-color {
color: #C5005F;
}
.border-color {
border: 2px solid #C5005F;
}