#CC0F92
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0F92
Visually, #CC0F92 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(204, 15, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 93% M, 28% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#CC0F92
RGB204, 15, 146
HSL318.4°, 86.3%, 42.9%
CMYK0%, 93%, 28%, 20%
HSV318.4°, 92.6%, 80.0%
LAB46.0, 74.3, -21.1
XYZ30.3, 15.3, 28.5
Decimal13373330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F92;
}
.text-color {
color: #CC0F92;
}
.border-color {
border: 2px solid #CC0F92;
}