Shades of Electric Purple #C22BEA
Tints of Electric Purple #C22BEA
RGB
CMYK
RGB Variations
Color information
#C22BEA (or 0xC22BEA) is known color: Electric Purple. HEX triplet: C2, 2B and EA. RGB value is (194,43,234). Sum of RGB (Red+Green+Blue) = 194+43+234=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C22BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BEA is #3DD415. Grayscale: #6D6D6D. Windows color (decimal): -4051990 or 15346626. OLE color: 15346626.
HSL color Cylindrical-coordinate representation of color #C22BEA: hue angle of 287.43º degrees, saturation: 0.82, 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 #C22BEA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 43 | 234 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.08 |
| HSL | 287.43º | 0.82% | 0.54% | - |
| HSV(B) | 287.43º | 0.82% | 0.92% | - |
| XYZ | 37.96 | 19.14 | 79.53 | - |
| YUV | 109.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 234 | 0.17 | 0.82 | 0 | 0.08 | 287.43 | 0.82 | 0.54 |
| Hex | C2 | 2B | EA | 11 | 52 | 0 | 8 | 11F | 52 | 36 |
| Octal | 302 | 53 | 352 | 21 | 122 | 0 | 10 | 437 | 122 | 66 |
| Binary | 11000010 | 101011 | 11101010 | 10001 | 1010010 | 0 | 1000 | 100011111 | 1010010 | 110110 |
Color Harmonies of #C22BEA
Complementary color
Monochromatic Colors of #C22BEA
Black with #C22BEA
Text Example
Text Example
White with #C22BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BEA; }
p { color: rgb(194,43,234); }
H1.HeaderClassName
{
color: #C22BEA;
}
.AnyTagClassName
{
color: #C22BEA;
}
</style>
background-color css
<style>
a { background-color: #C22BEA; }
a { background-color: rgb(194,43,234); }
div.DivClassName
{
background-color: #C22BEA;
}
.BgClassName
{
background-color: #C22BEA;
}
</style>
border-color css
<style>
span { border-color: #C22BEA; }
span { border-color: rgb(194,43,234); }
td.TdClassName
{
border-color: #C22BEA;
}
.TagClassName
{
border-color: #C22BEA;
}
</style>