Shades of Deep Magenta #CC20DE
Tints of Deep Magenta #CC20DE
RGB
CMYK
RGB Variations
Color information
#CC20DE (or 0xCC20DE) is known color: Deep Magenta. HEX triplet: CC, 20 and DE. RGB value is (204,32,222). Sum of RGB (Red+Green+Blue) = 204+32+222=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC20DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20DE is #33DF21. Grayscale: #686868. Windows color (decimal): -3399458 or 14557388. OLE color: 14557388.
HSL color Cylindrical-coordinate representation of color #CC20DE: hue angle of 294.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC20DE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 32 | 222 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.13 |
| HSL | 294.32º | 0.75% | 0.5% | - |
| HSV(B) | 294.32º | 0.86% | 0.87% | - |
| XYZ | 38.6 | 19.14 | 70.77 | - |
| YUV | 105.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 222 | 0.08 | 0.86 | 0 | 0.13 | 294.32 | 0.75 | 0.5 |
| Hex | CC | 20 | DE | 8 | 56 | 0 | D | 126 | 4B | 32 |
| Octal | 314 | 40 | 336 | 10 | 126 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001100 | 100000 | 11011110 | 1000 | 1010110 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CC20DE
Complementary color
Monochromatic Colors of #CC20DE
Black with #CC20DE
Text Example
Text Example
White with #CC20DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20DE; }
p { color: rgb(204,32,222); }
H1.HeaderClassName
{
color: #CC20DE;
}
.AnyTagClassName
{
color: #CC20DE;
}
</style>
background-color css
<style>
a { background-color: #CC20DE; }
a { background-color: rgb(204,32,222); }
div.DivClassName
{
background-color: #CC20DE;
}
.BgClassName
{
background-color: #CC20DE;
}
</style>
border-color css
<style>
span { border-color: #CC20DE; }
span { border-color: rgb(204,32,222); }
td.TdClassName
{
border-color: #CC20DE;
}
.TagClassName
{
border-color: #CC20DE;
}
</style>