Shades of Electric Purple #C00AED
Tints of Electric Purple #C00AED
RGB
CMYK
RGB Variations
Color information
#C00AED (or 0xC00AED) is known color: Electric Purple. HEX triplet: C0, 0A and ED. RGB value is (192,10,237). Sum of RGB (Red+Green+Blue) = 192+10+237=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #C00AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AED is #3FF512. Grayscale: #595959. Windows color (decimal): -4191507 or 15534784. OLE color: 15534784.
HSL color Cylindrical-coordinate representation of color #C00AED: hue angle of 288.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AED is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 10 | 237 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.07 |
| HSL | 288.11º | 0.92% | 0.48% | - |
| HSV(B) | 288.11º | 0.96% | 0.93% | - |
| XYZ | 37.13 | 17.54 | 81.55 | - |
| YUV | 90.3 | 210.8 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 237 | 0.19 | 0.96 | 0 | 0.07 | 288.11 | 0.92 | 0.48 |
| Hex | C0 | A | ED | 13 | 60 | 0 | 7 | 120 | 5C | 30 |
| Octal | 300 | 12 | 355 | 23 | 140 | 0 | 7 | 440 | 134 | 60 |
| Binary | 11000000 | 1010 | 11101101 | 10011 | 1100000 | 0 | 111 | 100100000 | 1011100 | 110000 |
Color Harmonies of #C00AED
Complementary color
Monochromatic Colors of #C00AED
Black with #C00AED
Text Example
Text Example
White with #C00AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AED; }
p { color: rgb(192,10,237); }
H1.HeaderClassName
{
color: #C00AED;
}
.AnyTagClassName
{
color: #C00AED;
}
</style>
background-color css
<style>
a { background-color: #C00AED; }
a { background-color: rgb(192,10,237); }
div.DivClassName
{
background-color: #C00AED;
}
.BgClassName
{
background-color: #C00AED;
}
</style>
border-color css
<style>
span { border-color: #C00AED; }
span { border-color: rgb(192,10,237); }
td.TdClassName
{
border-color: #C00AED;
}
.TagClassName
{
border-color: #C00AED;
}
</style>