Shades of Deep Magenta #CF0EC4
Tints of Deep Magenta #CF0EC4
RGB
CMYK
RGB Variations
Color information
#CF0EC4 (or 0xCF0EC4) is known color: Deep Magenta. HEX triplet: CF, 0E and C4. RGB value is (207,14,196). Sum of RGB (Red+Green+Blue) = 207+14+196=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EC4 is #30F13B. Grayscale: #5B5B5B. Windows color (decimal): -3207484 or 12848847. OLE color: 12848847.
HSL color Cylindrical-coordinate representation of color #CF0EC4: hue angle of 303.42º 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 #CF0EC4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 196 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.19 |
| HSL | 303.42º | 0.87% | 0.43% | - |
| HSV(B) | 303.42º | 0.93% | 0.81% | - |
| XYZ | 35.85 | 17.57 | 53.73 | - |
| YUV | 92.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 196 | 0 | 0.93 | 0.05 | 0.19 | 303.42 | 0.87 | 0.43 |
| Hex | CF | E | C4 | 0 | 5D | 5 | 13 | 12F | 57 | 2B |
| Octal | 317 | 16 | 304 | 0 | 135 | 5 | 23 | 457 | 127 | 53 |
| Binary | 11001111 | 1110 | 11000100 | 0 | 1011101 | 101 | 10011 | 100101111 | 1010111 | 101011 |
Color Harmonies of #CF0EC4
Complementary color
Monochromatic Colors of #CF0EC4
Black with #CF0EC4
Text Example
Text Example
White with #CF0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EC4; }
p { color: rgb(207,14,196); }
H1.HeaderClassName
{
color: #CF0EC4;
}
.AnyTagClassName
{
color: #CF0EC4;
}
</style>
background-color css
<style>
a { background-color: #CF0EC4; }
a { background-color: rgb(207,14,196); }
div.DivClassName
{
background-color: #CF0EC4;
}
.BgClassName
{
background-color: #CF0EC4;
}
</style>
border-color css
<style>
span { border-color: #CF0EC4; }
span { border-color: rgb(207,14,196); }
td.TdClassName
{
border-color: #CF0EC4;
}
.TagClassName
{
border-color: #CF0EC4;
}
</style>