Shades of Deep Magenta #CE2ADD
Tints of Deep Magenta #CE2ADD
RGB
CMYK
RGB Variations
Color information
#CE2ADD (or 0xCE2ADD) is known color: Deep Magenta. HEX triplet: CE, 2A and DD. RGB value is (206,42,221). Sum of RGB (Red+Green+Blue) = 206+42+221=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ADD is #31D522. Grayscale: #6E6E6E. Windows color (decimal): -3265827 or 14494414. OLE color: 14494414.
HSL color Cylindrical-coordinate representation of color #CE2ADD: hue angle of 294.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2ADD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 42 | 221 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 294.97º | 0.72% | 0.52% | - |
| HSV(B) | 294.97º | 0.81% | 0.87% | - |
| XYZ | 39.33 | 20 | 70.19 | - |
| YUV | 111.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 221 | 0.07 | 0.81 | 0 | 0.13 | 294.97 | 0.72 | 0.52 |
| Hex | CE | 2A | DD | 7 | 51 | 0 | D | 127 | 48 | 34 |
| Octal | 316 | 52 | 335 | 7 | 121 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001110 | 101010 | 11011101 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CE2ADD
Complementary color
Monochromatic Colors of #CE2ADD
Black with #CE2ADD
Text Example
Text Example
White with #CE2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ADD; }
p { color: rgb(206,42,221); }
H1.HeaderClassName
{
color: #CE2ADD;
}
.AnyTagClassName
{
color: #CE2ADD;
}
</style>
background-color css
<style>
a { background-color: #CE2ADD; }
a { background-color: rgb(206,42,221); }
div.DivClassName
{
background-color: #CE2ADD;
}
.BgClassName
{
background-color: #CE2ADD;
}
</style>
border-color css
<style>
span { border-color: #CE2ADD; }
span { border-color: rgb(206,42,221); }
td.TdClassName
{
border-color: #CE2ADD;
}
.TagClassName
{
border-color: #CE2ADD;
}
</style>