Shades of Electric Purple #C018E9
Tints of Electric Purple #C018E9
RGB
CMYK
RGB Variations
Color information
#C018E9 (or 0xC018E9) is known color: Electric Purple. HEX triplet: C0, 18 and E9. RGB value is (192,24,233). Sum of RGB (Red+Green+Blue) = 192+24+233=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #C018E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018E9 is #3FE716. Grayscale: #616161. Windows color (decimal): -4187927 or 15276224. OLE color: 15276224.
HSL color Cylindrical-coordinate representation of color #C018E9: hue angle of 288.23º degrees, saturation: 0.83, 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 #C018E9 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 24 | 233 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.09 |
| HSL | 288.23º | 0.83% | 0.5% | - |
| HSV(B) | 288.23º | 0.9% | 0.91% | - |
| XYZ | 36.77 | 17.74 | 78.58 | - |
| YUV | 98.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 233 | 0.18 | 0.90 | 0 | 0.09 | 288.23 | 0.83 | 0.5 |
| Hex | C0 | 18 | E9 | 12 | 5A | 0 | 9 | 120 | 53 | 32 |
| Octal | 300 | 30 | 351 | 22 | 132 | 0 | 11 | 440 | 123 | 62 |
| Binary | 11000000 | 11000 | 11101001 | 10010 | 1011010 | 0 | 1001 | 100100000 | 1010011 | 110010 |
Color Harmonies of #C018E9
Complementary color
Monochromatic Colors of #C018E9
Black with #C018E9
Text Example
Text Example
White with #C018E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018E9; }
p { color: rgb(192,24,233); }
H1.HeaderClassName
{
color: #C018E9;
}
.AnyTagClassName
{
color: #C018E9;
}
</style>
background-color css
<style>
a { background-color: #C018E9; }
a { background-color: rgb(192,24,233); }
div.DivClassName
{
background-color: #C018E9;
}
.BgClassName
{
background-color: #C018E9;
}
</style>
border-color css
<style>
span { border-color: #C018E9; }
span { border-color: rgb(192,24,233); }
td.TdClassName
{
border-color: #C018E9;
}
.TagClassName
{
border-color: #C018E9;
}
</style>