Shades of Deep Magenta #CC20C2
Tints of Deep Magenta #CC20C2
RGB
CMYK
RGB Variations
Color information
#CC20C2 (or 0xCC20C2) is known color: Deep Magenta. HEX triplet: CC, 20 and C2. RGB value is (204,32,194). Sum of RGB (Red+Green+Blue) = 204+32+194=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20C2 is #33DF3D. Grayscale: #656565. Windows color (decimal): -3399486 or 12722380. OLE color: 12722380.
HSL color Cylindrical-coordinate representation of color #CC20C2: hue angle of 303.49º 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 #CC20C2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.2 |
| HSL | 303.49º | 0.73% | 0.46% | - |
| HSV(B) | 303.49º | 0.84% | 0.8% | - |
| XYZ | 35.16 | 17.77 | 52.62 | - |
| YUV | 101.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 194 | 0 | 0.84 | 0.05 | 0.2 | 303.49 | 0.73 | 0.46 |
| Hex | CC | 20 | C2 | 0 | 54 | 5 | 14 | 12F | 49 | 2E |
| Octal | 314 | 40 | 302 | 0 | 124 | 5 | 24 | 457 | 111 | 56 |
| Binary | 11001100 | 100000 | 11000010 | 0 | 1010100 | 101 | 10100 | 100101111 | 1001001 | 101110 |
Color Harmonies of #CC20C2
Complementary color
Monochromatic Colors of #CC20C2
Black with #CC20C2
Text Example
Text Example
White with #CC20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20C2; }
p { color: rgb(204,32,194); }
H1.HeaderClassName
{
color: #CC20C2;
}
.AnyTagClassName
{
color: #CC20C2;
}
</style>
background-color css
<style>
a { background-color: #CC20C2; }
a { background-color: rgb(204,32,194); }
div.DivClassName
{
background-color: #CC20C2;
}
.BgClassName
{
background-color: #CC20C2;
}
</style>
border-color css
<style>
span { border-color: #CC20C2; }
span { border-color: rgb(204,32,194); }
td.TdClassName
{
border-color: #CC20C2;
}
.TagClassName
{
border-color: #CC20C2;
}
</style>