Shades of Electric Purple #CC0AEF
Tints of Electric Purple #CC0AEF
RGB
CMYK
RGB Variations
Color information
#CC0AEF (or 0xCC0AEF) is known color: Electric Purple. HEX triplet: CC, 0A and EF. RGB value is (204,10,239). Sum of RGB (Red+Green+Blue) = 204+10+239=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC0AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0AEF is #33F510. Grayscale: #5D5D5D. Windows color (decimal): -3405073 or 15665868. OLE color: 15665868.
HSL color Cylindrical-coordinate representation of color #CC0AEF: hue angle of 290.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0AEF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 10 | 239 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.06 |
| HSL | 290.83º | 0.92% | 0.49% | - |
| HSV(B) | 290.83º | 0.96% | 0.94% | - |
| XYZ | 40.59 | 19.29 | 83.24 | - |
| YUV | 94.11 | 209.77 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 239 | 0.15 | 0.96 | 0 | 0.06 | 290.83 | 0.92 | 0.49 |
| Hex | CC | A | EF | F | 60 | 0 | 6 | 123 | 5C | 31 |
| Octal | 314 | 12 | 357 | 17 | 140 | 0 | 6 | 443 | 134 | 61 |
| Binary | 11001100 | 1010 | 11101111 | 1111 | 1100000 | 0 | 110 | 100100011 | 1011100 | 110001 |
Color Harmonies of #CC0AEF
Complementary color
Monochromatic Colors of #CC0AEF
Black with #CC0AEF
Text Example
Text Example
White with #CC0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AEF; }
p { color: rgb(204,10,239); }
H1.HeaderClassName
{
color: #CC0AEF;
}
.AnyTagClassName
{
color: #CC0AEF;
}
</style>
background-color css
<style>
a { background-color: #CC0AEF; }
a { background-color: rgb(204,10,239); }
div.DivClassName
{
background-color: #CC0AEF;
}
.BgClassName
{
background-color: #CC0AEF;
}
</style>
border-color css
<style>
span { border-color: #CC0AEF; }
span { border-color: rgb(204,10,239); }
td.TdClassName
{
border-color: #CC0AEF;
}
.TagClassName
{
border-color: #CC0AEF;
}
</style>