Shades of Electric Purple #C22AFF
Tints of Electric Purple #C22AFF
RGB
CMYK
RGB Variations
Color information
#C22AFF (or 0xC22AFF) is known color: Electric Purple. HEX triplet: C2, 2A and FF. RGB value is (194,42,255). Sum of RGB (Red+Green+Blue) = 194+42+255=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C22AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22AFF is #3DD500. Grayscale: #6F6F6F. Windows color (decimal): -4052225 or 16722626. OLE color: 16722626.
HSL color Cylindrical-coordinate representation of color #C22AFF: hue angle of 282.82º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22AFF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 42 | 255 | - |
| CMYK | 0.24 | 0.84 | 0 | 0 |
| HSL | 282.82º | 1% | 0.58% | - |
| HSV(B) | 282.82º | 0.84% | 1% | - |
| XYZ | 41.13 | 20.35 | 96.37 | - |
| YUV | 111.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 255 | 0.24 | 0.84 | 0 | 0 | 282.82 | 1 | 0.58 |
| Hex | C2 | 2A | FF | 18 | 54 | 0 | 0 | 11B | 64 | 3A |
| Octal | 302 | 52 | 377 | 30 | 124 | 0 | 0 | 433 | 144 | 72 |
| Binary | 11000010 | 101010 | 11111111 | 11000 | 1010100 | 0 | 0 | 100011011 | 1100100 | 111010 |
Color Harmonies of #C22AFF
Complementary color
Monochromatic Colors of #C22AFF
Black with #C22AFF
Text Example
Text Example
White with #C22AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AFF; }
p { color: rgb(194,42,255); }
H1.HeaderClassName
{
color: #C22AFF;
}
.AnyTagClassName
{
color: #C22AFF;
}
</style>
background-color css
<style>
a { background-color: #C22AFF; }
a { background-color: rgb(194,42,255); }
div.DivClassName
{
background-color: #C22AFF;
}
.BgClassName
{
background-color: #C22AFF;
}
</style>
border-color css
<style>
span { border-color: #C22AFF; }
span { border-color: rgb(194,42,255); }
td.TdClassName
{
border-color: #C22AFF;
}
.TagClassName
{
border-color: #C22AFF;
}
</style>