Shades of Deep Magenta #CF0FC9
Tints of Deep Magenta #CF0FC9
RGB
CMYK
RGB Variations
Color information
#CF0FC9 (or 0xCF0FC9) is known color: Deep Magenta. HEX triplet: CF, 0F and C9. RGB value is (207,15,201). Sum of RGB (Red+Green+Blue) = 207+15+201=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FC9 is #30F036. Grayscale: #5D5D5D. Windows color (decimal): -3207223 or 13176783. OLE color: 13176783.
HSL color Cylindrical-coordinate representation of color #CF0FC9: hue angle of 301.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FC9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 201 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.19 |
| HSL | 301.88º | 0.86% | 0.44% | - |
| HSV(B) | 301.88º | 0.93% | 0.81% | - |
| XYZ | 36.45 | 17.82 | 56.78 | - |
| YUV | 93.61 | 188.61 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 201 | 0 | 0.93 | 0.03 | 0.19 | 301.88 | 0.86 | 0.44 |
| Hex | CF | F | C9 | 0 | 5D | 3 | 13 | 12E | 56 | 2C |
| Octal | 317 | 17 | 311 | 0 | 135 | 3 | 23 | 456 | 126 | 54 |
| Binary | 11001111 | 1111 | 11001001 | 0 | 1011101 | 11 | 10011 | 100101110 | 1010110 | 101100 |
Color Harmonies of #CF0FC9
Complementary color
Monochromatic Colors of #CF0FC9
Black with #CF0FC9
Text Example
Text Example
White with #CF0FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FC9; }
p { color: rgb(207,15,201); }
H1.HeaderClassName
{
color: #CF0FC9;
}
.AnyTagClassName
{
color: #CF0FC9;
}
</style>
background-color css
<style>
a { background-color: #CF0FC9; }
a { background-color: rgb(207,15,201); }
div.DivClassName
{
background-color: #CF0FC9;
}
.BgClassName
{
background-color: #CF0FC9;
}
</style>
border-color css
<style>
span { border-color: #CF0FC9; }
span { border-color: rgb(207,15,201); }
td.TdClassName
{
border-color: #CF0FC9;
}
.TagClassName
{
border-color: #CF0FC9;
}
</style>