Shades of Electric Purple #C119EB
Tints of Electric Purple #C119EB
RGB
CMYK
RGB Variations
Color information
#C119EB (or 0xC119EB) is known color: Electric Purple. HEX triplet: C1, 19 and EB. RGB value is (193,25,235). Sum of RGB (Red+Green+Blue) = 193+25+235=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #C119EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119EB is #3EE614. Grayscale: #626262. Windows color (decimal): -4122133 or 15407553. OLE color: 15407553.
HSL color Cylindrical-coordinate representation of color #C119EB: hue angle of 288º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C119EB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 25 | 235 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.08 |
| HSL | 288º | 0.84% | 0.51% | - |
| HSV(B) | 288º | 0.89% | 0.92% | - |
| XYZ | 37.34 | 18.03 | 80.11 | - |
| YUV | 99.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 235 | 0.18 | 0.89 | 0 | 0.08 | 288 | 0.84 | 0.51 |
| Hex | C1 | 19 | EB | 12 | 59 | 0 | 8 | 120 | 54 | 33 |
| Octal | 301 | 31 | 353 | 22 | 131 | 0 | 10 | 440 | 124 | 63 |
| Binary | 11000001 | 11001 | 11101011 | 10010 | 1011001 | 0 | 1000 | 100100000 | 1010100 | 110011 |
Color Harmonies of #C119EB
Complementary color
Monochromatic Colors of #C119EB
Black with #C119EB
Text Example
Text Example
White with #C119EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119EB; }
p { color: rgb(193,25,235); }
H1.HeaderClassName
{
color: #C119EB;
}
.AnyTagClassName
{
color: #C119EB;
}
</style>
background-color css
<style>
a { background-color: #C119EB; }
a { background-color: rgb(193,25,235); }
div.DivClassName
{
background-color: #C119EB;
}
.BgClassName
{
background-color: #C119EB;
}
</style>
border-color css
<style>
span { border-color: #C119EB; }
span { border-color: rgb(193,25,235); }
td.TdClassName
{
border-color: #C119EB;
}
.TagClassName
{
border-color: #C119EB;
}
</style>