Shades of Deep Magenta #CC28B9
Tints of Deep Magenta #CC28B9
RGB
CMYK
RGB Variations
Color information
#CC28B9 (or 0xCC28B9) is known color: Deep Magenta. HEX triplet: CC, 28 and B9. RGB value is (204,40,185). Sum of RGB (Red+Green+Blue) = 204+40+185=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28B9 is #33D746. Grayscale: #696969. Windows color (decimal): -3397447 or 12134604. OLE color: 12134604.
HSL color Cylindrical-coordinate representation of color #CC28B9: hue angle of 306.95º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC28B9 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 185 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.2 |
| HSL | 306.95º | 0.67% | 0.48% | - |
| HSV(B) | 306.95º | 0.8% | 0.8% | - |
| XYZ | 34.42 | 17.86 | 47.53 | - |
| YUV | 105.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 185 | 0 | 0.80 | 0.09 | 0.2 | 306.95 | 0.67 | 0.48 |
| Hex | CC | 28 | B9 | 0 | 50 | 9 | 14 | 133 | 43 | 30 |
| Octal | 314 | 50 | 271 | 0 | 120 | 11 | 24 | 463 | 103 | 60 |
| Binary | 11001100 | 101000 | 10111001 | 0 | 1010000 | 1001 | 10100 | 100110011 | 1000011 | 110000 |
Color Harmonies of #CC28B9
Complementary color
Monochromatic Colors of #CC28B9
Black with #CC28B9
Text Example
Text Example
White with #CC28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28B9; }
p { color: rgb(204,40,185); }
H1.HeaderClassName
{
color: #CC28B9;
}
.AnyTagClassName
{
color: #CC28B9;
}
</style>
background-color css
<style>
a { background-color: #CC28B9; }
a { background-color: rgb(204,40,185); }
div.DivClassName
{
background-color: #CC28B9;
}
.BgClassName
{
background-color: #CC28B9;
}
</style>
border-color css
<style>
span { border-color: #CC28B9; }
span { border-color: rgb(204,40,185); }
td.TdClassName
{
border-color: #CC28B9;
}
.TagClassName
{
border-color: #CC28B9;
}
</style>