Shades of Electric Purple #CC05ED
Tints of Electric Purple #CC05ED
RGB
CMYK
RGB Variations
Color information
#CC05ED (or 0xCC05ED) is known color: Electric Purple. HEX triplet: CC, 05 and ED. RGB value is (204,5,237). Sum of RGB (Red+Green+Blue) = 204+5+237=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05ED is #33FA12. Grayscale: #5A5A5A. Windows color (decimal): -3406355 or 15533516. OLE color: 15533516.
HSL color Cylindrical-coordinate representation of color #CC05ED: hue angle of 291.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05ED is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 5 | 237 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.07 |
| HSL | 291.47º | 0.96% | 0.47% | - |
| HSV(B) | 291.47º | 0.98% | 0.93% | - |
| XYZ | 40.24 | 19.06 | 81.68 | - |
| YUV | 90.95 | 210.43 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 237 | 0.14 | 0.98 | 0 | 0.07 | 291.47 | 0.96 | 0.47 |
| Hex | CC | 5 | ED | E | 62 | 0 | 7 | 123 | 60 | 2F |
| Octal | 314 | 5 | 355 | 16 | 142 | 0 | 7 | 443 | 140 | 57 |
| Binary | 11001100 | 101 | 11101101 | 1110 | 1100010 | 0 | 111 | 100100011 | 1100000 | 101111 |
Color Harmonies of #CC05ED
Complementary color
Monochromatic Colors of #CC05ED
Black with #CC05ED
Text Example
Text Example
White with #CC05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05ED; }
p { color: rgb(204,5,237); }
H1.HeaderClassName
{
color: #CC05ED;
}
.AnyTagClassName
{
color: #CC05ED;
}
</style>
background-color css
<style>
a { background-color: #CC05ED; }
a { background-color: rgb(204,5,237); }
div.DivClassName
{
background-color: #CC05ED;
}
.BgClassName
{
background-color: #CC05ED;
}
</style>
border-color css
<style>
span { border-color: #CC05ED; }
span { border-color: rgb(204,5,237); }
td.TdClassName
{
border-color: #CC05ED;
}
.TagClassName
{
border-color: #CC05ED;
}
</style>