Shades of Deep Magenta #CE21DC
Tints of Deep Magenta #CE21DC
RGB
CMYK
RGB Variations
Color information
#CE21DC (or 0xCE21DC) is known color: Deep Magenta. HEX triplet: CE, 21 and DC. RGB value is (206,33,220). Sum of RGB (Red+Green+Blue) = 206+33+220=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21DC is #31DE23. Grayscale: #696969. Windows color (decimal): -3268132 or 14426574. OLE color: 14426574.
HSL color Cylindrical-coordinate representation of color #CE21DC: hue angle of 295.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE21DC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 33 | 220 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.14 |
| HSL | 295.51º | 0.74% | 0.5% | - |
| HSV(B) | 295.51º | 0.85% | 0.86% | - |
| XYZ | 38.92 | 19.38 | 69.4 | - |
| YUV | 106.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 220 | 0.06 | 0.85 | 0 | 0.14 | 295.51 | 0.74 | 0.5 |
| Hex | CE | 21 | DC | 6 | 55 | 0 | E | 128 | 4A | 32 |
| Octal | 316 | 41 | 334 | 6 | 125 | 0 | 16 | 450 | 112 | 62 |
| Binary | 11001110 | 100001 | 11011100 | 110 | 1010101 | 0 | 1110 | 100101000 | 1001010 | 110010 |
Color Harmonies of #CE21DC
Complementary color
Monochromatic Colors of #CE21DC
Black with #CE21DC
Text Example
Text Example
White with #CE21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21DC; }
p { color: rgb(206,33,220); }
H1.HeaderClassName
{
color: #CE21DC;
}
.AnyTagClassName
{
color: #CE21DC;
}
</style>
background-color css
<style>
a { background-color: #CE21DC; }
a { background-color: rgb(206,33,220); }
div.DivClassName
{
background-color: #CE21DC;
}
.BgClassName
{
background-color: #CE21DC;
}
</style>
border-color css
<style>
span { border-color: #CE21DC; }
span { border-color: rgb(206,33,220); }
td.TdClassName
{
border-color: #CE21DC;
}
.TagClassName
{
border-color: #CE21DC;
}
</style>