Shades of Deep Magenta #CE20DC
Tints of Deep Magenta #CE20DC
RGB
CMYK
RGB Variations
Color information
#CE20DC (or 0xCE20DC) is known color: Deep Magenta. HEX triplet: CE, 20 and DC. RGB value is (206,32,220). Sum of RGB (Red+Green+Blue) = 206+32+220=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20DC is #31DF23. Grayscale: #686868. Windows color (decimal): -3268388 or 14426318. OLE color: 14426318.
HSL color Cylindrical-coordinate representation of color #CE20DC: hue angle of 295.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE20DC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 32 | 220 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.14 |
| HSL | 295.53º | 0.75% | 0.49% | - |
| HSV(B) | 295.53º | 0.85% | 0.86% | - |
| XYZ | 38.89 | 19.32 | 69.39 | - |
| YUV | 105.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 220 | 0.06 | 0.85 | 0 | 0.14 | 295.53 | 0.75 | 0.49 |
| Hex | CE | 20 | DC | 6 | 55 | 0 | E | 128 | 4B | 31 |
| Octal | 316 | 40 | 334 | 6 | 125 | 0 | 16 | 450 | 113 | 61 |
| Binary | 11001110 | 100000 | 11011100 | 110 | 1010101 | 0 | 1110 | 100101000 | 1001011 | 110001 |
Color Harmonies of #CE20DC
Complementary color
Monochromatic Colors of #CE20DC
Black with #CE20DC
Text Example
Text Example
White with #CE20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20DC; }
p { color: rgb(206,32,220); }
H1.HeaderClassName
{
color: #CE20DC;
}
.AnyTagClassName
{
color: #CE20DC;
}
</style>
background-color css
<style>
a { background-color: #CE20DC; }
a { background-color: rgb(206,32,220); }
div.DivClassName
{
background-color: #CE20DC;
}
.BgClassName
{
background-color: #CE20DC;
}
</style>
border-color css
<style>
span { border-color: #CE20DC; }
span { border-color: rgb(206,32,220); }
td.TdClassName
{
border-color: #CE20DC;
}
.TagClassName
{
border-color: #CE20DC;
}
</style>