Shades of Electric Purple #CC0AED
Tints of Electric Purple #CC0AED
RGB
CMYK
RGB Variations
Color information
#CC0AED (or 0xCC0AED) is known color: Electric Purple. HEX triplet: CC, 0A and ED. RGB value is (204,10,237). Sum of RGB (Red+Green+Blue) = 204+10+237=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0AED is #33F512. Grayscale: #5D5D5D. Windows color (decimal): -3405075 or 15534796. OLE color: 15534796.
HSL color Cylindrical-coordinate representation of color #CC0AED: hue angle of 291.28º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0AED is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 10 | 237 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.07 |
| HSL | 291.28º | 0.92% | 0.48% | - |
| HSV(B) | 291.28º | 0.96% | 0.93% | - |
| XYZ | 40.3 | 19.17 | 81.7 | - |
| YUV | 93.88 | 208.77 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 237 | 0.14 | 0.96 | 0 | 0.07 | 291.28 | 0.92 | 0.48 |
| Hex | CC | A | ED | E | 60 | 0 | 7 | 123 | 5C | 30 |
| Octal | 314 | 12 | 355 | 16 | 140 | 0 | 7 | 443 | 134 | 60 |
| Binary | 11001100 | 1010 | 11101101 | 1110 | 1100000 | 0 | 111 | 100100011 | 1011100 | 110000 |
Color Harmonies of #CC0AED
Complementary color
Monochromatic Colors of #CC0AED
Black with #CC0AED
Text Example
Text Example
White with #CC0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AED; }
p { color: rgb(204,10,237); }
H1.HeaderClassName
{
color: #CC0AED;
}
.AnyTagClassName
{
color: #CC0AED;
}
</style>
background-color css
<style>
a { background-color: #CC0AED; }
a { background-color: rgb(204,10,237); }
div.DivClassName
{
background-color: #CC0AED;
}
.BgClassName
{
background-color: #CC0AED;
}
</style>
border-color css
<style>
span { border-color: #CC0AED; }
span { border-color: rgb(204,10,237); }
td.TdClassName
{
border-color: #CC0AED;
}
.TagClassName
{
border-color: #CC0AED;
}
</style>