Shades of Electric Purple #CC04ED
Tints of Electric Purple #CC04ED
RGB
CMYK
RGB Variations
Color information
#CC04ED (or 0xCC04ED) is known color: Electric Purple. HEX triplet: CC, 04 and ED. RGB value is (204,4,237). Sum of RGB (Red+Green+Blue) = 204+4+237=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04ED is #33FB12. Grayscale: #595959. Windows color (decimal): -3406611 or 15533260. OLE color: 15533260.
HSL color Cylindrical-coordinate representation of color #CC04ED: hue angle of 291.5º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04ED is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 4 | 237 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.07 |
| HSL | 291.5º | 0.97% | 0.47% | - |
| HSV(B) | 291.5º | 0.98% | 0.93% | - |
| XYZ | 40.23 | 19.04 | 81.68 | - |
| YUV | 90.36 | 210.76 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 237 | 0.14 | 0.98 | 0 | 0.07 | 291.5 | 0.97 | 0.47 |
| Hex | CC | 4 | ED | E | 62 | 0 | 7 | 124 | 61 | 2F |
| Octal | 314 | 4 | 355 | 16 | 142 | 0 | 7 | 444 | 141 | 57 |
| Binary | 11001100 | 100 | 11101101 | 1110 | 1100010 | 0 | 111 | 100100100 | 1100001 | 101111 |
Color Harmonies of #CC04ED
Complementary color
Monochromatic Colors of #CC04ED
Black with #CC04ED
Text Example
Text Example
White with #CC04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04ED; }
p { color: rgb(204,4,237); }
H1.HeaderClassName
{
color: #CC04ED;
}
.AnyTagClassName
{
color: #CC04ED;
}
</style>
background-color css
<style>
a { background-color: #CC04ED; }
a { background-color: rgb(204,4,237); }
div.DivClassName
{
background-color: #CC04ED;
}
.BgClassName
{
background-color: #CC04ED;
}
</style>
border-color css
<style>
span { border-color: #CC04ED; }
span { border-color: rgb(204,4,237); }
td.TdClassName
{
border-color: #CC04ED;
}
.TagClassName
{
border-color: #CC04ED;
}
</style>