Shades of Deep Magenta #CC24C0
Tints of Deep Magenta #CC24C0
RGB
CMYK
RGB Variations
Color information
#CC24C0 (or 0xCC24C0) is known color: Deep Magenta. HEX triplet: CC, 24 and C0. RGB value is (204,36,192). Sum of RGB (Red+Green+Blue) = 204+36+192=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24C0 is #33DB3F. Grayscale: #676767. Windows color (decimal): -3398464 or 12592332. OLE color: 12592332.
HSL color Cylindrical-coordinate representation of color #CC24C0: hue angle of 304.29º 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 #CC24C0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 192 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.2 |
| HSL | 304.29º | 0.7% | 0.47% | - |
| HSV(B) | 304.29º | 0.82% | 0.8% | - |
| XYZ | 35.05 | 17.9 | 51.48 | - |
| YUV | 104.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 192 | 0 | 0.82 | 0.06 | 0.2 | 304.29 | 0.7 | 0.47 |
| Hex | CC | 24 | C0 | 0 | 52 | 6 | 14 | 130 | 46 | 2F |
| Octal | 314 | 44 | 300 | 0 | 122 | 6 | 24 | 460 | 106 | 57 |
| Binary | 11001100 | 100100 | 11000000 | 0 | 1010010 | 110 | 10100 | 100110000 | 1000110 | 101111 |
Color Harmonies of #CC24C0
Complementary color
Monochromatic Colors of #CC24C0
Black with #CC24C0
Text Example
Text Example
White with #CC24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24C0; }
p { color: rgb(204,36,192); }
H1.HeaderClassName
{
color: #CC24C0;
}
.AnyTagClassName
{
color: #CC24C0;
}
</style>
background-color css
<style>
a { background-color: #CC24C0; }
a { background-color: rgb(204,36,192); }
div.DivClassName
{
background-color: #CC24C0;
}
.BgClassName
{
background-color: #CC24C0;
}
</style>
border-color css
<style>
span { border-color: #CC24C0; }
span { border-color: rgb(204,36,192); }
td.TdClassName
{
border-color: #CC24C0;
}
.TagClassName
{
border-color: #CC24C0;
}
</style>