Shades of Deep Magenta #CC21E4
Tints of Deep Magenta #CC21E4
RGB
CMYK
RGB Variations
Color information
#CC21E4 (or 0xCC21E4) is known color: Deep Magenta. HEX triplet: CC, 21 and E4. RGB value is (204,33,228). Sum of RGB (Red+Green+Blue) = 204+33+228=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC21E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21E4 is #33DE1B. Grayscale: #696969. Windows color (decimal): -3399196 or 14950860. OLE color: 14950860.
HSL color Cylindrical-coordinate representation of color #CC21E4: hue angle of 292.62º degrees, saturation: 0.78, 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 #CC21E4 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 33 | 228 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.11 |
| HSL | 292.62º | 0.78% | 0.51% | - |
| HSV(B) | 292.62º | 0.86% | 0.89% | - |
| XYZ | 39.45 | 19.53 | 75.09 | - |
| YUV | 106.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 228 | 0.11 | 0.86 | 0 | 0.11 | 292.62 | 0.78 | 0.51 |
| Hex | CC | 21 | E4 | B | 56 | 0 | B | 125 | 4E | 33 |
| Octal | 314 | 41 | 344 | 13 | 126 | 0 | 13 | 445 | 116 | 63 |
| Binary | 11001100 | 100001 | 11100100 | 1011 | 1010110 | 0 | 1011 | 100100101 | 1001110 | 110011 |
Color Harmonies of #CC21E4
Complementary color
Monochromatic Colors of #CC21E4
Black with #CC21E4
Text Example
Text Example
White with #CC21E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21E4; }
p { color: rgb(204,33,228); }
H1.HeaderClassName
{
color: #CC21E4;
}
.AnyTagClassName
{
color: #CC21E4;
}
</style>
background-color css
<style>
a { background-color: #CC21E4; }
a { background-color: rgb(204,33,228); }
div.DivClassName
{
background-color: #CC21E4;
}
.BgClassName
{
background-color: #CC21E4;
}
</style>
border-color css
<style>
span { border-color: #CC21E4; }
span { border-color: rgb(204,33,228); }
td.TdClassName
{
border-color: #CC21E4;
}
.TagClassName
{
border-color: #CC21E4;
}
</style>