Shades of Deep Magenta #CC24CF
Tints of Deep Magenta #CC24CF
RGB
CMYK
RGB Variations
Color information
#CC24CF (or 0xCC24CF) is known color: Deep Magenta. HEX triplet: CC, 24 and CF. RGB value is (204,36,207). Sum of RGB (Red+Green+Blue) = 204+36+207=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC24CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24CF is #33DB30. Grayscale: #696969. Windows color (decimal): -3398449 or 13575372. OLE color: 13575372.
HSL color Cylindrical-coordinate representation of color #CC24CF: hue angle of 298.95º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC24CF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 36 | 207 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.19 |
| HSL | 298.95º | 0.7% | 0.48% | - |
| HSV(B) | 298.95º | 0.83% | 0.81% | - |
| XYZ | 36.8 | 18.6 | 60.68 | - |
| YUV | 105.73 | 185.16 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 207 | 0.01 | 0.83 | 0 | 0.19 | 298.95 | 0.7 | 0.48 |
| Hex | CC | 24 | CF | 1 | 53 | 0 | 13 | 12B | 46 | 30 |
| Octal | 314 | 44 | 317 | 1 | 123 | 0 | 23 | 453 | 106 | 60 |
| Binary | 11001100 | 100100 | 11001111 | 1 | 1010011 | 0 | 10011 | 100101011 | 1000110 | 110000 |
Color Harmonies of #CC24CF
Complementary color
Monochromatic Colors of #CC24CF
Black with #CC24CF
Text Example
Text Example
White with #CC24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24CF; }
p { color: rgb(204,36,207); }
H1.HeaderClassName
{
color: #CC24CF;
}
.AnyTagClassName
{
color: #CC24CF;
}
</style>
background-color css
<style>
a { background-color: #CC24CF; }
a { background-color: rgb(204,36,207); }
div.DivClassName
{
background-color: #CC24CF;
}
.BgClassName
{
background-color: #CC24CF;
}
</style>
border-color css
<style>
span { border-color: #CC24CF; }
span { border-color: rgb(204,36,207); }
td.TdClassName
{
border-color: #CC24CF;
}
.TagClassName
{
border-color: #CC24CF;
}
</style>