Shades of Electric Purple #C112EB
Tints of Electric Purple #C112EB
RGB
CMYK
RGB Variations
Color information
#C112EB (or 0xC112EB) is known color: Electric Purple. HEX triplet: C1, 12 and EB. RGB value is (193,18,235). Sum of RGB (Red+Green+Blue) = 193+18+235=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C112EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112EB is #3EED14. Grayscale: #5E5E5E. Windows color (decimal): -4123925 or 15405761. OLE color: 15405761.
HSL color Cylindrical-coordinate representation of color #C112EB: hue angle of 288.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112EB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 18 | 235 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.08 |
| HSL | 288.39º | 0.86% | 0.5% | - |
| HSV(B) | 288.39º | 0.92% | 0.92% | - |
| XYZ | 37.2 | 17.77 | 80.07 | - |
| YUV | 95.06 | 206.98 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 235 | 0.18 | 0.92 | 0 | 0.08 | 288.39 | 0.86 | 0.5 |
| Hex | C1 | 12 | EB | 12 | 5C | 0 | 8 | 120 | 56 | 32 |
| Octal | 301 | 22 | 353 | 22 | 134 | 0 | 10 | 440 | 126 | 62 |
| Binary | 11000001 | 10010 | 11101011 | 10010 | 1011100 | 0 | 1000 | 100100000 | 1010110 | 110010 |
Color Harmonies of #C112EB
Complementary color
Monochromatic Colors of #C112EB
Black with #C112EB
Text Example
Text Example
White with #C112EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112EB; }
p { color: rgb(193,18,235); }
H1.HeaderClassName
{
color: #C112EB;
}
.AnyTagClassName
{
color: #C112EB;
}
</style>
background-color css
<style>
a { background-color: #C112EB; }
a { background-color: rgb(193,18,235); }
div.DivClassName
{
background-color: #C112EB;
}
.BgClassName
{
background-color: #C112EB;
}
</style>
border-color css
<style>
span { border-color: #C112EB; }
span { border-color: rgb(193,18,235); }
td.TdClassName
{
border-color: #C112EB;
}
.TagClassName
{
border-color: #C112EB;
}
</style>