Shades of Deep Magenta #CF0FC6
Tints of Deep Magenta #CF0FC6
RGB
CMYK
RGB Variations
Color information
#CF0FC6 (or 0xCF0FC6) is known color: Deep Magenta. HEX triplet: CF, 0F and C6. RGB value is (207,15,198). Sum of RGB (Red+Green+Blue) = 207+15+198=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FC6 is #30F039. Grayscale: #5C5C5C. Windows color (decimal): -3207226 or 12980175. OLE color: 12980175.
HSL color Cylindrical-coordinate representation of color #CF0FC6: hue angle of 302.81º 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 #CF0FC6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 198 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.19 |
| HSL | 302.81º | 0.86% | 0.44% | - |
| HSV(B) | 302.81º | 0.93% | 0.81% | - |
| XYZ | 36.1 | 17.68 | 54.94 | - |
| YUV | 93.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 198 | 0 | 0.93 | 0.04 | 0.19 | 302.81 | 0.86 | 0.44 |
| Hex | CF | F | C6 | 0 | 5D | 4 | 13 | 12F | 56 | 2C |
| Octal | 317 | 17 | 306 | 0 | 135 | 4 | 23 | 457 | 126 | 54 |
| Binary | 11001111 | 1111 | 11000110 | 0 | 1011101 | 100 | 10011 | 100101111 | 1010110 | 101100 |
Color Harmonies of #CF0FC6
Complementary color
Monochromatic Colors of #CF0FC6
Black with #CF0FC6
Text Example
Text Example
White with #CF0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FC6; }
p { color: rgb(207,15,198); }
H1.HeaderClassName
{
color: #CF0FC6;
}
.AnyTagClassName
{
color: #CF0FC6;
}
</style>
background-color css
<style>
a { background-color: #CF0FC6; }
a { background-color: rgb(207,15,198); }
div.DivClassName
{
background-color: #CF0FC6;
}
.BgClassName
{
background-color: #CF0FC6;
}
</style>
border-color css
<style>
span { border-color: #CF0FC6; }
span { border-color: rgb(207,15,198); }
td.TdClassName
{
border-color: #CF0FC6;
}
.TagClassName
{
border-color: #CF0FC6;
}
</style>