Shades of Deep Magenta #CC20E2
Tints of Deep Magenta #CC20E2
RGB
CMYK
RGB Variations
Color information
#CC20E2 (or 0xCC20E2) is known color: Deep Magenta. HEX triplet: CC, 20 and E2. RGB value is (204,32,226). Sum of RGB (Red+Green+Blue) = 204+32+226=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC20E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20E2 is #33DF1D. Grayscale: #686868. Windows color (decimal): -3399454 or 14819532. OLE color: 14819532.
HSL color Cylindrical-coordinate representation of color #CC20E2: hue angle of 293.2º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC20E2 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 32 | 226 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.11 |
| HSL | 293.2º | 0.77% | 0.51% | - |
| HSV(B) | 293.2º | 0.86% | 0.89% | - |
| XYZ | 39.15 | 19.36 | 73.63 | - |
| YUV | 105.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 226 | 0.10 | 0.86 | 0 | 0.11 | 293.2 | 0.77 | 0.51 |
| Hex | CC | 20 | E2 | A | 56 | 0 | B | 125 | 4D | 33 |
| Octal | 314 | 40 | 342 | 12 | 126 | 0 | 13 | 445 | 115 | 63 |
| Binary | 11001100 | 100000 | 11100010 | 1010 | 1010110 | 0 | 1011 | 100100101 | 1001101 | 110011 |
Color Harmonies of #CC20E2
Complementary color
Monochromatic Colors of #CC20E2
Black with #CC20E2
Text Example
Text Example
White with #CC20E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20E2; }
p { color: rgb(204,32,226); }
H1.HeaderClassName
{
color: #CC20E2;
}
.AnyTagClassName
{
color: #CC20E2;
}
</style>
background-color css
<style>
a { background-color: #CC20E2; }
a { background-color: rgb(204,32,226); }
div.DivClassName
{
background-color: #CC20E2;
}
.BgClassName
{
background-color: #CC20E2;
}
</style>
border-color css
<style>
span { border-color: #CC20E2; }
span { border-color: rgb(204,32,226); }
td.TdClassName
{
border-color: #CC20E2;
}
.TagClassName
{
border-color: #CC20E2;
}
</style>