#CC075F
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC075F
At its core, #CC075F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 204 red, 7 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 97% Magenta, 53% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC075F
RGB204, 7, 95
HSL333.2°, 93.4%, 41.4%
CMYK0%, 97%, 53%, 20%
HSV333.2°, 96.6%, 80.0%
LAB44.0, 70.4, 7.3
XYZ27.0, 13.8, 12.1
Decimal13371231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC075F;
}
.text-color {
color: #CC075F;
}
.border-color {
border: 2px solid #CC075F;
}