Shades of Deep Magenta #CC28BB
Tints of Deep Magenta #CC28BB
RGB
CMYK
RGB Variations
Color information
#CC28BB (or 0xCC28BB) is known color: Deep Magenta. HEX triplet: CC, 28 and BB. RGB value is (204,40,187). Sum of RGB (Red+Green+Blue) = 204+40+187=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28BB is #33D744. Grayscale: #696969. Windows color (decimal): -3397445 or 12265676. OLE color: 12265676.
HSL color Cylindrical-coordinate representation of color #CC28BB: hue angle of 306.22º 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 #CC28BB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 187 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.2 |
| HSL | 306.22º | 0.67% | 0.48% | - |
| HSV(B) | 306.22º | 0.8% | 0.8% | - |
| XYZ | 34.63 | 17.94 | 48.65 | - |
| YUV | 105.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 187 | 0 | 0.80 | 0.08 | 0.2 | 306.22 | 0.67 | 0.48 |
| Hex | CC | 28 | BB | 0 | 50 | 8 | 14 | 132 | 43 | 30 |
| Octal | 314 | 50 | 273 | 0 | 120 | 10 | 24 | 462 | 103 | 60 |
| Binary | 11001100 | 101000 | 10111011 | 0 | 1010000 | 1000 | 10100 | 100110010 | 1000011 | 110000 |
Color Harmonies of #CC28BB
Complementary color
Monochromatic Colors of #CC28BB
Black with #CC28BB
Text Example
Text Example
White with #CC28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28BB; }
p { color: rgb(204,40,187); }
H1.HeaderClassName
{
color: #CC28BB;
}
.AnyTagClassName
{
color: #CC28BB;
}
</style>
background-color css
<style>
a { background-color: #CC28BB; }
a { background-color: rgb(204,40,187); }
div.DivClassName
{
background-color: #CC28BB;
}
.BgClassName
{
background-color: #CC28BB;
}
</style>
border-color css
<style>
span { border-color: #CC28BB; }
span { border-color: rgb(204,40,187); }
td.TdClassName
{
border-color: #CC28BB;
}
.TagClassName
{
border-color: #CC28BB;
}
</style>