#CC2483
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC2483
At its core, #CC2483 is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 36, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 82% magenta, 36% yellow, and 20% black. With a hue angle of 326.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#CC2483
RGB204, 36, 131
HSL326.1°, 70.0%, 47.1%
CMYK0%, 82%, 36%, 20%
HSV326.1°, 82.4%, 80.0%
LAB46.6, 69.1, -11.0
XYZ29.6, 15.7, 22.9
Decimal13378691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2483;
}
.text-color {
color: #CC2483;
}
.border-color {
border: 2px solid #CC2483;
}