Shades of Electric Purple #C122EF
Tints of Electric Purple #C122EF
RGB
CMYK
RGB Variations
Color information
#C122EF (or 0xC122EF) is known color: Electric Purple. HEX triplet: C1, 22 and EF. RGB value is (193,34,239). Sum of RGB (Red+Green+Blue) = 193+34+239=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #C122EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C122EF is #3EDD10. Grayscale: #686868. Windows color (decimal): -4119825 or 15672001. OLE color: 15672001.
HSL color Cylindrical-coordinate representation of color #C122EF: hue angle of 286.54º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C122EF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 34 | 239 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.06 |
| HSL | 286.54º | 0.86% | 0.54% | - |
| HSV(B) | 286.54º | 0.86% | 0.94% | - |
| XYZ | 38.14 | 18.71 | 83.26 | - |
| YUV | 104.91 | 203.68 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 239 | 0.19 | 0.86 | 0 | 0.06 | 286.54 | 0.86 | 0.54 |
| Hex | C1 | 22 | EF | 13 | 56 | 0 | 6 | 11F | 56 | 36 |
| Octal | 301 | 42 | 357 | 23 | 126 | 0 | 6 | 437 | 126 | 66 |
| Binary | 11000001 | 100010 | 11101111 | 10011 | 1010110 | 0 | 110 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C122EF
Complementary color
Monochromatic Colors of #C122EF
Black with #C122EF
Text Example
Text Example
White with #C122EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122EF; }
p { color: rgb(193,34,239); }
H1.HeaderClassName
{
color: #C122EF;
}
.AnyTagClassName
{
color: #C122EF;
}
</style>
background-color css
<style>
a { background-color: #C122EF; }
a { background-color: rgb(193,34,239); }
div.DivClassName
{
background-color: #C122EF;
}
.BgClassName
{
background-color: #C122EF;
}
</style>
border-color css
<style>
span { border-color: #C122EF; }
span { border-color: rgb(193,34,239); }
td.TdClassName
{
border-color: #C122EF;
}
.TagClassName
{
border-color: #C122EF;
}
</style>