Shades of Electric Purple #C22DFE
Tints of Electric Purple #C22DFE
RGB
CMYK
RGB Variations
Color information
#C22DFE (or 0xC22DFE) is known color: Electric Purple. HEX triplet: C2, 2D and FE. RGB value is (194,45,254). Sum of RGB (Red+Green+Blue) = 194+45+254=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #C22DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22DFE is #3DD201. Grayscale: #707070. Windows color (decimal): -4051458 or 16657858. OLE color: 16657858.
HSL color Cylindrical-coordinate representation of color #C22DFE: hue angle of 282.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22DFE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 45 | 254 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.00 |
| HSL | 282.78º | 0.99% | 0.59% | - |
| HSV(B) | 282.78º | 0.82% | 1% | - |
| XYZ | 41.08 | 20.5 | 95.56 | - |
| YUV | 113.38 | 207.36 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 254 | 0.24 | 0.82 | 0 | 0.00 | 282.78 | 0.99 | 0.59 |
| Hex | C2 | 2D | FE | 18 | 52 | 0 | 0 | 11B | 63 | 3B |
| Octal | 302 | 55 | 376 | 30 | 122 | 0 | 0 | 433 | 143 | 73 |
| Binary | 11000010 | 101101 | 11111110 | 11000 | 1010010 | 0 | 0 | 100011011 | 1100011 | 111011 |
Color Harmonies of #C22DFE
Complementary color
Monochromatic Colors of #C22DFE
Black with #C22DFE
Text Example
Text Example
White with #C22DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DFE; }
p { color: rgb(194,45,254); }
H1.HeaderClassName
{
color: #C22DFE;
}
.AnyTagClassName
{
color: #C22DFE;
}
</style>
background-color css
<style>
a { background-color: #C22DFE; }
a { background-color: rgb(194,45,254); }
div.DivClassName
{
background-color: #C22DFE;
}
.BgClassName
{
background-color: #C22DFE;
}
</style>
border-color css
<style>
span { border-color: #C22DFE; }
span { border-color: rgb(194,45,254); }
td.TdClassName
{
border-color: #C22DFE;
}
.TagClassName
{
border-color: #C22DFE;
}
</style>