Shades of Deep Magenta #CE0ADD
Tints of Deep Magenta #CE0ADD
RGB
CMYK
RGB Variations
Color information
#CE0ADD (or 0xCE0ADD) is known color: Deep Magenta. HEX triplet: CE, 0A and DD. RGB value is (206,10,221). Sum of RGB (Red+Green+Blue) = 206+10+221=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ADD is #31F522. Grayscale: #5C5C5C. Windows color (decimal): -3274019 or 14486222. OLE color: 14486222.
HSL color Cylindrical-coordinate representation of color #CE0ADD: hue angle of 295.73º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0ADD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 10 | 221 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.13 |
| HSL | 295.73º | 0.91% | 0.45% | - |
| HSV(B) | 295.73º | 0.95% | 0.87% | - |
| XYZ | 38.61 | 18.56 | 69.95 | - |
| YUV | 92.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 221 | 0.07 | 0.95 | 0 | 0.13 | 295.73 | 0.91 | 0.45 |
| Hex | CE | A | DD | 7 | 5F | 0 | D | 128 | 5B | 2D |
| Octal | 316 | 12 | 335 | 7 | 137 | 0 | 15 | 450 | 133 | 55 |
| Binary | 11001110 | 1010 | 11011101 | 111 | 1011111 | 0 | 1101 | 100101000 | 1011011 | 101101 |
Color Harmonies of #CE0ADD
Complementary color
Monochromatic Colors of #CE0ADD
Black with #CE0ADD
Text Example
Text Example
White with #CE0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ADD; }
p { color: rgb(206,10,221); }
H1.HeaderClassName
{
color: #CE0ADD;
}
.AnyTagClassName
{
color: #CE0ADD;
}
</style>
background-color css
<style>
a { background-color: #CE0ADD; }
a { background-color: rgb(206,10,221); }
div.DivClassName
{
background-color: #CE0ADD;
}
.BgClassName
{
background-color: #CE0ADD;
}
</style>
border-color css
<style>
span { border-color: #CE0ADD; }
span { border-color: rgb(206,10,221); }
td.TdClassName
{
border-color: #CE0ADD;
}
.TagClassName
{
border-color: #CE0ADD;
}
</style>