Shades of Electric Purple #CC0CEC
Tints of Electric Purple #CC0CEC
RGB
CMYK
RGB Variations
Color information
#CC0CEC (or 0xCC0CEC) is known color: Electric Purple. HEX triplet: CC, 0C and EC. RGB value is (204,12,236). Sum of RGB (Red+Green+Blue) = 204+12+236=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CEC is #33F313. Grayscale: #5E5E5E. Windows color (decimal): -3404564 or 15469772. OLE color: 15469772.
HSL color Cylindrical-coordinate representation of color #CC0CEC: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CEC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 12 | 236 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.07 |
| HSL | 291.43º | 0.9% | 0.49% | - |
| HSV(B) | 291.43º | 0.95% | 0.93% | - |
| XYZ | 40.17 | 19.16 | 80.94 | - |
| YUV | 94.94 | 207.61 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 236 | 0.14 | 0.95 | 0 | 0.07 | 291.43 | 0.9 | 0.49 |
| Hex | CC | C | EC | E | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 314 | 14 | 354 | 16 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001100 | 1100 | 11101100 | 1110 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CC0CEC
Complementary color
Monochromatic Colors of #CC0CEC
Black with #CC0CEC
Text Example
Text Example
White with #CC0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CEC; }
p { color: rgb(204,12,236); }
H1.HeaderClassName
{
color: #CC0CEC;
}
.AnyTagClassName
{
color: #CC0CEC;
}
</style>
background-color css
<style>
a { background-color: #CC0CEC; }
a { background-color: rgb(204,12,236); }
div.DivClassName
{
background-color: #CC0CEC;
}
.BgClassName
{
background-color: #CC0CEC;
}
</style>
border-color css
<style>
span { border-color: #CC0CEC; }
span { border-color: rgb(204,12,236); }
td.TdClassName
{
border-color: #CC0CEC;
}
.TagClassName
{
border-color: #CC0CEC;
}
</style>