Shades of Deep Magenta #CE0EDA
Tints of Deep Magenta #CE0EDA
RGB
CMYK
RGB Variations
Color information
#CE0EDA (or 0xCE0EDA) is known color: Deep Magenta. HEX triplet: CE, 0E and DA. RGB value is (206,14,218). Sum of RGB (Red+Green+Blue) = 206+14+218=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EDA is #31F125. Grayscale: #5E5E5E. Windows color (decimal): -3272998 or 14290638. OLE color: 14290638.
HSL color Cylindrical-coordinate representation of color #CE0EDA: hue angle of 296.47º 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 #CE0EDA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 14 | 218 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.47º | 0.88% | 0.45% | - |
| HSV(B) | 296.47º | 0.94% | 0.85% | - |
| XYZ | 38.27 | 18.5 | 67.88 | - |
| YUV | 94.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 218 | 0.06 | 0.94 | 0 | 0.15 | 296.47 | 0.88 | 0.45 |
| Hex | CE | E | DA | 6 | 5E | 0 | F | 128 | 58 | 2D |
| Octal | 316 | 16 | 332 | 6 | 136 | 0 | 17 | 450 | 130 | 55 |
| Binary | 11001110 | 1110 | 11011010 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011000 | 101101 |
Color Harmonies of #CE0EDA
Complementary color
Monochromatic Colors of #CE0EDA
Black with #CE0EDA
Text Example
Text Example
White with #CE0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EDA; }
p { color: rgb(206,14,218); }
H1.HeaderClassName
{
color: #CE0EDA;
}
.AnyTagClassName
{
color: #CE0EDA;
}
</style>
background-color css
<style>
a { background-color: #CE0EDA; }
a { background-color: rgb(206,14,218); }
div.DivClassName
{
background-color: #CE0EDA;
}
.BgClassName
{
background-color: #CE0EDA;
}
</style>
border-color css
<style>
span { border-color: #CE0EDA; }
span { border-color: rgb(206,14,218); }
td.TdClassName
{
border-color: #CE0EDA;
}
.TagClassName
{
border-color: #CE0EDA;
}
</style>