Shades of Deep Magenta #CC28E5
Tints of Deep Magenta #CC28E5
RGB
CMYK
RGB Variations
Color information
#CC28E5 (or 0xCC28E5) is known color: Deep Magenta. HEX triplet: CC, 28 and E5. RGB value is (204,40,229). Sum of RGB (Red+Green+Blue) = 204+40+229=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC28E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28E5 is #33D71A. Grayscale: #6D6D6D. Windows color (decimal): -3397403 or 15018188. OLE color: 15018188.
HSL color Cylindrical-coordinate representation of color #CC28E5: hue angle of 292.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC28E5 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 40 | 229 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.10 |
| HSL | 292.06º | 0.78% | 0.53% | - |
| HSV(B) | 292.06º | 0.83% | 0.9% | - |
| XYZ | 39.8 | 20.01 | 75.89 | - |
| YUV | 110.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 229 | 0.11 | 0.83 | 0 | 0.10 | 292.06 | 0.78 | 0.53 |
| Hex | CC | 28 | E5 | B | 53 | 0 | A | 124 | 4E | 35 |
| Octal | 314 | 50 | 345 | 13 | 123 | 0 | 12 | 444 | 116 | 65 |
| Binary | 11001100 | 101000 | 11100101 | 1011 | 1010011 | 0 | 1010 | 100100100 | 1001110 | 110101 |
Color Harmonies of #CC28E5
Complementary color
Monochromatic Colors of #CC28E5
Black with #CC28E5
Text Example
Text Example
White with #CC28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28E5; }
p { color: rgb(204,40,229); }
H1.HeaderClassName
{
color: #CC28E5;
}
.AnyTagClassName
{
color: #CC28E5;
}
</style>
background-color css
<style>
a { background-color: #CC28E5; }
a { background-color: rgb(204,40,229); }
div.DivClassName
{
background-color: #CC28E5;
}
.BgClassName
{
background-color: #CC28E5;
}
</style>
border-color css
<style>
span { border-color: #CC28E5; }
span { border-color: rgb(204,40,229); }
td.TdClassName
{
border-color: #CC28E5;
}
.TagClassName
{
border-color: #CC28E5;
}
</style>