Shades of Deep Magenta #CC21E2
Tints of Deep Magenta #CC21E2
RGB
CMYK
RGB Variations
Color information
#CC21E2 (or 0xCC21E2) is known color: Deep Magenta. HEX triplet: CC, 21 and E2. RGB value is (204,33,226). Sum of RGB (Red+Green+Blue) = 204+33+226=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC21E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21E2 is #33DE1D. Grayscale: #696969. Windows color (decimal): -3399198 or 14819788. OLE color: 14819788.
HSL color Cylindrical-coordinate representation of color #CC21E2: hue angle of 293.16º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC21E2 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 33 | 226 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.11 |
| HSL | 293.16º | 0.77% | 0.51% | - |
| HSV(B) | 293.16º | 0.85% | 0.89% | - |
| XYZ | 39.17 | 19.42 | 73.63 | - |
| YUV | 106.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 226 | 0.10 | 0.85 | 0 | 0.11 | 293.16 | 0.77 | 0.51 |
| Hex | CC | 21 | E2 | A | 55 | 0 | B | 125 | 4D | 33 |
| Octal | 314 | 41 | 342 | 12 | 125 | 0 | 13 | 445 | 115 | 63 |
| Binary | 11001100 | 100001 | 11100010 | 1010 | 1010101 | 0 | 1011 | 100100101 | 1001101 | 110011 |
Color Harmonies of #CC21E2
Complementary color
Monochromatic Colors of #CC21E2
Black with #CC21E2
Text Example
Text Example
White with #CC21E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21E2; }
p { color: rgb(204,33,226); }
H1.HeaderClassName
{
color: #CC21E2;
}
.AnyTagClassName
{
color: #CC21E2;
}
</style>
background-color css
<style>
a { background-color: #CC21E2; }
a { background-color: rgb(204,33,226); }
div.DivClassName
{
background-color: #CC21E2;
}
.BgClassName
{
background-color: #CC21E2;
}
</style>
border-color css
<style>
span { border-color: #CC21E2; }
span { border-color: rgb(204,33,226); }
td.TdClassName
{
border-color: #CC21E2;
}
.TagClassName
{
border-color: #CC21E2;
}
</style>