Shades of Electric Purple #C018E8
Tints of Electric Purple #C018E8
RGB
CMYK
RGB Variations
Color information
#C018E8 (or 0xC018E8) is known color: Electric Purple. HEX triplet: C0, 18 and E8. RGB value is (192,24,232). Sum of RGB (Red+Green+Blue) = 192+24+232=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #C018E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018E8 is #3FE717. Grayscale: #616161. Windows color (decimal): -4187928 or 15210688. OLE color: 15210688.
HSL color Cylindrical-coordinate representation of color #C018E8: hue angle of 288.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018E8 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 24 | 232 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.09 |
| HSL | 288.46º | 0.82% | 0.5% | - |
| HSV(B) | 288.46º | 0.9% | 0.91% | - |
| XYZ | 36.63 | 17.69 | 77.83 | - |
| YUV | 97.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 232 | 0.17 | 0.90 | 0 | 0.09 | 288.46 | 0.82 | 0.5 |
| Hex | C0 | 18 | E8 | 11 | 5A | 0 | 9 | 120 | 52 | 32 |
| Octal | 300 | 30 | 350 | 21 | 132 | 0 | 11 | 440 | 122 | 62 |
| Binary | 11000000 | 11000 | 11101000 | 10001 | 1011010 | 0 | 1001 | 100100000 | 1010010 | 110010 |
Color Harmonies of #C018E8
Complementary color
Monochromatic Colors of #C018E8
Black with #C018E8
Text Example
Text Example
White with #C018E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018E8; }
p { color: rgb(192,24,232); }
H1.HeaderClassName
{
color: #C018E8;
}
.AnyTagClassName
{
color: #C018E8;
}
</style>
background-color css
<style>
a { background-color: #C018E8; }
a { background-color: rgb(192,24,232); }
div.DivClassName
{
background-color: #C018E8;
}
.BgClassName
{
background-color: #C018E8;
}
</style>
border-color css
<style>
span { border-color: #C018E8; }
span { border-color: rgb(192,24,232); }
td.TdClassName
{
border-color: #C018E8;
}
.TagClassName
{
border-color: #C018E8;
}
</style>