Shades of Electric Purple #C119EE
Tints of Electric Purple #C119EE
RGB
CMYK
RGB Variations
Color information
#C119EE (or 0xC119EE) is known color: Electric Purple. HEX triplet: C1, 19 and EE. RGB value is (193,25,238). Sum of RGB (Red+Green+Blue) = 193+25+238=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C119EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119EE is #3EE611. Grayscale: #626262. Windows color (decimal): -4122130 or 15604161. OLE color: 15604161.
HSL color Cylindrical-coordinate representation of color #C119EE: hue angle of 287.32º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C119EE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 25 | 238 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.07 |
| HSL | 287.32º | 0.86% | 0.52% | - |
| HSV(B) | 287.32º | 0.89% | 0.93% | - |
| XYZ | 37.77 | 18.21 | 82.41 | - |
| YUV | 99.51 | 206.16 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 238 | 0.19 | 0.89 | 0 | 0.07 | 287.32 | 0.86 | 0.52 |
| Hex | C1 | 19 | EE | 13 | 59 | 0 | 7 | 11F | 56 | 34 |
| Octal | 301 | 31 | 356 | 23 | 131 | 0 | 7 | 437 | 126 | 64 |
| Binary | 11000001 | 11001 | 11101110 | 10011 | 1011001 | 0 | 111 | 100011111 | 1010110 | 110100 |
Color Harmonies of #C119EE
Complementary color
Monochromatic Colors of #C119EE
Black with #C119EE
Text Example
Text Example
White with #C119EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119EE; }
p { color: rgb(193,25,238); }
H1.HeaderClassName
{
color: #C119EE;
}
.AnyTagClassName
{
color: #C119EE;
}
</style>
background-color css
<style>
a { background-color: #C119EE; }
a { background-color: rgb(193,25,238); }
div.DivClassName
{
background-color: #C119EE;
}
.BgClassName
{
background-color: #C119EE;
}
</style>
border-color css
<style>
span { border-color: #C119EE; }
span { border-color: rgb(193,25,238); }
td.TdClassName
{
border-color: #C119EE;
}
.TagClassName
{
border-color: #C119EE;
}
</style>