Shades of Electric Purple #C112EF
Tints of Electric Purple #C112EF
RGB
CMYK
RGB Variations
Color information
#C112EF (or 0xC112EF) is known color: Electric Purple. HEX triplet: C1, 12 and EF. RGB value is (193,18,239). Sum of RGB (Red+Green+Blue) = 193+18+239=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #C112EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112EF is #3EED10. Grayscale: #5E5E5E. Windows color (decimal): -4123921 or 15667905. OLE color: 15667905.
HSL color Cylindrical-coordinate representation of color #C112EF: hue angle of 287.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112EF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 18 | 239 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.06 |
| HSL | 287.51º | 0.87% | 0.5% | - |
| HSV(B) | 287.51º | 0.92% | 0.94% | - |
| XYZ | 37.79 | 18 | 83.14 | - |
| YUV | 95.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 239 | 0.19 | 0.92 | 0 | 0.06 | 287.51 | 0.87 | 0.5 |
| Hex | C1 | 12 | EF | 13 | 5C | 0 | 6 | 120 | 57 | 32 |
| Octal | 301 | 22 | 357 | 23 | 134 | 0 | 6 | 440 | 127 | 62 |
| Binary | 11000001 | 10010 | 11101111 | 10011 | 1011100 | 0 | 110 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C112EF
Complementary color
Monochromatic Colors of #C112EF
Black with #C112EF
Text Example
Text Example
White with #C112EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112EF; }
p { color: rgb(193,18,239); }
H1.HeaderClassName
{
color: #C112EF;
}
.AnyTagClassName
{
color: #C112EF;
}
</style>
background-color css
<style>
a { background-color: #C112EF; }
a { background-color: rgb(193,18,239); }
div.DivClassName
{
background-color: #C112EF;
}
.BgClassName
{
background-color: #C112EF;
}
</style>
border-color css
<style>
span { border-color: #C112EF; }
span { border-color: rgb(193,18,239); }
td.TdClassName
{
border-color: #C112EF;
}
.TagClassName
{
border-color: #C112EF;
}
</style>