#CC0F99
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0F99
The precise color #CC0F99 is an excellent choice for modern design projects. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 204 red, 15 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 93% Magenta, 25% Yellow, and 20% Black. With a hue angle of 316.2 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC0F99
RGB204, 15, 153
HSL316.2°, 86.3%, 42.9%
CMYK0%, 93%, 25%, 20%
HSV316.2°, 92.6%, 80.0%
LAB46.3, 75.1, -24.9
XYZ30.8, 15.5, 31.5
Decimal13373337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F99;
}
.text-color {
color: #CC0F99;
}
.border-color {
border: 2px solid #CC0F99;
}