Shades of Electric Purple #C22AEB
Tints of Electric Purple #C22AEB
RGB
CMYK
RGB Variations
Color information
#C22AEB (or 0xC22AEB) is known color: Electric Purple. HEX triplet: C2, 2A and EB. RGB value is (194,42,235). Sum of RGB (Red+Green+Blue) = 194+42+235=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #C22AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22AEB is #3DD514. Grayscale: #6C6C6C. Windows color (decimal): -4052245 or 15411906. OLE color: 15411906.
HSL color Cylindrical-coordinate representation of color #C22AEB: hue angle of 287.25º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22AEB is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 42 | 235 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.08 |
| HSL | 287.25º | 0.83% | 0.54% | - |
| HSV(B) | 287.25º | 0.82% | 0.92% | - |
| XYZ | 38.07 | 19.12 | 80.28 | - |
| YUV | 109.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 235 | 0.17 | 0.82 | 0 | 0.08 | 287.25 | 0.83 | 0.54 |
| Hex | C2 | 2A | EB | 11 | 52 | 0 | 8 | 11F | 53 | 36 |
| Octal | 302 | 52 | 353 | 21 | 122 | 0 | 10 | 437 | 123 | 66 |
| Binary | 11000010 | 101010 | 11101011 | 10001 | 1010010 | 0 | 1000 | 100011111 | 1010011 | 110110 |
Color Harmonies of #C22AEB
Complementary color
Monochromatic Colors of #C22AEB
Black with #C22AEB
Text Example
Text Example
White with #C22AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AEB; }
p { color: rgb(194,42,235); }
H1.HeaderClassName
{
color: #C22AEB;
}
.AnyTagClassName
{
color: #C22AEB;
}
</style>
background-color css
<style>
a { background-color: #C22AEB; }
a { background-color: rgb(194,42,235); }
div.DivClassName
{
background-color: #C22AEB;
}
.BgClassName
{
background-color: #C22AEB;
}
</style>
border-color css
<style>
span { border-color: #C22AEB; }
span { border-color: rgb(194,42,235); }
td.TdClassName
{
border-color: #C22AEB;
}
.TagClassName
{
border-color: #C22AEB;
}
</style>