Shades of Electric Purple #C114EC
Tints of Electric Purple #C114EC
RGB
CMYK
RGB Variations
Color information
#C114EC (or 0xC114EC) is known color: Electric Purple. HEX triplet: C1, 14 and EC. RGB value is (193,20,236). Sum of RGB (Red+Green+Blue) = 193+20+236=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #C114EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114EC is #3EEB13. Grayscale: #5F5F5F. Windows color (decimal): -4123412 or 15471809. OLE color: 15471809.
HSL color Cylindrical-coordinate representation of color #C114EC: hue angle of 288.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C114EC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 20 | 236 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.07 |
| HSL | 288.06º | 0.85% | 0.5% | - |
| HSV(B) | 288.06º | 0.92% | 0.93% | - |
| XYZ | 37.38 | 17.89 | 80.84 | - |
| YUV | 96.35 | 206.81 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 236 | 0.18 | 0.92 | 0 | 0.07 | 288.06 | 0.85 | 0.5 |
| Hex | C1 | 14 | EC | 12 | 5C | 0 | 7 | 120 | 55 | 32 |
| Octal | 301 | 24 | 354 | 22 | 134 | 0 | 7 | 440 | 125 | 62 |
| Binary | 11000001 | 10100 | 11101100 | 10010 | 1011100 | 0 | 111 | 100100000 | 1010101 | 110010 |
Color Harmonies of #C114EC
Complementary color
Monochromatic Colors of #C114EC
Black with #C114EC
Text Example
Text Example
White with #C114EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114EC; }
p { color: rgb(193,20,236); }
H1.HeaderClassName
{
color: #C114EC;
}
.AnyTagClassName
{
color: #C114EC;
}
</style>
background-color css
<style>
a { background-color: #C114EC; }
a { background-color: rgb(193,20,236); }
div.DivClassName
{
background-color: #C114EC;
}
.BgClassName
{
background-color: #C114EC;
}
</style>
border-color css
<style>
span { border-color: #C114EC; }
span { border-color: rgb(193,20,236); }
td.TdClassName
{
border-color: #C114EC;
}
.TagClassName
{
border-color: #C114EC;
}
</style>