Shades of Electric Purple #C22EFC
Tints of Electric Purple #C22EFC
RGB
CMYK
RGB Variations
Color information
#C22EFC (or 0xC22EFC) is known color: Electric Purple. HEX triplet: C2, 2E and FC. RGB value is (194,46,252). Sum of RGB (Red+Green+Blue) = 194+46+252=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C22EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EFC is #3DD103. Grayscale: #717171. Windows color (decimal): -4051204 or 16527042. OLE color: 16527042.
HSL color Cylindrical-coordinate representation of color #C22EFC: hue angle of 283.11º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22EFC is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 46 | 252 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.01 |
| HSL | 283.11º | 0.97% | 0.58% | - |
| HSV(B) | 283.11º | 0.82% | 0.99% | - |
| XYZ | 40.8 | 20.45 | 93.89 | - |
| YUV | 113.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 252 | 0.23 | 0.82 | 0 | 0.01 | 283.11 | 0.97 | 0.58 |
| Hex | C2 | 2E | FC | 17 | 52 | 0 | 1 | 11B | 61 | 3A |
| Octal | 302 | 56 | 374 | 27 | 122 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000010 | 101110 | 11111100 | 10111 | 1010010 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C22EFC
Complementary color
Monochromatic Colors of #C22EFC
Black with #C22EFC
Text Example
Text Example
White with #C22EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EFC; }
p { color: rgb(194,46,252); }
H1.HeaderClassName
{
color: #C22EFC;
}
.AnyTagClassName
{
color: #C22EFC;
}
</style>
background-color css
<style>
a { background-color: #C22EFC; }
a { background-color: rgb(194,46,252); }
div.DivClassName
{
background-color: #C22EFC;
}
.BgClassName
{
background-color: #C22EFC;
}
</style>
border-color css
<style>
span { border-color: #C22EFC; }
span { border-color: rgb(194,46,252); }
td.TdClassName
{
border-color: #C22EFC;
}
.TagClassName
{
border-color: #C22EFC;
}
</style>