Shades of Electric Purple #CC0FEC
Tints of Electric Purple #CC0FEC
RGB
CMYK
RGB Variations
Color information
#CC0FEC (or 0xCC0FEC) is known color: Electric Purple. HEX triplet: CC, 0F and EC. RGB value is (204,15,236). Sum of RGB (Red+Green+Blue) = 204+15+236=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FEC is #33F013. Grayscale: #606060. Windows color (decimal): -3403796 or 15470540. OLE color: 15470540.
HSL color Cylindrical-coordinate representation of color #CC0FEC: hue angle of 291.31º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FEC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 15 | 236 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.07 |
| HSL | 291.31º | 0.88% | 0.49% | - |
| HSV(B) | 291.31º | 0.94% | 0.93% | - |
| XYZ | 40.21 | 19.24 | 80.95 | - |
| YUV | 96.71 | 206.62 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 236 | 0.14 | 0.94 | 0 | 0.07 | 291.31 | 0.88 | 0.49 |
| Hex | CC | F | EC | E | 5E | 0 | 7 | 123 | 58 | 31 |
| Octal | 314 | 17 | 354 | 16 | 136 | 0 | 7 | 443 | 130 | 61 |
| Binary | 11001100 | 1111 | 11101100 | 1110 | 1011110 | 0 | 111 | 100100011 | 1011000 | 110001 |
Color Harmonies of #CC0FEC
Complementary color
Monochromatic Colors of #CC0FEC
Black with #CC0FEC
Text Example
Text Example
White with #CC0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FEC; }
p { color: rgb(204,15,236); }
H1.HeaderClassName
{
color: #CC0FEC;
}
.AnyTagClassName
{
color: #CC0FEC;
}
</style>
background-color css
<style>
a { background-color: #CC0FEC; }
a { background-color: rgb(204,15,236); }
div.DivClassName
{
background-color: #CC0FEC;
}
.BgClassName
{
background-color: #CC0FEC;
}
</style>
border-color css
<style>
span { border-color: #CC0FEC; }
span { border-color: rgb(204,15,236); }
td.TdClassName
{
border-color: #CC0FEC;
}
.TagClassName
{
border-color: #CC0FEC;
}
</style>