Shades of Deep Magenta #CC0AE5
Tints of Deep Magenta #CC0AE5
RGB
CMYK
RGB Variations
Color information
#CC0AE5 (or 0xCC0AE5) is known color: Deep Magenta. HEX triplet: CC, 0A and E5. RGB value is (204,10,229). Sum of RGB (Red+Green+Blue) = 204+10+229=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC0AE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0AE5 is #33F51A. Grayscale: #5C5C5C. Windows color (decimal): -3405083 or 15010508. OLE color: 15010508.
HSL color Cylindrical-coordinate representation of color #CC0AE5: hue angle of 293.15º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0AE5 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 10 | 229 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.10 |
| HSL | 293.15º | 0.92% | 0.47% | - |
| HSV(B) | 293.15º | 0.96% | 0.9% | - |
| XYZ | 39.15 | 18.71 | 75.68 | - |
| YUV | 92.97 | 204.77 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 229 | 0.11 | 0.96 | 0 | 0.10 | 293.15 | 0.92 | 0.47 |
| Hex | CC | A | E5 | B | 60 | 0 | A | 125 | 5C | 2F |
| Octal | 314 | 12 | 345 | 13 | 140 | 0 | 12 | 445 | 134 | 57 |
| Binary | 11001100 | 1010 | 11100101 | 1011 | 1100000 | 0 | 1010 | 100100101 | 1011100 | 101111 |
Color Harmonies of #CC0AE5
Complementary color
Monochromatic Colors of #CC0AE5
Black with #CC0AE5
Text Example
Text Example
White with #CC0AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AE5; }
p { color: rgb(204,10,229); }
H1.HeaderClassName
{
color: #CC0AE5;
}
.AnyTagClassName
{
color: #CC0AE5;
}
</style>
background-color css
<style>
a { background-color: #CC0AE5; }
a { background-color: rgb(204,10,229); }
div.DivClassName
{
background-color: #CC0AE5;
}
.BgClassName
{
background-color: #CC0AE5;
}
</style>
border-color css
<style>
span { border-color: #CC0AE5; }
span { border-color: rgb(204,10,229); }
td.TdClassName
{
border-color: #CC0AE5;
}
.TagClassName
{
border-color: #CC0AE5;
}
</style>