Shades of Electric Purple #CC2AFF
Tints of Electric Purple #CC2AFF
RGB
CMYK
RGB Variations
Color information
#CC2AFF (or 0xCC2AFF) is known color: Electric Purple. HEX triplet: CC, 2A and FF. RGB value is (204,42,255). Sum of RGB (Red+Green+Blue) = 204+42+255=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2AFF is #33D500. Grayscale: #727272. Windows color (decimal): -3396865 or 16722636. OLE color: 16722636.
HSL color Cylindrical-coordinate representation of color #CC2AFF: hue angle of 285.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2AFF is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 42 | 255 | - |
| CMYK | 0.2 | 0.84 | 0 | 0 |
| HSL | 285.63º | 1% | 0.58% | - |
| HSV(B) | 285.63º | 0.84% | 1% | - |
| XYZ | 43.78 | 21.71 | 96.49 | - |
| YUV | 114.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 255 | 0.2 | 0.84 | 0 | 0 | 285.63 | 1 | 0.58 |
| Hex | CC | 2A | FF | 14 | 54 | 0 | 0 | 11E | 64 | 3A |
| Octal | 314 | 52 | 377 | 24 | 124 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001100 | 101010 | 11111111 | 10100 | 1010100 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CC2AFF
Complementary color
Monochromatic Colors of #CC2AFF
Black with #CC2AFF
Text Example
Text Example
White with #CC2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AFF; }
p { color: rgb(204,42,255); }
H1.HeaderClassName
{
color: #CC2AFF;
}
.AnyTagClassName
{
color: #CC2AFF;
}
</style>
background-color css
<style>
a { background-color: #CC2AFF; }
a { background-color: rgb(204,42,255); }
div.DivClassName
{
background-color: #CC2AFF;
}
.BgClassName
{
background-color: #CC2AFF;
}
</style>
border-color css
<style>
span { border-color: #CC2AFF; }
span { border-color: rgb(204,42,255); }
td.TdClassName
{
border-color: #CC2AFF;
}
.TagClassName
{
border-color: #CC2AFF;
}
</style>