Shades of Electric Purple #CC04FA
Tints of Electric Purple #CC04FA
RGB
CMYK
RGB Variations
Color information
#CC04FA (or 0xCC04FA) is known color: Electric Purple. HEX triplet: CC, 04 and FA. RGB value is (204,4,250). Sum of RGB (Red+Green+Blue) = 204+4+250=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04FA is #33FB05. Grayscale: #5B5B5B. Windows color (decimal): -3406598 or 16385228. OLE color: 16385228.
HSL color Cylindrical-coordinate representation of color #CC04FA: hue angle of 288.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04FA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 4 | 250 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.02 |
| HSL | 288.78º | 0.97% | 0.5% | - |
| HSV(B) | 288.78º | 0.98% | 0.98% | - |
| XYZ | 42.2 | 19.83 | 92.05 | - |
| YUV | 91.84 | 217.26 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 250 | 0.18 | 0.98 | 0 | 0.02 | 288.78 | 0.97 | 0.5 |
| Hex | CC | 4 | FA | 12 | 62 | 0 | 2 | 121 | 61 | 32 |
| Octal | 314 | 4 | 372 | 22 | 142 | 0 | 2 | 441 | 141 | 62 |
| Binary | 11001100 | 100 | 11111010 | 10010 | 1100010 | 0 | 10 | 100100001 | 1100001 | 110010 |
Color Harmonies of #CC04FA
Complementary color
Monochromatic Colors of #CC04FA
Black with #CC04FA
Text Example
Text Example
White with #CC04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04FA; }
p { color: rgb(204,4,250); }
H1.HeaderClassName
{
color: #CC04FA;
}
.AnyTagClassName
{
color: #CC04FA;
}
</style>
background-color css
<style>
a { background-color: #CC04FA; }
a { background-color: rgb(204,4,250); }
div.DivClassName
{
background-color: #CC04FA;
}
.BgClassName
{
background-color: #CC04FA;
}
</style>
border-color css
<style>
span { border-color: #CC04FA; }
span { border-color: rgb(204,4,250); }
td.TdClassName
{
border-color: #CC04FA;
}
.TagClassName
{
border-color: #CC04FA;
}
</style>