Shades of Electric Purple #C00AEF
Tints of Electric Purple #C00AEF
RGB
CMYK
RGB Variations
Color information
#C00AEF (or 0xC00AEF) is known color: Electric Purple. HEX triplet: C0, 0A and EF. RGB value is (192,10,239). Sum of RGB (Red+Green+Blue) = 192+10+239=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #C00AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AEF is #3FF510. Grayscale: #595959. Windows color (decimal): -4191505 or 15665856. OLE color: 15665856.
HSL color Cylindrical-coordinate representation of color #C00AEF: hue angle of 287.69º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AEF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 10 | 239 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.06 |
| HSL | 287.69º | 0.92% | 0.49% | - |
| HSV(B) | 287.69º | 0.96% | 0.94% | - |
| XYZ | 37.43 | 17.66 | 83.1 | - |
| YUV | 90.52 | 211.8 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 239 | 0.20 | 0.96 | 0 | 0.06 | 287.69 | 0.92 | 0.49 |
| Hex | C0 | A | EF | 14 | 60 | 0 | 6 | 120 | 5C | 31 |
| Octal | 300 | 12 | 357 | 24 | 140 | 0 | 6 | 440 | 134 | 61 |
| Binary | 11000000 | 1010 | 11101111 | 10100 | 1100000 | 0 | 110 | 100100000 | 1011100 | 110001 |
Color Harmonies of #C00AEF
Complementary color
Monochromatic Colors of #C00AEF
Black with #C00AEF
Text Example
Text Example
White with #C00AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AEF; }
p { color: rgb(192,10,239); }
H1.HeaderClassName
{
color: #C00AEF;
}
.AnyTagClassName
{
color: #C00AEF;
}
</style>
background-color css
<style>
a { background-color: #C00AEF; }
a { background-color: rgb(192,10,239); }
div.DivClassName
{
background-color: #C00AEF;
}
.BgClassName
{
background-color: #C00AEF;
}
</style>
border-color css
<style>
span { border-color: #C00AEF; }
span { border-color: rgb(192,10,239); }
td.TdClassName
{
border-color: #C00AEF;
}
.TagClassName
{
border-color: #C00AEF;
}
</style>