Shades of Deep Magenta #CC24C5
Tints of Deep Magenta #CC24C5
RGB
CMYK
RGB Variations
Color information
#CC24C5 (or 0xCC24C5) is known color: Deep Magenta. HEX triplet: CC, 24 and C5. RGB value is (204,36,197). Sum of RGB (Red+Green+Blue) = 204+36+197=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24C5 is #33DB3A. Grayscale: #686868. Windows color (decimal): -3398459 or 12920012. OLE color: 12920012.
HSL color Cylindrical-coordinate representation of color #CC24C5: hue angle of 302.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC24C5 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 197 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.2 |
| HSL | 302.5º | 0.7% | 0.47% | - |
| HSV(B) | 302.5º | 0.82% | 0.8% | - |
| XYZ | 35.61 | 18.13 | 54.45 | - |
| YUV | 104.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 197 | 0 | 0.82 | 0.03 | 0.2 | 302.5 | 0.7 | 0.47 |
| Hex | CC | 24 | C5 | 0 | 52 | 3 | 14 | 12E | 46 | 2F |
| Octal | 314 | 44 | 305 | 0 | 122 | 3 | 24 | 456 | 106 | 57 |
| Binary | 11001100 | 100100 | 11000101 | 0 | 1010010 | 11 | 10100 | 100101110 | 1000110 | 101111 |
Color Harmonies of #CC24C5
Complementary color
Monochromatic Colors of #CC24C5
Black with #CC24C5
Text Example
Text Example
White with #CC24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24C5; }
p { color: rgb(204,36,197); }
H1.HeaderClassName
{
color: #CC24C5;
}
.AnyTagClassName
{
color: #CC24C5;
}
</style>
background-color css
<style>
a { background-color: #CC24C5; }
a { background-color: rgb(204,36,197); }
div.DivClassName
{
background-color: #CC24C5;
}
.BgClassName
{
background-color: #CC24C5;
}
</style>
border-color css
<style>
span { border-color: #CC24C5; }
span { border-color: rgb(204,36,197); }
td.TdClassName
{
border-color: #CC24C5;
}
.TagClassName
{
border-color: #CC24C5;
}
</style>