Shades of Deep Magenta #CC28BD
Tints of Deep Magenta #CC28BD
RGB
CMYK
RGB Variations
Color information
#CC28BD (or 0xCC28BD) is known color: Deep Magenta. HEX triplet: CC, 28 and BD. RGB value is (204,40,189). Sum of RGB (Red+Green+Blue) = 204+40+189=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28BD is #33D742. Grayscale: #696969. Windows color (decimal): -3397443 or 12396748. OLE color: 12396748.
HSL color Cylindrical-coordinate representation of color #CC28BD: hue angle of 305.49º 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 #CC28BD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 189 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.2 |
| HSL | 305.49º | 0.67% | 0.48% | - |
| HSV(B) | 305.49º | 0.8% | 0.8% | - |
| XYZ | 34.85 | 18.03 | 49.79 | - |
| YUV | 106.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 189 | 0 | 0.80 | 0.07 | 0.2 | 305.49 | 0.67 | 0.48 |
| Hex | CC | 28 | BD | 0 | 50 | 7 | 14 | 131 | 43 | 30 |
| Octal | 314 | 50 | 275 | 0 | 120 | 7 | 24 | 461 | 103 | 60 |
| Binary | 11001100 | 101000 | 10111101 | 0 | 1010000 | 111 | 10100 | 100110001 | 1000011 | 110000 |
Color Harmonies of #CC28BD
Complementary color
Monochromatic Colors of #CC28BD
Black with #CC28BD
Text Example
Text Example
White with #CC28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28BD; }
p { color: rgb(204,40,189); }
H1.HeaderClassName
{
color: #CC28BD;
}
.AnyTagClassName
{
color: #CC28BD;
}
</style>
background-color css
<style>
a { background-color: #CC28BD; }
a { background-color: rgb(204,40,189); }
div.DivClassName
{
background-color: #CC28BD;
}
.BgClassName
{
background-color: #CC28BD;
}
</style>
border-color css
<style>
span { border-color: #CC28BD; }
span { border-color: rgb(204,40,189); }
td.TdClassName
{
border-color: #CC28BD;
}
.TagClassName
{
border-color: #CC28BD;
}
</style>