Shades of Electric Purple #C019EF
Tints of Electric Purple #C019EF
RGB
CMYK
RGB Variations
Color information
#C019EF (or 0xC019EF) is known color: Electric Purple. HEX triplet: C0, 19 and EF. RGB value is (192,25,239). Sum of RGB (Red+Green+Blue) = 192+25+239=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #C019EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019EF is #3FE610. Grayscale: #626262. Windows color (decimal): -4187665 or 15669696. OLE color: 15669696.
HSL color Cylindrical-coordinate representation of color #C019EF: hue angle of 286.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019EF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 25 | 239 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.06 |
| HSL | 286.82º | 0.87% | 0.52% | - |
| HSV(B) | 286.82º | 0.9% | 0.94% | - |
| XYZ | 37.67 | 18.13 | 83.18 | - |
| YUV | 99.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 239 | 0.20 | 0.90 | 0 | 0.06 | 286.82 | 0.87 | 0.52 |
| Hex | C0 | 19 | EF | 14 | 5A | 0 | 6 | 11F | 57 | 34 |
| Octal | 300 | 31 | 357 | 24 | 132 | 0 | 6 | 437 | 127 | 64 |
| Binary | 11000000 | 11001 | 11101111 | 10100 | 1011010 | 0 | 110 | 100011111 | 1010111 | 110100 |
Color Harmonies of #C019EF
Complementary color
Monochromatic Colors of #C019EF
Black with #C019EF
Text Example
Text Example
White with #C019EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019EF; }
p { color: rgb(192,25,239); }
H1.HeaderClassName
{
color: #C019EF;
}
.AnyTagClassName
{
color: #C019EF;
}
</style>
background-color css
<style>
a { background-color: #C019EF; }
a { background-color: rgb(192,25,239); }
div.DivClassName
{
background-color: #C019EF;
}
.BgClassName
{
background-color: #C019EF;
}
</style>
border-color css
<style>
span { border-color: #C019EF; }
span { border-color: rgb(192,25,239); }
td.TdClassName
{
border-color: #C019EF;
}
.TagClassName
{
border-color: #C019EF;
}
</style>