#FF24C5
A medium, vivid magenta closely aligning with Deeppink.
About #FF24C5
When working with digital screens, the color #FF24C5 is rendered by mixing light. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(255, 36, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 86% magenta inks. With a hue angle of 315.9 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF24C5
RGB255, 36, 197
HSL315.9°, 100.0%, 57.1%
CMYK0%, 86%, 23%, 0%
HSV315.9°, 85.9%, 100.0%
LAB58.6, 87.4, -30.9
XYZ51.9, 26.6, 55.2
Decimal16721093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.31:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF24C5;
}
.text-color {
color: #FF24C5;
}
.border-color {
border: 2px solid #FF24C5;
}