Shades of Electric Purple #C122EC
Tints of Electric Purple #C122EC
RGB
CMYK
RGB Variations
Color information
#C122EC (or 0xC122EC) is known color: Electric Purple. HEX triplet: C1, 22 and EC. RGB value is (193,34,236). Sum of RGB (Red+Green+Blue) = 193+34+236=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C122EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C122EC is #3EDD13. Grayscale: #676767. Windows color (decimal): -4119828 or 15475393. OLE color: 15475393.
HSL color Cylindrical-coordinate representation of color #C122EC: hue angle of 287.23º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C122EC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 34 | 236 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.23º | 0.84% | 0.53% | - |
| HSV(B) | 287.23º | 0.86% | 0.93% | - |
| XYZ | 37.7 | 18.54 | 80.95 | - |
| YUV | 104.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 236 | 0.18 | 0.86 | 0 | 0.07 | 287.23 | 0.84 | 0.53 |
| Hex | C1 | 22 | EC | 12 | 56 | 0 | 7 | 11F | 54 | 35 |
| Octal | 301 | 42 | 354 | 22 | 126 | 0 | 7 | 437 | 124 | 65 |
| Binary | 11000001 | 100010 | 11101100 | 10010 | 1010110 | 0 | 111 | 100011111 | 1010100 | 110101 |
Color Harmonies of #C122EC
Complementary color
Monochromatic Colors of #C122EC
Black with #C122EC
Text Example
Text Example
White with #C122EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122EC; }
p { color: rgb(193,34,236); }
H1.HeaderClassName
{
color: #C122EC;
}
.AnyTagClassName
{
color: #C122EC;
}
</style>
background-color css
<style>
a { background-color: #C122EC; }
a { background-color: rgb(193,34,236); }
div.DivClassName
{
background-color: #C122EC;
}
.BgClassName
{
background-color: #C122EC;
}
</style>
border-color css
<style>
span { border-color: #C122EC; }
span { border-color: rgb(193,34,236); }
td.TdClassName
{
border-color: #C122EC;
}
.TagClassName
{
border-color: #C122EC;
}
</style>