Shades of Deep Magenta #CC28D2
Tints of Deep Magenta #CC28D2
RGB
CMYK
RGB Variations
Color information
#CC28D2 (or 0xCC28D2) is known color: Deep Magenta. HEX triplet: CC, 28 and D2. RGB value is (204,40,210). Sum of RGB (Red+Green+Blue) = 204+40+210=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC28D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28D2 is #33D72D. Grayscale: #6B6B6B. Windows color (decimal): -3397422 or 13773004. OLE color: 13773004.
HSL color Cylindrical-coordinate representation of color #CC28D2: hue angle of 297.88º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC28D2 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 40 | 210 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.18 |
| HSL | 297.88º | 0.68% | 0.49% | - |
| HSV(B) | 297.88º | 0.81% | 0.82% | - |
| XYZ | 37.29 | 19.01 | 62.68 | - |
| YUV | 108.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 210 | 0.03 | 0.81 | 0 | 0.18 | 297.88 | 0.68 | 0.49 |
| Hex | CC | 28 | D2 | 3 | 51 | 0 | 12 | 12A | 44 | 31 |
| Octal | 314 | 50 | 322 | 3 | 121 | 0 | 22 | 452 | 104 | 61 |
| Binary | 11001100 | 101000 | 11010010 | 11 | 1010001 | 0 | 10010 | 100101010 | 1000100 | 110001 |
Color Harmonies of #CC28D2
Complementary color
Monochromatic Colors of #CC28D2
Black with #CC28D2
Text Example
Text Example
White with #CC28D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28D2; }
p { color: rgb(204,40,210); }
H1.HeaderClassName
{
color: #CC28D2;
}
.AnyTagClassName
{
color: #CC28D2;
}
</style>
background-color css
<style>
a { background-color: #CC28D2; }
a { background-color: rgb(204,40,210); }
div.DivClassName
{
background-color: #CC28D2;
}
.BgClassName
{
background-color: #CC28D2;
}
</style>
border-color css
<style>
span { border-color: #CC28D2; }
span { border-color: rgb(204,40,210); }
td.TdClassName
{
border-color: #CC28D2;
}
.TagClassName
{
border-color: #CC28D2;
}
</style>