#FF1D75
A medium, vivid magenta closely aligning with Deeppink.
About #FF1D75
Visually, #FF1D75 is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(255, 29, 117).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 89% magenta inks. The HSL representation is 336.6° hue, 100.0% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF1D75
RGB255, 29, 117
HSL336.6°, 100.0%, 55.7%
CMYK0%, 89%, 54%, 0%
HSV336.6°, 88.6%, 100.0%
LAB55.5, 81.2, 11.6
XYZ44.9, 23.4, 19.0
Decimal16719221
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D75;
}
.text-color {
color: #FF1D75;
}
.border-color {
border: 2px solid #FF1D75;
}