Shades of Deep Magenta #CC28BC
Tints of Deep Magenta #CC28BC
RGB
CMYK
RGB Variations
Color information
#CC28BC (or 0xCC28BC) is known color: Deep Magenta. HEX triplet: CC, 28 and BC. RGB value is (204,40,188). Sum of RGB (Red+Green+Blue) = 204+40+188=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28BC is #33D743. Grayscale: #696969. Windows color (decimal): -3397444 or 12331212. OLE color: 12331212.
HSL color Cylindrical-coordinate representation of color #CC28BC: hue angle of 305.85º 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 #CC28BC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 188 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.2 |
| HSL | 305.85º | 0.67% | 0.48% | - |
| HSV(B) | 305.85º | 0.8% | 0.8% | - |
| XYZ | 34.74 | 17.99 | 49.22 | - |
| YUV | 105.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 188 | 0 | 0.80 | 0.08 | 0.2 | 305.85 | 0.67 | 0.48 |
| Hex | CC | 28 | BC | 0 | 50 | 8 | 14 | 132 | 43 | 30 |
| Octal | 314 | 50 | 274 | 0 | 120 | 10 | 24 | 462 | 103 | 60 |
| Binary | 11001100 | 101000 | 10111100 | 0 | 1010000 | 1000 | 10100 | 100110010 | 1000011 | 110000 |
Color Harmonies of #CC28BC
Complementary color
Monochromatic Colors of #CC28BC
Black with #CC28BC
Text Example
Text Example
White with #CC28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28BC; }
p { color: rgb(204,40,188); }
H1.HeaderClassName
{
color: #CC28BC;
}
.AnyTagClassName
{
color: #CC28BC;
}
</style>
background-color css
<style>
a { background-color: #CC28BC; }
a { background-color: rgb(204,40,188); }
div.DivClassName
{
background-color: #CC28BC;
}
.BgClassName
{
background-color: #CC28BC;
}
</style>
border-color css
<style>
span { border-color: #CC28BC; }
span { border-color: rgb(204,40,188); }
td.TdClassName
{
border-color: #CC28BC;
}
.TagClassName
{
border-color: #CC28BC;
}
</style>