Shades of Deep Magenta #CC20B0
Tints of Deep Magenta #CC20B0
RGB
CMYK
RGB Variations
Color information
#CC20B0 (or 0xCC20B0) is known color: Deep Magenta. HEX triplet: CC, 20 and B0. RGB value is (204,32,176). Sum of RGB (Red+Green+Blue) = 204+32+176=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20B0 is #33DF4F. Grayscale: #636363. Windows color (decimal): -3399504 or 11542732. OLE color: 11542732.
HSL color Cylindrical-coordinate representation of color #CC20B0: hue angle of 309.77º 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 #CC20B0 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 176 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.2 |
| HSL | 309.77º | 0.73% | 0.46% | - |
| HSV(B) | 309.77º | 0.84% | 0.8% | - |
| XYZ | 33.25 | 17 | 42.6 | - |
| YUV | 99.84 | 170.98 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 176 | 0 | 0.84 | 0.14 | 0.2 | 309.77 | 0.73 | 0.46 |
| Hex | CC | 20 | B0 | 0 | 54 | E | 14 | 136 | 49 | 2E |
| Octal | 314 | 40 | 260 | 0 | 124 | 16 | 24 | 466 | 111 | 56 |
| Binary | 11001100 | 100000 | 10110000 | 0 | 1010100 | 1110 | 10100 | 100110110 | 1001001 | 101110 |
Color Harmonies of #CC20B0
Complementary color
Monochromatic Colors of #CC20B0
Black with #CC20B0
Text Example
Text Example
White with #CC20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20B0; }
p { color: rgb(204,32,176); }
H1.HeaderClassName
{
color: #CC20B0;
}
.AnyTagClassName
{
color: #CC20B0;
}
</style>
background-color css
<style>
a { background-color: #CC20B0; }
a { background-color: rgb(204,32,176); }
div.DivClassName
{
background-color: #CC20B0;
}
.BgClassName
{
background-color: #CC20B0;
}
</style>
border-color css
<style>
span { border-color: #CC20B0; }
span { border-color: rgb(204,32,176); }
td.TdClassName
{
border-color: #CC20B0;
}
.TagClassName
{
border-color: #CC20B0;
}
</style>