Shades of Electric Purple #CC03EE
Tints of Electric Purple #CC03EE
RGB
CMYK
RGB Variations
Color information
#CC03EE (or 0xCC03EE) is known color: Electric Purple. HEX triplet: CC, 03 and EE. RGB value is (204,3,238). Sum of RGB (Red+Green+Blue) = 204+3+238=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03EE is #33FC11. Grayscale: #595959. Windows color (decimal): -3406866 or 15598540. OLE color: 15598540.
HSL color Cylindrical-coordinate representation of color #CC03EE: hue angle of 291.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03EE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 3 | 238 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.07 |
| HSL | 291.32º | 0.98% | 0.47% | - |
| HSV(B) | 291.32º | 0.99% | 0.93% | - |
| XYZ | 40.37 | 19.08 | 82.44 | - |
| YUV | 89.89 | 211.59 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 238 | 0.14 | 0.99 | 0 | 0.07 | 291.32 | 0.98 | 0.47 |
| Hex | CC | 3 | EE | E | 63 | 0 | 7 | 123 | 62 | 2F |
| Octal | 314 | 3 | 356 | 16 | 143 | 0 | 7 | 443 | 142 | 57 |
| Binary | 11001100 | 11 | 11101110 | 1110 | 1100011 | 0 | 111 | 100100011 | 1100010 | 101111 |
Color Harmonies of #CC03EE
Complementary color
Monochromatic Colors of #CC03EE
Black with #CC03EE
Text Example
Text Example
White with #CC03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03EE; }
p { color: rgb(204,3,238); }
H1.HeaderClassName
{
color: #CC03EE;
}
.AnyTagClassName
{
color: #CC03EE;
}
</style>
background-color css
<style>
a { background-color: #CC03EE; }
a { background-color: rgb(204,3,238); }
div.DivClassName
{
background-color: #CC03EE;
}
.BgClassName
{
background-color: #CC03EE;
}
</style>
border-color css
<style>
span { border-color: #CC03EE; }
span { border-color: rgb(204,3,238); }
td.TdClassName
{
border-color: #CC03EE;
}
.TagClassName
{
border-color: #CC03EE;
}
</style>