Shades of Electric Purple #C22AFE
Tints of Electric Purple #C22AFE
RGB
CMYK
RGB Variations
Color information
#C22AFE (or 0xC22AFE) is known color: Electric Purple. HEX triplet: C2, 2A and FE. RGB value is (194,42,254). Sum of RGB (Red+Green+Blue) = 194+42+254=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #C22AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22AFE is #3DD501. Grayscale: #6E6E6E. Windows color (decimal): -4052226 or 16657090. OLE color: 16657090.
HSL color Cylindrical-coordinate representation of color #C22AFE: hue angle of 283.02º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22AFE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 42 | 254 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.00 |
| HSL | 283.02º | 0.99% | 0.58% | - |
| HSV(B) | 283.02º | 0.83% | 1% | - |
| XYZ | 40.97 | 20.28 | 95.52 | - |
| YUV | 111.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 254 | 0.24 | 0.83 | 0 | 0.00 | 283.02 | 0.99 | 0.58 |
| Hex | C2 | 2A | FE | 18 | 53 | 0 | 0 | 11B | 63 | 3A |
| Octal | 302 | 52 | 376 | 30 | 123 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000010 | 101010 | 11111110 | 11000 | 1010011 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C22AFE
Complementary color
Monochromatic Colors of #C22AFE
Black with #C22AFE
Text Example
Text Example
White with #C22AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AFE; }
p { color: rgb(194,42,254); }
H1.HeaderClassName
{
color: #C22AFE;
}
.AnyTagClassName
{
color: #C22AFE;
}
</style>
background-color css
<style>
a { background-color: #C22AFE; }
a { background-color: rgb(194,42,254); }
div.DivClassName
{
background-color: #C22AFE;
}
.BgClassName
{
background-color: #C22AFE;
}
</style>
border-color css
<style>
span { border-color: #C22AFE; }
span { border-color: rgb(194,42,254); }
td.TdClassName
{
border-color: #C22AFE;
}
.TagClassName
{
border-color: #C22AFE;
}
</style>