Shades of Deep Magenta #CF0EBE
Tints of Deep Magenta #CF0EBE
RGB
CMYK
RGB Variations
Color information
#CF0EBE (or 0xCF0EBE) is known color: Deep Magenta. HEX triplet: CF, 0E and BE. RGB value is (207,14,190). Sum of RGB (Red+Green+Blue) = 207+14+190=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EBE is #30F141. Grayscale: #5B5B5B. Windows color (decimal): -3207490 or 12455631. OLE color: 12455631.
HSL color Cylindrical-coordinate representation of color #CF0EBE: hue angle of 305.28º 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 #CF0EBE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.19 |
| HSL | 305.29º | 0.87% | 0.43% | - |
| HSV(B) | 305.29º | 0.93% | 0.81% | - |
| XYZ | 35.18 | 17.3 | 50.2 | - |
| YUV | 91.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 190 | 0 | 0.93 | 0.08 | 0.19 | 305.29 | 0.87 | 0.43 |
| Hex | CF | E | BE | 0 | 5D | 8 | 13 | 131 | 57 | 2B |
| Octal | 317 | 16 | 276 | 0 | 135 | 10 | 23 | 461 | 127 | 53 |
| Binary | 11001111 | 1110 | 10111110 | 0 | 1011101 | 1000 | 10011 | 100110001 | 1010111 | 101011 |
Color Harmonies of #CF0EBE
Complementary color
Monochromatic Colors of #CF0EBE
Black with #CF0EBE
Text Example
Text Example
White with #CF0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EBE; }
p { color: rgb(207,14,190); }
H1.HeaderClassName
{
color: #CF0EBE;
}
.AnyTagClassName
{
color: #CF0EBE;
}
</style>
background-color css
<style>
a { background-color: #CF0EBE; }
a { background-color: rgb(207,14,190); }
div.DivClassName
{
background-color: #CF0EBE;
}
.BgClassName
{
background-color: #CF0EBE;
}
</style>
border-color css
<style>
span { border-color: #CF0EBE; }
span { border-color: rgb(207,14,190); }
td.TdClassName
{
border-color: #CF0EBE;
}
.TagClassName
{
border-color: #CF0EBE;
}
</style>