#CC0F6D
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0F6D
Visually, #CC0F6D is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 15, and 109.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 93% magenta, 47% yellow, and 20% black. With a hue angle of 330.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC0F6D
RGB204, 15, 109
HSL330.2°, 86.3%, 42.9%
CMYK0%, 93%, 47%, 20%
HSV330.2°, 92.6%, 80.0%
LAB44.6, 70.7, -0.5
XYZ27.8, 14.3, 15.8
Decimal13373293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.45:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F6D;
}
.text-color {
color: #CC0F6D;
}
.border-color {
border: 2px solid #CC0F6D;
}