Shades of Deep Magenta #CF04C9
Tints of Deep Magenta #CF04C9
RGB
CMYK
RGB Variations
Color information
#CF04C9 (or 0xCF04C9) is known color: Deep Magenta. HEX triplet: CF, 04 and C9. RGB value is (207,4,201). Sum of RGB (Red+Green+Blue) = 207+4+201=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04C9 is #30FB36. Grayscale: #565656. Windows color (decimal): -3210039 or 13173967. OLE color: 13173967.
HSL color Cylindrical-coordinate representation of color #CF04C9: hue angle of 301.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04C9 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 201 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.19 |
| HSL | 301.77º | 0.96% | 0.41% | - |
| HSV(B) | 301.77º | 0.98% | 0.81% | - |
| XYZ | 36.32 | 17.57 | 56.74 | - |
| YUV | 87.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 201 | 0 | 0.98 | 0.03 | 0.19 | 301.77 | 0.96 | 0.41 |
| Hex | CF | 4 | C9 | 0 | 62 | 3 | 13 | 12E | 60 | 29 |
| Octal | 317 | 4 | 311 | 0 | 142 | 3 | 23 | 456 | 140 | 51 |
| Binary | 11001111 | 100 | 11001001 | 0 | 1100010 | 11 | 10011 | 100101110 | 1100000 | 101001 |
Color Harmonies of #CF04C9
Complementary color
Monochromatic Colors of #CF04C9
Black with #CF04C9
Text Example
Text Example
White with #CF04C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04C9; }
p { color: rgb(207,4,201); }
H1.HeaderClassName
{
color: #CF04C9;
}
.AnyTagClassName
{
color: #CF04C9;
}
</style>
background-color css
<style>
a { background-color: #CF04C9; }
a { background-color: rgb(207,4,201); }
div.DivClassName
{
background-color: #CF04C9;
}
.BgClassName
{
background-color: #CF04C9;
}
</style>
border-color css
<style>
span { border-color: #CF04C9; }
span { border-color: rgb(207,4,201); }
td.TdClassName
{
border-color: #CF04C9;
}
.TagClassName
{
border-color: #CF04C9;
}
</style>