Shades of Deep Magenta #CF0EDA
Tints of Deep Magenta #CF0EDA
RGB
CMYK
RGB Variations
Color information
#CF0EDA (or 0xCF0EDA) is known color: Deep Magenta. HEX triplet: CF, 0E and DA. RGB value is (207,14,218). Sum of RGB (Red+Green+Blue) = 207+14+218=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EDA is #30F125. Grayscale: #5E5E5E. Windows color (decimal): -3207462 or 14290639. OLE color: 14290639.
HSL color Cylindrical-coordinate representation of color #CF0EDA: hue angle of 296.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0EDA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 14 | 218 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.15 |
| HSL | 296.76º | 0.88% | 0.45% | - |
| HSV(B) | 296.76º | 0.94% | 0.85% | - |
| XYZ | 38.54 | 18.64 | 67.9 | - |
| YUV | 94.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 218 | 0.05 | 0.94 | 0 | 0.15 | 296.76 | 0.88 | 0.45 |
| Hex | CF | E | DA | 5 | 5E | 0 | F | 129 | 58 | 2D |
| Octal | 317 | 16 | 332 | 5 | 136 | 0 | 17 | 451 | 130 | 55 |
| Binary | 11001111 | 1110 | 11011010 | 101 | 1011110 | 0 | 1111 | 100101001 | 1011000 | 101101 |
Color Harmonies of #CF0EDA
Complementary color
Monochromatic Colors of #CF0EDA
Black with #CF0EDA
Text Example
Text Example
White with #CF0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EDA; }
p { color: rgb(207,14,218); }
H1.HeaderClassName
{
color: #CF0EDA;
}
.AnyTagClassName
{
color: #CF0EDA;
}
</style>
background-color css
<style>
a { background-color: #CF0EDA; }
a { background-color: rgb(207,14,218); }
div.DivClassName
{
background-color: #CF0EDA;
}
.BgClassName
{
background-color: #CF0EDA;
}
</style>
border-color css
<style>
span { border-color: #CF0EDA; }
span { border-color: rgb(207,14,218); }
td.TdClassName
{
border-color: #CF0EDA;
}
.TagClassName
{
border-color: #CF0EDA;
}
</style>