Shades of Deep Magenta #CC28D8
Tints of Deep Magenta #CC28D8
RGB
CMYK
RGB Variations
Color information
#CC28D8 (or 0xCC28D8) is known color: Deep Magenta. HEX triplet: CC, 28 and D8. RGB value is (204,40,216). Sum of RGB (Red+Green+Blue) = 204+40+216=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC28D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28D8 is #33D727. Grayscale: #6C6C6C. Windows color (decimal): -3397416 or 14166220. OLE color: 14166220.
HSL color Cylindrical-coordinate representation of color #CC28D8: hue angle of 295.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC28D8 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 40 | 216 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.91º | 0.69% | 0.5% | - |
| HSV(B) | 295.91º | 0.81% | 0.85% | - |
| XYZ | 38.06 | 19.31 | 66.69 | - |
| YUV | 109.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 216 | 0.06 | 0.81 | 0 | 0.15 | 295.91 | 0.69 | 0.5 |
| Hex | CC | 28 | D8 | 6 | 51 | 0 | F | 128 | 45 | 32 |
| Octal | 314 | 50 | 330 | 6 | 121 | 0 | 17 | 450 | 105 | 62 |
| Binary | 11001100 | 101000 | 11011000 | 110 | 1010001 | 0 | 1111 | 100101000 | 1000101 | 110010 |
Color Harmonies of #CC28D8
Complementary color
Monochromatic Colors of #CC28D8
Black with #CC28D8
Text Example
Text Example
White with #CC28D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28D8; }
p { color: rgb(204,40,216); }
H1.HeaderClassName
{
color: #CC28D8;
}
.AnyTagClassName
{
color: #CC28D8;
}
</style>
background-color css
<style>
a { background-color: #CC28D8; }
a { background-color: rgb(204,40,216); }
div.DivClassName
{
background-color: #CC28D8;
}
.BgClassName
{
background-color: #CC28D8;
}
</style>
border-color css
<style>
span { border-color: #CC28D8; }
span { border-color: rgb(204,40,216); }
td.TdClassName
{
border-color: #CC28D8;
}
.TagClassName
{
border-color: #CC28D8;
}
</style>