Shades of Deep Magenta #CF0EC6
Tints of Deep Magenta #CF0EC6
RGB
CMYK
RGB Variations
Color information
#CF0EC6 (or 0xCF0EC6) is known color: Deep Magenta. HEX triplet: CF, 0E and C6. RGB value is (207,14,198). Sum of RGB (Red+Green+Blue) = 207+14+198=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EC6 is #30F139. Grayscale: #5C5C5C. Windows color (decimal): -3207482 or 12979919. OLE color: 12979919.
HSL color Cylindrical-coordinate representation of color #CF0EC6: hue angle of 302.8º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0EC6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 198 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.19 |
| HSL | 302.8º | 0.87% | 0.43% | - |
| HSV(B) | 302.8º | 0.93% | 0.81% | - |
| XYZ | 36.08 | 17.66 | 54.93 | - |
| YUV | 92.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 198 | 0 | 0.93 | 0.04 | 0.19 | 302.8 | 0.87 | 0.43 |
| Hex | CF | E | C6 | 0 | 5D | 4 | 13 | 12F | 57 | 2B |
| Octal | 317 | 16 | 306 | 0 | 135 | 4 | 23 | 457 | 127 | 53 |
| Binary | 11001111 | 1110 | 11000110 | 0 | 1011101 | 100 | 10011 | 100101111 | 1010111 | 101011 |
Color Harmonies of #CF0EC6
Complementary color
Monochromatic Colors of #CF0EC6
Black with #CF0EC6
Text Example
Text Example
White with #CF0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EC6; }
p { color: rgb(207,14,198); }
H1.HeaderClassName
{
color: #CF0EC6;
}
.AnyTagClassName
{
color: #CF0EC6;
}
</style>
background-color css
<style>
a { background-color: #CF0EC6; }
a { background-color: rgb(207,14,198); }
div.DivClassName
{
background-color: #CF0EC6;
}
.BgClassName
{
background-color: #CF0EC6;
}
</style>
border-color css
<style>
span { border-color: #CF0EC6; }
span { border-color: rgb(207,14,198); }
td.TdClassName
{
border-color: #CF0EC6;
}
.TagClassName
{
border-color: #CF0EC6;
}
</style>