Shades of Electric Purple #C422E7
Tints of Electric Purple #C422E7
RGB
CMYK
RGB Variations
Color information
#C422E7 (or 0xC422E7) is known color: Electric Purple. HEX triplet: C4, 22 and E7. RGB value is (196,34,231). Sum of RGB (Red+Green+Blue) = 196+34+231=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #C422E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422E7 is #3BDD18. Grayscale: #686868. Windows color (decimal): -3923225 or 15147716. OLE color: 15147716.
HSL color Cylindrical-coordinate representation of color #C422E7: hue angle of 289.34º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C422E7 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 34 | 231 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.09 |
| HSL | 289.34º | 0.8% | 0.52% | - |
| HSV(B) | 289.34º | 0.85% | 0.91% | - |
| XYZ | 37.76 | 18.65 | 77.21 | - |
| YUV | 104.9 | 199.17 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 231 | 0.15 | 0.85 | 0 | 0.09 | 289.34 | 0.8 | 0.52 |
| Hex | C4 | 22 | E7 | F | 55 | 0 | 9 | 121 | 50 | 34 |
| Octal | 304 | 42 | 347 | 17 | 125 | 0 | 11 | 441 | 120 | 64 |
| Binary | 11000100 | 100010 | 11100111 | 1111 | 1010101 | 0 | 1001 | 100100001 | 1010000 | 110100 |
Color Harmonies of #C422E7
Complementary color
Monochromatic Colors of #C422E7
Black with #C422E7
Text Example
Text Example
White with #C422E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422E7; }
p { color: rgb(196,34,231); }
H1.HeaderClassName
{
color: #C422E7;
}
.AnyTagClassName
{
color: #C422E7;
}
</style>
background-color css
<style>
a { background-color: #C422E7; }
a { background-color: rgb(196,34,231); }
div.DivClassName
{
background-color: #C422E7;
}
.BgClassName
{
background-color: #C422E7;
}
</style>
border-color css
<style>
span { border-color: #C422E7; }
span { border-color: rgb(196,34,231); }
td.TdClassName
{
border-color: #C422E7;
}
.TagClassName
{
border-color: #C422E7;
}
</style>