Shades of Deep Magenta #CF0EDD
Tints of Deep Magenta #CF0EDD
RGB
CMYK
RGB Variations
Color information
#CF0EDD (or 0xCF0EDD) is known color: Deep Magenta. HEX triplet: CF, 0E and DD. RGB value is (207,14,221). Sum of RGB (Red+Green+Blue) = 207+14+221=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EDD is #30F122. Grayscale: #5E5E5E. Windows color (decimal): -3207459 or 14487247. OLE color: 14487247.
HSL color Cylindrical-coordinate representation of color #CF0EDD: hue angle of 295.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0EDD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 14 | 221 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.13 |
| HSL | 295.94º | 0.88% | 0.46% | - |
| HSV(B) | 295.94º | 0.94% | 0.87% | - |
| XYZ | 38.94 | 18.8 | 69.98 | - |
| YUV | 95.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 221 | 0.06 | 0.94 | 0 | 0.13 | 295.94 | 0.88 | 0.46 |
| Hex | CF | E | DD | 6 | 5E | 0 | D | 128 | 58 | 2E |
| Octal | 317 | 16 | 335 | 6 | 136 | 0 | 15 | 450 | 130 | 56 |
| Binary | 11001111 | 1110 | 11011101 | 110 | 1011110 | 0 | 1101 | 100101000 | 1011000 | 101110 |
Color Harmonies of #CF0EDD
Complementary color
Monochromatic Colors of #CF0EDD
Black with #CF0EDD
Text Example
Text Example
White with #CF0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EDD; }
p { color: rgb(207,14,221); }
H1.HeaderClassName
{
color: #CF0EDD;
}
.AnyTagClassName
{
color: #CF0EDD;
}
</style>
background-color css
<style>
a { background-color: #CF0EDD; }
a { background-color: rgb(207,14,221); }
div.DivClassName
{
background-color: #CF0EDD;
}
.BgClassName
{
background-color: #CF0EDD;
}
</style>
border-color css
<style>
span { border-color: #CF0EDD; }
span { border-color: rgb(207,14,221); }
td.TdClassName
{
border-color: #CF0EDD;
}
.TagClassName
{
border-color: #CF0EDD;
}
</style>