Shades of Electric Purple #C22FFE
Tints of Electric Purple #C22FFE
RGB
CMYK
RGB Variations
Color information
#C22FFE (or 0xC22FFE) is known color: Electric Purple. HEX triplet: C2, 2F and FE. RGB value is (194,47,254). Sum of RGB (Red+Green+Blue) = 194+47+254=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C22FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FFE is #3DD001. Grayscale: #717171. Windows color (decimal): -4050946 or 16658370. OLE color: 16658370.
HSL color Cylindrical-coordinate representation of color #C22FFE: hue angle of 282.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22FFE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 47 | 254 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.00 |
| HSL | 282.61º | 0.99% | 0.59% | - |
| HSV(B) | 282.61º | 0.81% | 1% | - |
| XYZ | 41.15 | 20.66 | 95.58 | - |
| YUV | 114.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 254 | 0.24 | 0.81 | 0 | 0.00 | 282.61 | 0.99 | 0.59 |
| Hex | C2 | 2F | FE | 18 | 51 | 0 | 0 | 11B | 63 | 3B |
| Octal | 302 | 57 | 376 | 30 | 121 | 0 | 0 | 433 | 143 | 73 |
| Binary | 11000010 | 101111 | 11111110 | 11000 | 1010001 | 0 | 0 | 100011011 | 1100011 | 111011 |
Color Harmonies of #C22FFE
Complementary color
Monochromatic Colors of #C22FFE
Black with #C22FFE
Text Example
Text Example
White with #C22FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FFE; }
p { color: rgb(194,47,254); }
H1.HeaderClassName
{
color: #C22FFE;
}
.AnyTagClassName
{
color: #C22FFE;
}
</style>
background-color css
<style>
a { background-color: #C22FFE; }
a { background-color: rgb(194,47,254); }
div.DivClassName
{
background-color: #C22FFE;
}
.BgClassName
{
background-color: #C22FFE;
}
</style>
border-color css
<style>
span { border-color: #C22FFE; }
span { border-color: rgb(194,47,254); }
td.TdClassName
{
border-color: #C22FFE;
}
.TagClassName
{
border-color: #C22FFE;
}
</style>