Shades of Deep Magenta #CF0EC5
Tints of Deep Magenta #CF0EC5
RGB
CMYK
RGB Variations
Color information
#CF0EC5 (or 0xCF0EC5) is known color: Deep Magenta. HEX triplet: CF, 0E and C5. RGB value is (207,14,197). Sum of RGB (Red+Green+Blue) = 207+14+197=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EC5 is #30F13A. Grayscale: #5C5C5C. Windows color (decimal): -3207483 or 12914383. OLE color: 12914383.
HSL color Cylindrical-coordinate representation of color #CF0EC5: hue angle of 303.11º 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 #CF0EC5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 197 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.19 |
| HSL | 303.11º | 0.87% | 0.43% | - |
| HSV(B) | 303.11º | 0.93% | 0.81% | - |
| XYZ | 35.97 | 17.61 | 54.33 | - |
| YUV | 92.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 197 | 0 | 0.93 | 0.05 | 0.19 | 303.11 | 0.87 | 0.43 |
| Hex | CF | E | C5 | 0 | 5D | 5 | 13 | 12F | 57 | 2B |
| Octal | 317 | 16 | 305 | 0 | 135 | 5 | 23 | 457 | 127 | 53 |
| Binary | 11001111 | 1110 | 11000101 | 0 | 1011101 | 101 | 10011 | 100101111 | 1010111 | 101011 |
Color Harmonies of #CF0EC5
Complementary color
Monochromatic Colors of #CF0EC5
Black with #CF0EC5
Text Example
Text Example
White with #CF0EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EC5; }
p { color: rgb(207,14,197); }
H1.HeaderClassName
{
color: #CF0EC5;
}
.AnyTagClassName
{
color: #CF0EC5;
}
</style>
background-color css
<style>
a { background-color: #CF0EC5; }
a { background-color: rgb(207,14,197); }
div.DivClassName
{
background-color: #CF0EC5;
}
.BgClassName
{
background-color: #CF0EC5;
}
</style>
border-color css
<style>
span { border-color: #CF0EC5; }
span { border-color: rgb(207,14,197); }
td.TdClassName
{
border-color: #CF0EC5;
}
.TagClassName
{
border-color: #CF0EC5;
}
</style>