Shades of Electric Purple #C22FFF
Tints of Electric Purple #C22FFF
RGB
CMYK
RGB Variations
Color information
#C22FFF (or 0xC22FFF) is known color: Electric Purple. HEX triplet: C2, 2F and FF. RGB value is (194,47,255). Sum of RGB (Red+Green+Blue) = 194+47+255=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C22FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FFF is #3DD000. Grayscale: #717171. Windows color (decimal): -4050945 or 16723906. OLE color: 16723906.
HSL color Cylindrical-coordinate representation of color #C22FFF: hue angle of 282.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22FFF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 47 | 255 | - |
| CMYK | 0.24 | 0.82 | 0 | 0 |
| HSL | 282.4º | 1% | 0.59% | - |
| HSV(B) | 282.4º | 0.82% | 1% | - |
| XYZ | 41.31 | 20.72 | 96.43 | - |
| YUV | 114.67 | 207.2 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 255 | 0.24 | 0.82 | 0 | 0 | 282.4 | 1 | 0.59 |
| Hex | C2 | 2F | FF | 18 | 52 | 0 | 0 | 11A | 64 | 3B |
| Octal | 302 | 57 | 377 | 30 | 122 | 0 | 0 | 432 | 144 | 73 |
| Binary | 11000010 | 101111 | 11111111 | 11000 | 1010010 | 0 | 0 | 100011010 | 1100100 | 111011 |
Color Harmonies of #C22FFF
Complementary color
Monochromatic Colors of #C22FFF
Black with #C22FFF
Text Example
Text Example
White with #C22FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FFF; }
p { color: rgb(194,47,255); }
H1.HeaderClassName
{
color: #C22FFF;
}
.AnyTagClassName
{
color: #C22FFF;
}
</style>
background-color css
<style>
a { background-color: #C22FFF; }
a { background-color: rgb(194,47,255); }
div.DivClassName
{
background-color: #C22FFF;
}
.BgClassName
{
background-color: #C22FFF;
}
</style>
border-color css
<style>
span { border-color: #C22FFF; }
span { border-color: rgb(194,47,255); }
td.TdClassName
{
border-color: #C22FFF;
}
.TagClassName
{
border-color: #C22FFF;
}
</style>