Shades of Electric Purple #CC20ED
Tints of Electric Purple #CC20ED
RGB
CMYK
RGB Variations
Color information
#CC20ED (or 0xCC20ED) is known color: Electric Purple. HEX triplet: CC, 20 and ED. RGB value is (204,32,237). Sum of RGB (Red+Green+Blue) = 204+32+237=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20ED is #33DF12. Grayscale: #6A6A6A. Windows color (decimal): -3399443 or 15540428. OLE color: 15540428.
HSL color Cylindrical-coordinate representation of color #CC20ED: hue angle of 290.34º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC20ED is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 32 | 237 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.07 |
| HSL | 290.34º | 0.85% | 0.53% | - |
| HSV(B) | 290.34º | 0.86% | 0.93% | - |
| XYZ | 40.7 | 19.98 | 81.83 | - |
| YUV | 106.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 237 | 0.14 | 0.86 | 0 | 0.07 | 290.34 | 0.85 | 0.53 |
| Hex | CC | 20 | ED | E | 56 | 0 | 7 | 122 | 55 | 35 |
| Octal | 314 | 40 | 355 | 16 | 126 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001100 | 100000 | 11101101 | 1110 | 1010110 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CC20ED
Complementary color
Monochromatic Colors of #CC20ED
Black with #CC20ED
Text Example
Text Example
White with #CC20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20ED; }
p { color: rgb(204,32,237); }
H1.HeaderClassName
{
color: #CC20ED;
}
.AnyTagClassName
{
color: #CC20ED;
}
</style>
background-color css
<style>
a { background-color: #CC20ED; }
a { background-color: rgb(204,32,237); }
div.DivClassName
{
background-color: #CC20ED;
}
.BgClassName
{
background-color: #CC20ED;
}
</style>
border-color css
<style>
span { border-color: #CC20ED; }
span { border-color: rgb(204,32,237); }
td.TdClassName
{
border-color: #CC20ED;
}
.TagClassName
{
border-color: #CC20ED;
}
</style>