Shades of Electric Purple #C22CFE
Tints of Electric Purple #C22CFE
RGB
CMYK
RGB Variations
Color information
#C22CFE (or 0xC22CFE) is known color: Electric Purple. HEX triplet: C2, 2C and FE. RGB value is (194,44,254). Sum of RGB (Red+Green+Blue) = 194+44+254=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C22CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CFE is #3DD301. Grayscale: #707070. Windows color (decimal): -4051714 or 16657602. OLE color: 16657602.
HSL color Cylindrical-coordinate representation of color #C22CFE: hue angle of 282.86º 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 #C22CFE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 44 | 254 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.00 |
| HSL | 282.86º | 0.99% | 0.58% | - |
| HSV(B) | 282.86º | 0.83% | 1% | - |
| XYZ | 41.04 | 20.43 | 95.55 | - |
| YUV | 112.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 254 | 0.24 | 0.83 | 0 | 0.00 | 282.86 | 0.99 | 0.58 |
| Hex | C2 | 2C | FE | 18 | 53 | 0 | 0 | 11B | 63 | 3A |
| Octal | 302 | 54 | 376 | 30 | 123 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000010 | 101100 | 11111110 | 11000 | 1010011 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C22CFE
Complementary color
Monochromatic Colors of #C22CFE
Black with #C22CFE
Text Example
Text Example
White with #C22CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CFE; }
p { color: rgb(194,44,254); }
H1.HeaderClassName
{
color: #C22CFE;
}
.AnyTagClassName
{
color: #C22CFE;
}
</style>
background-color css
<style>
a { background-color: #C22CFE; }
a { background-color: rgb(194,44,254); }
div.DivClassName
{
background-color: #C22CFE;
}
.BgClassName
{
background-color: #C22CFE;
}
</style>
border-color css
<style>
span { border-color: #C22CFE; }
span { border-color: rgb(194,44,254); }
td.TdClassName
{
border-color: #C22CFE;
}
.TagClassName
{
border-color: #C22CFE;
}
</style>