Shades of Deep Magenta #CE0DDE
Tints of Deep Magenta #CE0DDE
RGB
CMYK
RGB Variations
Color information
#CE0DDE (or 0xCE0DDE) is known color: Deep Magenta. HEX triplet: CE, 0D and DE. RGB value is (206,13,222). Sum of RGB (Red+Green+Blue) = 206+13+222=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE0DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DDE is #31F221. Grayscale: #5D5D5D. Windows color (decimal): -3273250 or 14552526. OLE color: 14552526.
HSL color Cylindrical-coordinate representation of color #CE0DDE: hue angle of 295.41º degrees, saturation: 0.89, 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 #CE0DDE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 13 | 222 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.13 |
| HSL | 295.41º | 0.89% | 0.46% | - |
| HSV(B) | 295.41º | 0.94% | 0.87% | - |
| XYZ | 38.78 | 18.68 | 70.67 | - |
| YUV | 94.53 | 199.94 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 222 | 0.07 | 0.94 | 0 | 0.13 | 295.41 | 0.89 | 0.46 |
| Hex | CE | D | DE | 7 | 5E | 0 | D | 127 | 59 | 2E |
| Octal | 316 | 15 | 336 | 7 | 136 | 0 | 15 | 447 | 131 | 56 |
| Binary | 11001110 | 1101 | 11011110 | 111 | 1011110 | 0 | 1101 | 100100111 | 1011001 | 101110 |
Color Harmonies of #CE0DDE
Complementary color
Monochromatic Colors of #CE0DDE
Black with #CE0DDE
Text Example
Text Example
White with #CE0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DDE; }
p { color: rgb(206,13,222); }
H1.HeaderClassName
{
color: #CE0DDE;
}
.AnyTagClassName
{
color: #CE0DDE;
}
</style>
background-color css
<style>
a { background-color: #CE0DDE; }
a { background-color: rgb(206,13,222); }
div.DivClassName
{
background-color: #CE0DDE;
}
.BgClassName
{
background-color: #CE0DDE;
}
</style>
border-color css
<style>
span { border-color: #CE0DDE; }
span { border-color: rgb(206,13,222); }
td.TdClassName
{
border-color: #CE0DDE;
}
.TagClassName
{
border-color: #CE0DDE;
}
</style>