#CC0083
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0083
Visually, #CC0083 is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. Its digital footprint relies on 204 parts red, 0 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 36% Y, and 20% K. The HSL representation is 321.5° hue, 100.0% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC0083
RGB204, 0, 131
HSL321.5°, 100.0%, 40.0%
CMYK0%, 100%, 36%, 20%
HSV321.5°, 100.0%, 80.0%
LAB44.9, 74.1, -13.6
XYZ29.0, 14.5, 22.7
Decimal13369475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0083;
}
.text-color {
color: #CC0083;
}
.border-color {
border: 2px solid #CC0083;
}