Shades of Electric Purple #CC03EA
Tints of Electric Purple #CC03EA
RGB
CMYK
RGB Variations
Color information
#CC03EA (or 0xCC03EA) is known color: Electric Purple. HEX triplet: CC, 03 and EA. RGB value is (204,3,234). Sum of RGB (Red+Green+Blue) = 204+3+234=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC03EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03EA is #33FC15. Grayscale: #585858. Windows color (decimal): -3406870 or 15336396. OLE color: 15336396.
HSL color Cylindrical-coordinate representation of color #CC03EA: hue angle of 292.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03EA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 3 | 234 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.08 |
| HSL | 292.21º | 0.97% | 0.46% | - |
| HSV(B) | 292.21º | 0.99% | 0.92% | - |
| XYZ | 39.79 | 18.84 | 79.38 | - |
| YUV | 89.43 | 209.59 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 234 | 0.13 | 0.99 | 0 | 0.08 | 292.21 | 0.97 | 0.46 |
| Hex | CC | 3 | EA | D | 63 | 0 | 8 | 124 | 61 | 2E |
| Octal | 314 | 3 | 352 | 15 | 143 | 0 | 10 | 444 | 141 | 56 |
| Binary | 11001100 | 11 | 11101010 | 1101 | 1100011 | 0 | 1000 | 100100100 | 1100001 | 101110 |
Color Harmonies of #CC03EA
Complementary color
Monochromatic Colors of #CC03EA
Black with #CC03EA
Text Example
Text Example
White with #CC03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03EA; }
p { color: rgb(204,3,234); }
H1.HeaderClassName
{
color: #CC03EA;
}
.AnyTagClassName
{
color: #CC03EA;
}
</style>
background-color css
<style>
a { background-color: #CC03EA; }
a { background-color: rgb(204,3,234); }
div.DivClassName
{
background-color: #CC03EA;
}
.BgClassName
{
background-color: #CC03EA;
}
</style>
border-color css
<style>
span { border-color: #CC03EA; }
span { border-color: rgb(204,3,234); }
td.TdClassName
{
border-color: #CC03EA;
}
.TagClassName
{
border-color: #CC03EA;
}
</style>