#CC078A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC078A
At its core, #CC078A is a medium and vivid hue. Designers often compare it to the standard color Mediumvioletred. Its digital footprint relies on 204 parts red, 7 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 97% magenta, 32% yellow, and 20% black. The HSL representation is 320.1° hue, 93.4% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC078A
RGB204, 7, 138
HSL320.1°, 93.4%, 41.4%
CMYK0%, 97%, 32%, 20%
HSV320.1°, 96.6%, 80.0%
LAB45.4, 74.2, -17.2
XYZ29.6, 14.8, 25.3
Decimal13371274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC078A;
}
.text-color {
color: #CC078A;
}
.border-color {
border: 2px solid #CC078A;
}