Shades of Electric Purple #CC22EF
Tints of Electric Purple #CC22EF
RGB
CMYK
RGB Variations
Color information
#CC22EF (or 0xCC22EF) is known color: Electric Purple. HEX triplet: CC, 22 and EF. RGB value is (204,34,239). Sum of RGB (Red+Green+Blue) = 204+34+239=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 34 (13.67% from 255 or 7.13% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC22EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22EF is #33DD10. Grayscale: #6B6B6B. Windows color (decimal): -3398929 or 15672012. OLE color: 15672012.
HSL color Cylindrical-coordinate representation of color #CC22EF: hue angle of 289.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC22EF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 34 | 239 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.06 |
| HSL | 289.76º | 0.86% | 0.54% | - |
| HSV(B) | 289.76º | 0.86% | 0.94% | - |
| XYZ | 41.05 | 20.21 | 83.4 | - |
| YUV | 108.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 239 | 0.15 | 0.86 | 0 | 0.06 | 289.76 | 0.86 | 0.54 |
| Hex | CC | 22 | EF | F | 56 | 0 | 6 | 122 | 56 | 36 |
| Octal | 314 | 42 | 357 | 17 | 126 | 0 | 6 | 442 | 126 | 66 |
| Binary | 11001100 | 100010 | 11101111 | 1111 | 1010110 | 0 | 110 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CC22EF
Complementary color
Monochromatic Colors of #CC22EF
Black with #CC22EF
Text Example
Text Example
White with #CC22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22EF; }
p { color: rgb(204,34,239); }
H1.HeaderClassName
{
color: #CC22EF;
}
.AnyTagClassName
{
color: #CC22EF;
}
</style>
background-color css
<style>
a { background-color: #CC22EF; }
a { background-color: rgb(204,34,239); }
div.DivClassName
{
background-color: #CC22EF;
}
.BgClassName
{
background-color: #CC22EF;
}
</style>
border-color css
<style>
span { border-color: #CC22EF; }
span { border-color: rgb(204,34,239); }
td.TdClassName
{
border-color: #CC22EF;
}
.TagClassName
{
border-color: #CC22EF;
}
</style>