Shades of Deep Magenta #CC24CA
Tints of Deep Magenta #CC24CA
RGB
CMYK
RGB Variations
Color information
#CC24CA (or 0xCC24CA) is known color: Deep Magenta. HEX triplet: CC, 24 and CA. RGB value is (204,36,202). Sum of RGB (Red+Green+Blue) = 204+36+202=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24CA is #33DB35. Grayscale: #686868. Windows color (decimal): -3398454 or 13247692. OLE color: 13247692.
HSL color Cylindrical-coordinate representation of color #CC24CA: hue angle of 300.71º 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 #CC24CA is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 202 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.2 |
| HSL | 300.71º | 0.7% | 0.47% | - |
| HSV(B) | 300.71º | 0.82% | 0.8% | - |
| XYZ | 36.19 | 18.36 | 57.51 | - |
| YUV | 105.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 202 | 0 | 0.82 | 0.01 | 0.2 | 300.71 | 0.7 | 0.47 |
| Hex | CC | 24 | CA | 0 | 52 | 1 | 14 | 12D | 46 | 2F |
| Octal | 314 | 44 | 312 | 0 | 122 | 1 | 24 | 455 | 106 | 57 |
| Binary | 11001100 | 100100 | 11001010 | 0 | 1010010 | 1 | 10100 | 100101101 | 1000110 | 101111 |
Color Harmonies of #CC24CA
Complementary color
Monochromatic Colors of #CC24CA
Black with #CC24CA
Text Example
Text Example
White with #CC24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24CA; }
p { color: rgb(204,36,202); }
H1.HeaderClassName
{
color: #CC24CA;
}
.AnyTagClassName
{
color: #CC24CA;
}
</style>
background-color css
<style>
a { background-color: #CC24CA; }
a { background-color: rgb(204,36,202); }
div.DivClassName
{
background-color: #CC24CA;
}
.BgClassName
{
background-color: #CC24CA;
}
</style>
border-color css
<style>
span { border-color: #CC24CA; }
span { border-color: rgb(204,36,202); }
td.TdClassName
{
border-color: #CC24CA;
}
.TagClassName
{
border-color: #CC24CA;
}
</style>