Shades of Electric Purple #C119EA
Tints of Electric Purple #C119EA
RGB
CMYK
RGB Variations
Color information
#C119EA (or 0xC119EA) is known color: Electric Purple. HEX triplet: C1, 19 and EA. RGB value is (193,25,234). Sum of RGB (Red+Green+Blue) = 193+25+234=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #C119EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119EA is #3EE615. Grayscale: #626262. Windows color (decimal): -4122134 or 15342017. OLE color: 15342017.
HSL color Cylindrical-coordinate representation of color #C119EA: hue angle of 288.23º degrees, saturation: 0.83, 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 #C119EA is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 25 | 234 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.08 |
| HSL | 288.23º | 0.83% | 0.51% | - |
| HSV(B) | 288.23º | 0.89% | 0.92% | - |
| XYZ | 37.19 | 17.97 | 79.35 | - |
| YUV | 99.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 234 | 0.18 | 0.89 | 0 | 0.08 | 288.23 | 0.83 | 0.51 |
| Hex | C1 | 19 | EA | 12 | 59 | 0 | 8 | 120 | 53 | 33 |
| Octal | 301 | 31 | 352 | 22 | 131 | 0 | 10 | 440 | 123 | 63 |
| Binary | 11000001 | 11001 | 11101010 | 10010 | 1011001 | 0 | 1000 | 100100000 | 1010011 | 110011 |
Color Harmonies of #C119EA
Complementary color
Monochromatic Colors of #C119EA
Black with #C119EA
Text Example
Text Example
White with #C119EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119EA; }
p { color: rgb(193,25,234); }
H1.HeaderClassName
{
color: #C119EA;
}
.AnyTagClassName
{
color: #C119EA;
}
</style>
background-color css
<style>
a { background-color: #C119EA; }
a { background-color: rgb(193,25,234); }
div.DivClassName
{
background-color: #C119EA;
}
.BgClassName
{
background-color: #C119EA;
}
</style>
border-color css
<style>
span { border-color: #C119EA; }
span { border-color: rgb(193,25,234); }
td.TdClassName
{
border-color: #C119EA;
}
.TagClassName
{
border-color: #C119EA;
}
</style>