Shades of Deep Magenta #CC28CC
Tints of Deep Magenta #CC28CC
RGB
CMYK
RGB Variations
Color information
#CC28CC (or 0xCC28CC) is known color: Deep Magenta. HEX triplet: CC, 28 and CC. RGB value is (204,40,204). Sum of RGB (Red+Green+Blue) = 204+40+204=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28CC is #33D733. Grayscale: #6B6B6B. Windows color (decimal): -3397428 or 13379788. OLE color: 13379788.
HSL color Cylindrical-coordinate representation of color #CC28CC: hue angle of 300º 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 #CC28CC is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 204 | - |
| CMYK | 0 | 0.80 | 0 | 0.2 |
| HSL | 300º | 0.67% | 0.48% | - |
| HSV(B) | 300º | 0.8% | 0.8% | - |
| XYZ | 36.56 | 18.71 | 58.81 | - |
| YUV | 107.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 204 | 0 | 0.80 | 0 | 0.2 | 300 | 0.67 | 0.48 |
| Hex | CC | 28 | CC | 0 | 50 | 0 | 14 | 12C | 43 | 30 |
| Octal | 314 | 50 | 314 | 0 | 120 | 0 | 24 | 454 | 103 | 60 |
| Binary | 11001100 | 101000 | 11001100 | 0 | 1010000 | 0 | 10100 | 100101100 | 1000011 | 110000 |
Color Harmonies of #CC28CC
Complementary color
Monochromatic Colors of #CC28CC
Black with #CC28CC
Text Example
Text Example
White with #CC28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28CC; }
p { color: rgb(204,40,204); }
H1.HeaderClassName
{
color: #CC28CC;
}
.AnyTagClassName
{
color: #CC28CC;
}
</style>
background-color css
<style>
a { background-color: #CC28CC; }
a { background-color: rgb(204,40,204); }
div.DivClassName
{
background-color: #CC28CC;
}
.BgClassName
{
background-color: #CC28CC;
}
</style>
border-color css
<style>
span { border-color: #CC28CC; }
span { border-color: rgb(204,40,204); }
td.TdClassName
{
border-color: #CC28CC;
}
.TagClassName
{
border-color: #CC28CC;
}
</style>