Shades of Deep Magenta #CC20C3
Tints of Deep Magenta #CC20C3
RGB
CMYK
RGB Variations
Color information
#CC20C3 (or 0xCC20C3) is known color: Deep Magenta. HEX triplet: CC, 20 and C3. RGB value is (204,32,195). Sum of RGB (Red+Green+Blue) = 204+32+195=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20C3 is #33DF3C. Grayscale: #656565. Windows color (decimal): -3399485 or 12787916. OLE color: 12787916.
HSL color Cylindrical-coordinate representation of color #CC20C3: hue angle of 303.14º 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 #CC20C3 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 195 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.2 |
| HSL | 303.14º | 0.73% | 0.46% | - |
| HSV(B) | 303.14º | 0.84% | 0.8% | - |
| XYZ | 35.27 | 17.81 | 53.21 | - |
| YUV | 102.01 | 180.48 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 195 | 0 | 0.84 | 0.04 | 0.2 | 303.14 | 0.73 | 0.46 |
| Hex | CC | 20 | C3 | 0 | 54 | 4 | 14 | 12F | 49 | 2E |
| Octal | 314 | 40 | 303 | 0 | 124 | 4 | 24 | 457 | 111 | 56 |
| Binary | 11001100 | 100000 | 11000011 | 0 | 1010100 | 100 | 10100 | 100101111 | 1001001 | 101110 |
Color Harmonies of #CC20C3
Complementary color
Monochromatic Colors of #CC20C3
Black with #CC20C3
Text Example
Text Example
White with #CC20C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20C3; }
p { color: rgb(204,32,195); }
H1.HeaderClassName
{
color: #CC20C3;
}
.AnyTagClassName
{
color: #CC20C3;
}
</style>
background-color css
<style>
a { background-color: #CC20C3; }
a { background-color: rgb(204,32,195); }
div.DivClassName
{
background-color: #CC20C3;
}
.BgClassName
{
background-color: #CC20C3;
}
</style>
border-color css
<style>
span { border-color: #CC20C3; }
span { border-color: rgb(204,32,195); }
td.TdClassName
{
border-color: #CC20C3;
}
.TagClassName
{
border-color: #CC20C3;
}
</style>