#CC0F7C
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0F7C
Visually, #CC0F7C 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 124.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 93% Magenta, 39% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC0F7C
RGB204, 15, 124
HSL325.4°, 86.3%, 42.9%
CMYK0%, 93%, 39%, 20%
HSV325.4°, 92.6%, 80.0%
LAB45.1, 72.0, -9.0
XYZ28.7, 14.6, 20.4
Decimal13373308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F7C;
}
.text-color {
color: #CC0F7C;
}
.border-color {
border: 2px solid #CC0F7C;
}