Shades of Electric Purple #C112EA
Tints of Electric Purple #C112EA
RGB
CMYK
RGB Variations
Color information
#C112EA (or 0xC112EA) is known color: Electric Purple. HEX triplet: C1, 12 and EA. RGB value is (193,18,234). Sum of RGB (Red+Green+Blue) = 193+18+234=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C112EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112EA is #3EED15. Grayscale: #5E5E5E. Windows color (decimal): -4123926 or 15340225. OLE color: 15340225.
HSL color Cylindrical-coordinate representation of color #C112EA: hue angle of 288.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112EA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 18 | 234 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.08 |
| HSL | 288.61º | 0.86% | 0.49% | - |
| HSV(B) | 288.61º | 0.92% | 0.92% | - |
| XYZ | 37.06 | 17.71 | 79.31 | - |
| YUV | 94.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 234 | 0.18 | 0.92 | 0 | 0.08 | 288.61 | 0.86 | 0.49 |
| Hex | C1 | 12 | EA | 12 | 5C | 0 | 8 | 121 | 56 | 31 |
| Octal | 301 | 22 | 352 | 22 | 134 | 0 | 10 | 441 | 126 | 61 |
| Binary | 11000001 | 10010 | 11101010 | 10010 | 1011100 | 0 | 1000 | 100100001 | 1010110 | 110001 |
Color Harmonies of #C112EA
Complementary color
Monochromatic Colors of #C112EA
Black with #C112EA
Text Example
Text Example
White with #C112EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112EA; }
p { color: rgb(193,18,234); }
H1.HeaderClassName
{
color: #C112EA;
}
.AnyTagClassName
{
color: #C112EA;
}
</style>
background-color css
<style>
a { background-color: #C112EA; }
a { background-color: rgb(193,18,234); }
div.DivClassName
{
background-color: #C112EA;
}
.BgClassName
{
background-color: #C112EA;
}
</style>
border-color css
<style>
span { border-color: #C112EA; }
span { border-color: rgb(193,18,234); }
td.TdClassName
{
border-color: #C112EA;
}
.TagClassName
{
border-color: #C112EA;
}
</style>