Shades of Electric Purple #CC22F0
Tints of Electric Purple #CC22F0
RGB
CMYK
RGB Variations
Color information
#CC22F0 (or 0xCC22F0) is known color: Electric Purple. HEX triplet: CC, 22 and F0. RGB value is (204,34,240). Sum of RGB (Red+Green+Blue) = 204+34+240=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC22F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22F0 is #33DD0F. Grayscale: #6B6B6B. Windows color (decimal): -3398928 or 15737548. OLE color: 15737548.
HSL color Cylindrical-coordinate representation of color #CC22F0: hue angle of 289.51º degrees, saturation: 0.87, 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 #CC22F0 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 34 | 240 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.06 |
| HSL | 289.51º | 0.87% | 0.54% | - |
| HSV(B) | 289.51º | 0.86% | 0.94% | - |
| XYZ | 41.2 | 20.27 | 84.18 | - |
| YUV | 108.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 240 | 0.15 | 0.86 | 0 | 0.06 | 289.51 | 0.87 | 0.54 |
| Hex | CC | 22 | F0 | F | 56 | 0 | 6 | 122 | 57 | 36 |
| Octal | 314 | 42 | 360 | 17 | 126 | 0 | 6 | 442 | 127 | 66 |
| Binary | 11001100 | 100010 | 11110000 | 1111 | 1010110 | 0 | 110 | 100100010 | 1010111 | 110110 |
Color Harmonies of #CC22F0
Complementary color
Monochromatic Colors of #CC22F0
Black with #CC22F0
Text Example
Text Example
White with #CC22F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22F0; }
p { color: rgb(204,34,240); }
H1.HeaderClassName
{
color: #CC22F0;
}
.AnyTagClassName
{
color: #CC22F0;
}
</style>
background-color css
<style>
a { background-color: #CC22F0; }
a { background-color: rgb(204,34,240); }
div.DivClassName
{
background-color: #CC22F0;
}
.BgClassName
{
background-color: #CC22F0;
}
</style>
border-color css
<style>
span { border-color: #CC22F0; }
span { border-color: rgb(204,34,240); }
td.TdClassName
{
border-color: #CC22F0;
}
.TagClassName
{
border-color: #CC22F0;
}
</style>