Shades of Deep Magenta #CC21C5
Tints of Deep Magenta #CC21C5
RGB
CMYK
RGB Variations
Color information
#CC21C5 (or 0xCC21C5) is known color: Deep Magenta. HEX triplet: CC, 21 and C5. RGB value is (204,33,197). Sum of RGB (Red+Green+Blue) = 204+33+197=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C5 is #33DE3A. Grayscale: #666666. Windows color (decimal): -3399227 or 12919244. OLE color: 12919244.
HSL color Cylindrical-coordinate representation of color #CC21C5: hue angle of 302.46º degrees, saturation: 0.72, 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 #CC21C5 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 197 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.2 |
| HSL | 302.46º | 0.72% | 0.46% | - |
| HSV(B) | 302.46º | 0.84% | 0.8% | - |
| XYZ | 35.52 | 17.96 | 54.42 | - |
| YUV | 102.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 197 | 0 | 0.84 | 0.03 | 0.2 | 302.46 | 0.72 | 0.46 |
| Hex | CC | 21 | C5 | 0 | 54 | 3 | 14 | 12E | 48 | 2E |
| Octal | 314 | 41 | 305 | 0 | 124 | 3 | 24 | 456 | 110 | 56 |
| Binary | 11001100 | 100001 | 11000101 | 0 | 1010100 | 11 | 10100 | 100101110 | 1001000 | 101110 |
Color Harmonies of #CC21C5
Complementary color
Monochromatic Colors of #CC21C5
Black with #CC21C5
Text Example
Text Example
White with #CC21C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21C5; }
p { color: rgb(204,33,197); }
H1.HeaderClassName
{
color: #CC21C5;
}
.AnyTagClassName
{
color: #CC21C5;
}
</style>
background-color css
<style>
a { background-color: #CC21C5; }
a { background-color: rgb(204,33,197); }
div.DivClassName
{
background-color: #CC21C5;
}
.BgClassName
{
background-color: #CC21C5;
}
</style>
border-color css
<style>
span { border-color: #CC21C5; }
span { border-color: rgb(204,33,197); }
td.TdClassName
{
border-color: #CC21C5;
}
.TagClassName
{
border-color: #CC21C5;
}
</style>