Shades of Electric Purple #C422EC
Tints of Electric Purple #C422EC
RGB
CMYK
RGB Variations
Color information
#C422EC (or 0xC422EC) is known color: Electric Purple. HEX triplet: C4, 22 and EC. RGB value is (196,34,236). Sum of RGB (Red+Green+Blue) = 196+34+236=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C422EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422EC is #3BDD13. Grayscale: #686868. Windows color (decimal): -3923220 or 15475396. OLE color: 15475396.
HSL color Cylindrical-coordinate representation of color #C422EC: hue angle of 288.12º 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 #C422EC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 34 | 236 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 288.12º | 0.84% | 0.53% | - |
| HSV(B) | 288.12º | 0.86% | 0.93% | - |
| XYZ | 38.48 | 18.94 | 80.98 | - |
| YUV | 105.47 | 201.67 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 236 | 0.17 | 0.86 | 0 | 0.07 | 288.12 | 0.84 | 0.53 |
| Hex | C4 | 22 | EC | 11 | 56 | 0 | 7 | 120 | 54 | 35 |
| Octal | 304 | 42 | 354 | 21 | 126 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000100 | 100010 | 11101100 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C422EC
Complementary color
Monochromatic Colors of #C422EC
Black with #C422EC
Text Example
Text Example
White with #C422EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422EC; }
p { color: rgb(196,34,236); }
H1.HeaderClassName
{
color: #C422EC;
}
.AnyTagClassName
{
color: #C422EC;
}
</style>
background-color css
<style>
a { background-color: #C422EC; }
a { background-color: rgb(196,34,236); }
div.DivClassName
{
background-color: #C422EC;
}
.BgClassName
{
background-color: #C422EC;
}
</style>
border-color css
<style>
span { border-color: #C422EC; }
span { border-color: rgb(196,34,236); }
td.TdClassName
{
border-color: #C422EC;
}
.TagClassName
{
border-color: #C422EC;
}
</style>