Shades of Electric Purple #C22AEA
Tints of Electric Purple #C22AEA
RGB
CMYK
RGB Variations
Color information
#C22AEA (or 0xC22AEA) is known color: Electric Purple. HEX triplet: C2, 2A and EA. RGB value is (194,42,234). Sum of RGB (Red+Green+Blue) = 194+42+234=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C22AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22AEA is #3DD515. Grayscale: #6C6C6C. Windows color (decimal): -4052246 or 15346370. OLE color: 15346370.
HSL color Cylindrical-coordinate representation of color #C22AEA: hue angle of 287.5º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22AEA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 42 | 234 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.08 |
| HSL | 287.5º | 0.82% | 0.54% | - |
| HSV(B) | 287.5º | 0.82% | 0.92% | - |
| XYZ | 37.93 | 19.07 | 79.52 | - |
| YUV | 109.34 | 198.36 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 234 | 0.17 | 0.82 | 0 | 0.08 | 287.5 | 0.82 | 0.54 |
| Hex | C2 | 2A | EA | 11 | 52 | 0 | 8 | 120 | 52 | 36 |
| Octal | 302 | 52 | 352 | 21 | 122 | 0 | 10 | 440 | 122 | 66 |
| Binary | 11000010 | 101010 | 11101010 | 10001 | 1010010 | 0 | 1000 | 100100000 | 1010010 | 110110 |
Color Harmonies of #C22AEA
Complementary color
Monochromatic Colors of #C22AEA
Black with #C22AEA
Text Example
Text Example
White with #C22AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AEA; }
p { color: rgb(194,42,234); }
H1.HeaderClassName
{
color: #C22AEA;
}
.AnyTagClassName
{
color: #C22AEA;
}
</style>
background-color css
<style>
a { background-color: #C22AEA; }
a { background-color: rgb(194,42,234); }
div.DivClassName
{
background-color: #C22AEA;
}
.BgClassName
{
background-color: #C22AEA;
}
</style>
border-color css
<style>
span { border-color: #C22AEA; }
span { border-color: rgb(194,42,234); }
td.TdClassName
{
border-color: #C22AEA;
}
.TagClassName
{
border-color: #C22AEA;
}
</style>