Shades of Deep Magenta #CC24D7
Tints of Deep Magenta #CC24D7
RGB
CMYK
RGB Variations
Color information
#CC24D7 (or 0xCC24D7) is known color: Deep Magenta. HEX triplet: CC, 24 and D7. RGB value is (204,36,215). Sum of RGB (Red+Green+Blue) = 204+36+215=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC24D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24D7 is #33DB28. Grayscale: #6A6A6A. Windows color (decimal): -3398441 or 14099660. OLE color: 14099660.
HSL color Cylindrical-coordinate representation of color #CC24D7: hue angle of 296.31º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC24D7 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 36 | 215 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.16 |
| HSL | 296.31º | 0.71% | 0.49% | - |
| HSV(B) | 296.31º | 0.83% | 0.84% | - |
| XYZ | 37.8 | 19.01 | 65.97 | - |
| YUV | 106.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 215 | 0.05 | 0.83 | 0 | 0.16 | 296.31 | 0.71 | 0.49 |
| Hex | CC | 24 | D7 | 5 | 53 | 0 | 10 | 128 | 47 | 31 |
| Octal | 314 | 44 | 327 | 5 | 123 | 0 | 20 | 450 | 107 | 61 |
| Binary | 11001100 | 100100 | 11010111 | 101 | 1010011 | 0 | 10000 | 100101000 | 1000111 | 110001 |
Color Harmonies of #CC24D7
Complementary color
Monochromatic Colors of #CC24D7
Black with #CC24D7
Text Example
Text Example
White with #CC24D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24D7; }
p { color: rgb(204,36,215); }
H1.HeaderClassName
{
color: #CC24D7;
}
.AnyTagClassName
{
color: #CC24D7;
}
</style>
background-color css
<style>
a { background-color: #CC24D7; }
a { background-color: rgb(204,36,215); }
div.DivClassName
{
background-color: #CC24D7;
}
.BgClassName
{
background-color: #CC24D7;
}
</style>
border-color css
<style>
span { border-color: #CC24D7; }
span { border-color: rgb(204,36,215); }
td.TdClassName
{
border-color: #CC24D7;
}
.TagClassName
{
border-color: #CC24D7;
}
</style>