Shades of Electric Purple #CC20EE
Tints of Electric Purple #CC20EE
RGB
CMYK
RGB Variations
Color information
#CC20EE (or 0xCC20EE) is known color: Electric Purple. HEX triplet: CC, 20 and EE. RGB value is (204,32,238). Sum of RGB (Red+Green+Blue) = 204+32+238=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20EE is #33DF11. Grayscale: #6A6A6A. Windows color (decimal): -3399442 or 15605964. OLE color: 15605964.
HSL color Cylindrical-coordinate representation of color #CC20EE: hue angle of 290.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC20EE is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 32 | 238 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.1º | 0.86% | 0.53% | - |
| HSV(B) | 290.1º | 0.87% | 0.93% | - |
| XYZ | 40.85 | 20.04 | 82.6 | - |
| YUV | 106.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 238 | 0.14 | 0.87 | 0 | 0.07 | 290.1 | 0.86 | 0.53 |
| Hex | CC | 20 | EE | E | 57 | 0 | 7 | 122 | 56 | 35 |
| Octal | 314 | 40 | 356 | 16 | 127 | 0 | 7 | 442 | 126 | 65 |
| Binary | 11001100 | 100000 | 11101110 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010110 | 110101 |
Color Harmonies of #CC20EE
Complementary color
Monochromatic Colors of #CC20EE
Black with #CC20EE
Text Example
Text Example
White with #CC20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20EE; }
p { color: rgb(204,32,238); }
H1.HeaderClassName
{
color: #CC20EE;
}
.AnyTagClassName
{
color: #CC20EE;
}
</style>
background-color css
<style>
a { background-color: #CC20EE; }
a { background-color: rgb(204,32,238); }
div.DivClassName
{
background-color: #CC20EE;
}
.BgClassName
{
background-color: #CC20EE;
}
</style>
border-color css
<style>
span { border-color: #CC20EE; }
span { border-color: rgb(204,32,238); }
td.TdClassName
{
border-color: #CC20EE;
}
.TagClassName
{
border-color: #CC20EE;
}
</style>