#FF0775
A medium, vivid magenta closely aligning with Deeppink.
About #FF0775
At its core, #FF0775 is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 255 red, 7 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 97% M, 54% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF0775
RGB255, 7, 117
HSL333.4°, 100.0%, 51.4%
CMYK0%, 97%, 54%, 0%
HSV333.4°, 97.3%, 100.0%
LAB54.8, 83.3, 10.5
XYZ44.5, 22.7, 18.9
Decimal16713589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0775;
}
.text-color {
color: #FF0775;
}
.border-color {
border: 2px solid #FF0775;
}