Shades of Electric Purple #C119EF
Tints of Electric Purple #C119EF
RGB
CMYK
RGB Variations
Color information
#C119EF (or 0xC119EF) is known color: Electric Purple. HEX triplet: C1, 19 and EF. RGB value is (193,25,239). Sum of RGB (Red+Green+Blue) = 193+25+239=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #C119EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119EF is #3EE610. Grayscale: #626262. Windows color (decimal): -4122129 or 15669697. OLE color: 15669697.
HSL color Cylindrical-coordinate representation of color #C119EF: hue angle of 287.1º 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 #C119EF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 25 | 239 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.06 |
| HSL | 287.1º | 0.87% | 0.52% | - |
| HSV(B) | 287.1º | 0.9% | 0.94% | - |
| XYZ | 37.92 | 18.26 | 83.19 | - |
| YUV | 99.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 239 | 0.19 | 0.90 | 0 | 0.06 | 287.1 | 0.87 | 0.52 |
| Hex | C1 | 19 | EF | 13 | 5A | 0 | 6 | 11F | 57 | 34 |
| Octal | 301 | 31 | 357 | 23 | 132 | 0 | 6 | 437 | 127 | 64 |
| Binary | 11000001 | 11001 | 11101111 | 10011 | 1011010 | 0 | 110 | 100011111 | 1010111 | 110100 |
Color Harmonies of #C119EF
Complementary color
Monochromatic Colors of #C119EF
Black with #C119EF
Text Example
Text Example
White with #C119EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119EF; }
p { color: rgb(193,25,239); }
H1.HeaderClassName
{
color: #C119EF;
}
.AnyTagClassName
{
color: #C119EF;
}
</style>
background-color css
<style>
a { background-color: #C119EF; }
a { background-color: rgb(193,25,239); }
div.DivClassName
{
background-color: #C119EF;
}
.BgClassName
{
background-color: #C119EF;
}
</style>
border-color css
<style>
span { border-color: #C119EF; }
span { border-color: rgb(193,25,239); }
td.TdClassName
{
border-color: #C119EF;
}
.TagClassName
{
border-color: #C119EF;
}
</style>