Shades of Electric Purple #C22BFE
Tints of Electric Purple #C22BFE
RGB
CMYK
RGB Variations
Color information
#C22BFE (or 0xC22BFE) is known color: Electric Purple. HEX triplet: C2, 2B and FE. RGB value is (194,43,254). Sum of RGB (Red+Green+Blue) = 194+43+254=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #C22BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BFE is #3DD401. Grayscale: #6F6F6F. Windows color (decimal): -4051970 or 16657346. OLE color: 16657346.
HSL color Cylindrical-coordinate representation of color #C22BFE: hue angle of 282.94º 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 #C22BFE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 43 | 254 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.00 |
| HSL | 282.94º | 0.99% | 0.58% | - |
| HSV(B) | 282.94º | 0.83% | 1% | - |
| XYZ | 41 | 20.35 | 95.53 | - |
| YUV | 112.2 | 208.03 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 254 | 0.24 | 0.83 | 0 | 0.00 | 282.94 | 0.99 | 0.58 |
| Hex | C2 | 2B | FE | 18 | 53 | 0 | 0 | 11B | 63 | 3A |
| Octal | 302 | 53 | 376 | 30 | 123 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000010 | 101011 | 11111110 | 11000 | 1010011 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C22BFE
Complementary color
Monochromatic Colors of #C22BFE
Black with #C22BFE
Text Example
Text Example
White with #C22BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BFE; }
p { color: rgb(194,43,254); }
H1.HeaderClassName
{
color: #C22BFE;
}
.AnyTagClassName
{
color: #C22BFE;
}
</style>
background-color css
<style>
a { background-color: #C22BFE; }
a { background-color: rgb(194,43,254); }
div.DivClassName
{
background-color: #C22BFE;
}
.BgClassName
{
background-color: #C22BFE;
}
</style>
border-color css
<style>
span { border-color: #C22BFE; }
span { border-color: rgb(194,43,254); }
td.TdClassName
{
border-color: #C22BFE;
}
.TagClassName
{
border-color: #C22BFE;
}
</style>