Shades of Electric Purple #C113EC
Tints of Electric Purple #C113EC
RGB
CMYK
RGB Variations
Color information
#C113EC (or 0xC113EC) is known color: Electric Purple. HEX triplet: C1, 13 and EC. RGB value is (193,19,236). Sum of RGB (Red+Green+Blue) = 193+19+236=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #C113EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113EC is #3EEC13. Grayscale: #5F5F5F. Windows color (decimal): -4123668 or 15471553. OLE color: 15471553.
HSL color Cylindrical-coordinate representation of color #C113EC: hue angle of 288.11º 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 #C113EC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 19 | 236 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.07 |
| HSL | 288.11º | 0.85% | 0.5% | - |
| HSV(B) | 288.11º | 0.92% | 0.93% | - |
| XYZ | 37.37 | 17.86 | 80.83 | - |
| YUV | 95.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 236 | 0.18 | 0.92 | 0 | 0.07 | 288.11 | 0.85 | 0.5 |
| Hex | C1 | 13 | EC | 12 | 5C | 0 | 7 | 120 | 55 | 32 |
| Octal | 301 | 23 | 354 | 22 | 134 | 0 | 7 | 440 | 125 | 62 |
| Binary | 11000001 | 10011 | 11101100 | 10010 | 1011100 | 0 | 111 | 100100000 | 1010101 | 110010 |
Color Harmonies of #C113EC
Complementary color
Monochromatic Colors of #C113EC
Black with #C113EC
Text Example
Text Example
White with #C113EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113EC; }
p { color: rgb(193,19,236); }
H1.HeaderClassName
{
color: #C113EC;
}
.AnyTagClassName
{
color: #C113EC;
}
</style>
background-color css
<style>
a { background-color: #C113EC; }
a { background-color: rgb(193,19,236); }
div.DivClassName
{
background-color: #C113EC;
}
.BgClassName
{
background-color: #C113EC;
}
</style>
border-color css
<style>
span { border-color: #C113EC; }
span { border-color: rgb(193,19,236); }
td.TdClassName
{
border-color: #C113EC;
}
.TagClassName
{
border-color: #C113EC;
}
</style>