Shades of Electric Purple #CC04F2
Tints of Electric Purple #CC04F2
RGB
CMYK
RGB Variations
Color information
#CC04F2 (or 0xCC04F2) is known color: Electric Purple. HEX triplet: CC, 04 and F2. RGB value is (204,4,242). Sum of RGB (Red+Green+Blue) = 204+4+242=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04F2 is #33FB0D. Grayscale: #5A5A5A. Windows color (decimal): -3406606 or 15860940. OLE color: 15860940.
HSL color Cylindrical-coordinate representation of color #CC04F2: hue angle of 290.42º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04F2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 4 | 242 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.05 |
| HSL | 290.42º | 0.97% | 0.48% | - |
| HSV(B) | 290.42º | 0.98% | 0.95% | - |
| XYZ | 40.97 | 19.34 | 85.58 | - |
| YUV | 90.93 | 213.26 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 242 | 0.16 | 0.98 | 0 | 0.05 | 290.42 | 0.97 | 0.48 |
| Hex | CC | 4 | F2 | 10 | 62 | 0 | 5 | 122 | 61 | 30 |
| Octal | 314 | 4 | 362 | 20 | 142 | 0 | 5 | 442 | 141 | 60 |
| Binary | 11001100 | 100 | 11110010 | 10000 | 1100010 | 0 | 101 | 100100010 | 1100001 | 110000 |
Color Harmonies of #CC04F2
Complementary color
Monochromatic Colors of #CC04F2
Black with #CC04F2
Text Example
Text Example
White with #CC04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04F2; }
p { color: rgb(204,4,242); }
H1.HeaderClassName
{
color: #CC04F2;
}
.AnyTagClassName
{
color: #CC04F2;
}
</style>
background-color css
<style>
a { background-color: #CC04F2; }
a { background-color: rgb(204,4,242); }
div.DivClassName
{
background-color: #CC04F2;
}
.BgClassName
{
background-color: #CC04F2;
}
</style>
border-color css
<style>
span { border-color: #CC04F2; }
span { border-color: rgb(204,4,242); }
td.TdClassName
{
border-color: #CC04F2;
}
.TagClassName
{
border-color: #CC04F2;
}
</style>