Shades of Electric Purple #CC22EA
Tints of Electric Purple #CC22EA
RGB
CMYK
RGB Variations
Color information
#CC22EA (or 0xCC22EA) is known color: Electric Purple. HEX triplet: CC, 22 and EA. RGB value is (204,34,234). Sum of RGB (Red+Green+Blue) = 204+34+234=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC22EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22EA is #33DD15. Grayscale: #6A6A6A. Windows color (decimal): -3398934 or 15344332. OLE color: 15344332.
HSL color Cylindrical-coordinate representation of color #CC22EA: hue angle of 291º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC22EA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 34 | 234 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.08 |
| HSL | 291º | 0.83% | 0.53% | - |
| HSV(B) | 291º | 0.85% | 0.92% | - |
| XYZ | 40.33 | 19.92 | 79.56 | - |
| YUV | 107.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 234 | 0.13 | 0.85 | 0 | 0.08 | 291 | 0.83 | 0.53 |
| Hex | CC | 22 | EA | D | 55 | 0 | 8 | 123 | 53 | 35 |
| Octal | 314 | 42 | 352 | 15 | 125 | 0 | 10 | 443 | 123 | 65 |
| Binary | 11001100 | 100010 | 11101010 | 1101 | 1010101 | 0 | 1000 | 100100011 | 1010011 | 110101 |
Color Harmonies of #CC22EA
Complementary color
Monochromatic Colors of #CC22EA
Black with #CC22EA
Text Example
Text Example
White with #CC22EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22EA; }
p { color: rgb(204,34,234); }
H1.HeaderClassName
{
color: #CC22EA;
}
.AnyTagClassName
{
color: #CC22EA;
}
</style>
background-color css
<style>
a { background-color: #CC22EA; }
a { background-color: rgb(204,34,234); }
div.DivClassName
{
background-color: #CC22EA;
}
.BgClassName
{
background-color: #CC22EA;
}
</style>
border-color css
<style>
span { border-color: #CC22EA; }
span { border-color: rgb(204,34,234); }
td.TdClassName
{
border-color: #CC22EA;
}
.TagClassName
{
border-color: #CC22EA;
}
</style>