Shades of Electric Purple #CC01EA
Tints of Electric Purple #CC01EA
RGB
CMYK
RGB Variations
Color information
#CC01EA (or 0xCC01EA) is known color: Electric Purple. HEX triplet: CC, 01 and EA. RGB value is (204,1,234). Sum of RGB (Red+Green+Blue) = 204+1+234=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC01EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01EA is #33FE15. Grayscale: #575757. Windows color (decimal): -3407382 or 15335884. OLE color: 15335884.
HSL color Cylindrical-coordinate representation of color #CC01EA: hue angle of 292.27º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01EA is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 1 | 234 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.08 |
| HSL | 292.27º | 0.99% | 0.46% | - |
| HSV(B) | 292.27º | 1% | 0.92% | - |
| XYZ | 39.76 | 18.8 | 79.37 | - |
| YUV | 88.26 | 210.25 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 234 | 0.13 | 1.00 | 0 | 0.08 | 292.27 | 0.99 | 0.46 |
| Hex | CC | 1 | EA | D | 64 | 0 | 8 | 124 | 63 | 2E |
| Octal | 314 | 1 | 352 | 15 | 144 | 0 | 10 | 444 | 143 | 56 |
| Binary | 11001100 | 1 | 11101010 | 1101 | 1100100 | 0 | 1000 | 100100100 | 1100011 | 101110 |
Color Harmonies of #CC01EA
Complementary color
Monochromatic Colors of #CC01EA
Black with #CC01EA
Text Example
Text Example
White with #CC01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01EA; }
p { color: rgb(204,1,234); }
H1.HeaderClassName
{
color: #CC01EA;
}
.AnyTagClassName
{
color: #CC01EA;
}
</style>
background-color css
<style>
a { background-color: #CC01EA; }
a { background-color: rgb(204,1,234); }
div.DivClassName
{
background-color: #CC01EA;
}
.BgClassName
{
background-color: #CC01EA;
}
</style>
border-color css
<style>
span { border-color: #CC01EA; }
span { border-color: rgb(204,1,234); }
td.TdClassName
{
border-color: #CC01EA;
}
.TagClassName
{
border-color: #CC01EA;
}
</style>