Shades of Electric Purple #CC02F5
Tints of Electric Purple #CC02F5
RGB
CMYK
RGB Variations
Color information
#CC02F5 (or 0xCC02F5) is known color: Electric Purple. HEX triplet: CC, 02 and F5. RGB value is (204,2,245). Sum of RGB (Red+Green+Blue) = 204+2+245=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC02F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02F5 is #33FD0A. Grayscale: #595959. Windows color (decimal): -3407115 or 16057036. OLE color: 16057036.
HSL color Cylindrical-coordinate representation of color #CC02F5: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02F5 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 2 | 245 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.04 |
| HSL | 289.88º | 0.98% | 0.48% | - |
| HSV(B) | 289.88º | 0.99% | 0.96% | - |
| XYZ | 41.4 | 19.47 | 87.96 | - |
| YUV | 90.1 | 215.42 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 245 | 0.17 | 0.99 | 0 | 0.04 | 289.88 | 0.98 | 0.48 |
| Hex | CC | 2 | F5 | 11 | 63 | 0 | 4 | 122 | 62 | 30 |
| Octal | 314 | 2 | 365 | 21 | 143 | 0 | 4 | 442 | 142 | 60 |
| Binary | 11001100 | 10 | 11110101 | 10001 | 1100011 | 0 | 100 | 100100010 | 1100010 | 110000 |
Color Harmonies of #CC02F5
Complementary color
Monochromatic Colors of #CC02F5
Black with #CC02F5
Text Example
Text Example
White with #CC02F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02F5; }
p { color: rgb(204,2,245); }
H1.HeaderClassName
{
color: #CC02F5;
}
.AnyTagClassName
{
color: #CC02F5;
}
</style>
background-color css
<style>
a { background-color: #CC02F5; }
a { background-color: rgb(204,2,245); }
div.DivClassName
{
background-color: #CC02F5;
}
.BgClassName
{
background-color: #CC02F5;
}
</style>
border-color css
<style>
span { border-color: #CC02F5; }
span { border-color: rgb(204,2,245); }
td.TdClassName
{
border-color: #CC02F5;
}
.TagClassName
{
border-color: #CC02F5;
}
</style>