#C5166D
A medium, vivid magenta closely aligning with Mediumvioletred.
About #C5166D
Visually, #C5166D is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(197, 22, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 89% M, 45% Y, and 23% K. With a hue angle of 330.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5166D
RGB197, 22, 109
HSL330.2°, 79.9%, 42.9%
CMYK0%, 89%, 45%, 23%
HSV330.2°, 88.8%, 77.3%
LAB43.6, 68.1, -2.2
XYZ26.1, 13.5, 15.7
Decimal12916333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.66:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.41:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5166D;
}
.text-color {
color: #C5166D;
}
.border-color {
border: 2px solid #C5166D;
}