Shades of Deep Magenta #CF0ECC
Tints of Deep Magenta #CF0ECC
RGB
CMYK
RGB Variations
Color information
#CF0ECC (or 0xCF0ECC) is known color: Deep Magenta. HEX triplet: CF, 0E and CC. RGB value is (207,14,204). Sum of RGB (Red+Green+Blue) = 207+14+204=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ECC is #30F133. Grayscale: #5C5C5C. Windows color (decimal): -3207476 or 13373135. OLE color: 13373135.
HSL color Cylindrical-coordinate representation of color #CF0ECC: hue angle of 300.93º 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 #CF0ECC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 204 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.19 |
| HSL | 300.93º | 0.87% | 0.43% | - |
| HSV(B) | 300.93º | 0.93% | 0.81% | - |
| XYZ | 36.79 | 17.94 | 58.65 | - |
| YUV | 93.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 204 | 0 | 0.93 | 0.01 | 0.19 | 300.93 | 0.87 | 0.43 |
| Hex | CF | E | CC | 0 | 5D | 1 | 13 | 12D | 57 | 2B |
| Octal | 317 | 16 | 314 | 0 | 135 | 1 | 23 | 455 | 127 | 53 |
| Binary | 11001111 | 1110 | 11001100 | 0 | 1011101 | 1 | 10011 | 100101101 | 1010111 | 101011 |
Color Harmonies of #CF0ECC
Complementary color
Monochromatic Colors of #CF0ECC
Black with #CF0ECC
Text Example
Text Example
White with #CF0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ECC; }
p { color: rgb(207,14,204); }
H1.HeaderClassName
{
color: #CF0ECC;
}
.AnyTagClassName
{
color: #CF0ECC;
}
</style>
background-color css
<style>
a { background-color: #CF0ECC; }
a { background-color: rgb(207,14,204); }
div.DivClassName
{
background-color: #CF0ECC;
}
.BgClassName
{
background-color: #CF0ECC;
}
</style>
border-color css
<style>
span { border-color: #CF0ECC; }
span { border-color: rgb(207,14,204); }
td.TdClassName
{
border-color: #CF0ECC;
}
.TagClassName
{
border-color: #CF0ECC;
}
</style>