Shades of Electric Purple #CC0DEC
Tints of Electric Purple #CC0DEC
RGB
CMYK
RGB Variations
Color information
#CC0DEC (or 0xCC0DEC) is known color: Electric Purple. HEX triplet: CC, 0D and EC. RGB value is (204,13,236). Sum of RGB (Red+Green+Blue) = 204+13+236=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0DEC is #33F213. Grayscale: #5E5E5E. Windows color (decimal): -3404308 or 15470028. OLE color: 15470028.
HSL color Cylindrical-coordinate representation of color #CC0DEC: hue angle of 291.39º degrees, saturation: 0.9, 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 #CC0DEC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 13 | 236 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.07 |
| HSL | 291.39º | 0.9% | 0.49% | - |
| HSV(B) | 291.39º | 0.94% | 0.93% | - |
| XYZ | 40.19 | 19.18 | 80.94 | - |
| YUV | 95.53 | 207.28 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 236 | 0.14 | 0.94 | 0 | 0.07 | 291.39 | 0.9 | 0.49 |
| Hex | CC | D | EC | E | 5E | 0 | 7 | 123 | 5A | 31 |
| Octal | 314 | 15 | 354 | 16 | 136 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001100 | 1101 | 11101100 | 1110 | 1011110 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CC0DEC
Complementary color
Monochromatic Colors of #CC0DEC
Black with #CC0DEC
Text Example
Text Example
White with #CC0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DEC; }
p { color: rgb(204,13,236); }
H1.HeaderClassName
{
color: #CC0DEC;
}
.AnyTagClassName
{
color: #CC0DEC;
}
</style>
background-color css
<style>
a { background-color: #CC0DEC; }
a { background-color: rgb(204,13,236); }
div.DivClassName
{
background-color: #CC0DEC;
}
.BgClassName
{
background-color: #CC0DEC;
}
</style>
border-color css
<style>
span { border-color: #CC0DEC; }
span { border-color: rgb(204,13,236); }
td.TdClassName
{
border-color: #CC0DEC;
}
.TagClassName
{
border-color: #CC0DEC;
}
</style>