Shades of Deep Magenta #CC20C8
Tints of Deep Magenta #CC20C8
RGB
CMYK
RGB Variations
Color information
#CC20C8 (or 0xCC20C8) is known color: Deep Magenta. HEX triplet: CC, 20 and C8. RGB value is (204,32,200). Sum of RGB (Red+Green+Blue) = 204+32+200=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20C8 is #33DF37. Grayscale: #666666. Windows color (decimal): -3399480 or 13115596. OLE color: 13115596.
HSL color Cylindrical-coordinate representation of color #CC20C8: hue angle of 301.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20C8 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 200 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.2 |
| HSL | 301.4º | 0.73% | 0.46% | - |
| HSV(B) | 301.4º | 0.84% | 0.8% | - |
| XYZ | 35.84 | 18.04 | 56.24 | - |
| YUV | 102.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 200 | 0 | 0.84 | 0.02 | 0.2 | 301.4 | 0.73 | 0.46 |
| Hex | CC | 20 | C8 | 0 | 54 | 2 | 14 | 12D | 49 | 2E |
| Octal | 314 | 40 | 310 | 0 | 124 | 2 | 24 | 455 | 111 | 56 |
| Binary | 11001100 | 100000 | 11001000 | 0 | 1010100 | 10 | 10100 | 100101101 | 1001001 | 101110 |
Color Harmonies of #CC20C8
Complementary color
Monochromatic Colors of #CC20C8
Black with #CC20C8
Text Example
Text Example
White with #CC20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20C8; }
p { color: rgb(204,32,200); }
H1.HeaderClassName
{
color: #CC20C8;
}
.AnyTagClassName
{
color: #CC20C8;
}
</style>
background-color css
<style>
a { background-color: #CC20C8; }
a { background-color: rgb(204,32,200); }
div.DivClassName
{
background-color: #CC20C8;
}
.BgClassName
{
background-color: #CC20C8;
}
</style>
border-color css
<style>
span { border-color: #CC20C8; }
span { border-color: rgb(204,32,200); }
td.TdClassName
{
border-color: #CC20C8;
}
.TagClassName
{
border-color: #CC20C8;
}
</style>