Shades of Deep Magenta #CC24B2
Tints of Deep Magenta #CC24B2
RGB
CMYK
RGB Variations
Color information
#CC24B2 (or 0xCC24B2) is known color: Deep Magenta. HEX triplet: CC, 24 and B2. RGB value is (204,36,178). Sum of RGB (Red+Green+Blue) = 204+36+178=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24B2 is #33DB4D. Grayscale: #666666. Windows color (decimal): -3398478 or 11674828. OLE color: 11674828.
HSL color Cylindrical-coordinate representation of color #CC24B2: hue angle of 309.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 #CC24B2 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 178 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.2 |
| HSL | 309.29º | 0.7% | 0.47% | - |
| HSV(B) | 309.29º | 0.82% | 0.8% | - |
| XYZ | 33.57 | 17.31 | 43.69 | - |
| YUV | 102.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 178 | 0 | 0.82 | 0.13 | 0.2 | 309.29 | 0.7 | 0.47 |
| Hex | CC | 24 | B2 | 0 | 52 | D | 14 | 135 | 46 | 2F |
| Octal | 314 | 44 | 262 | 0 | 122 | 15 | 24 | 465 | 106 | 57 |
| Binary | 11001100 | 100100 | 10110010 | 0 | 1010010 | 1101 | 10100 | 100110101 | 1000110 | 101111 |
Color Harmonies of #CC24B2
Complementary color
Monochromatic Colors of #CC24B2
Black with #CC24B2
Text Example
Text Example
White with #CC24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24B2; }
p { color: rgb(204,36,178); }
H1.HeaderClassName
{
color: #CC24B2;
}
.AnyTagClassName
{
color: #CC24B2;
}
</style>
background-color css
<style>
a { background-color: #CC24B2; }
a { background-color: rgb(204,36,178); }
div.DivClassName
{
background-color: #CC24B2;
}
.BgClassName
{
background-color: #CC24B2;
}
</style>
border-color css
<style>
span { border-color: #CC24B2; }
span { border-color: rgb(204,36,178); }
td.TdClassName
{
border-color: #CC24B2;
}
.TagClassName
{
border-color: #CC24B2;
}
</style>