Shades of Deep Magenta #C00AE2
Tints of Deep Magenta #C00AE2
RGB
CMYK
RGB Variations
Color information
#C00AE2 (or 0xC00AE2) is known color: Deep Magenta. HEX triplet: C0, 0A and E2. RGB value is (192,10,226). Sum of RGB (Red+Green+Blue) = 192+10+226=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 226 (88.67% from 255 or 52.80% from 428); Max value from RGB is 226 - color contains mainly: blue. Hex color #C00AE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AE2 is #3FF51D. Grayscale: #585858. Windows color (decimal): -4191518 or 14813888. OLE color: 14813888.
HSL color Cylindrical-coordinate representation of color #C00AE2: hue angle of 290.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AE2 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 10 | 226 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.11 |
| HSL | 290.56º | 0.92% | 0.46% | - |
| HSV(B) | 290.56º | 0.96% | 0.89% | - |
| XYZ | 35.57 | 16.91 | 73.34 | - |
| YUV | 89.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 226 | 0.15 | 0.96 | 0 | 0.11 | 290.56 | 0.92 | 0.46 |
| Hex | C0 | A | E2 | F | 60 | 0 | B | 123 | 5C | 2E |
| Octal | 300 | 12 | 342 | 17 | 140 | 0 | 13 | 443 | 134 | 56 |
| Binary | 11000000 | 1010 | 11100010 | 1111 | 1100000 | 0 | 1011 | 100100011 | 1011100 | 101110 |
Color Harmonies of #C00AE2
Complementary color
Monochromatic Colors of #C00AE2
Black with #C00AE2
Text Example
Text Example
White with #C00AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AE2; }
p { color: rgb(192,10,226); }
H1.HeaderClassName
{
color: #C00AE2;
}
.AnyTagClassName
{
color: #C00AE2;
}
</style>
background-color css
<style>
a { background-color: #C00AE2; }
a { background-color: rgb(192,10,226); }
div.DivClassName
{
background-color: #C00AE2;
}
.BgClassName
{
background-color: #C00AE2;
}
</style>
border-color css
<style>
span { border-color: #C00AE2; }
span { border-color: rgb(192,10,226); }
td.TdClassName
{
border-color: #C00AE2;
}
.TagClassName
{
border-color: #C00AE2;
}
</style>