Shades of Electric Purple #CC14ED
Tints of Electric Purple #CC14ED
RGB
CMYK
RGB Variations
Color information
#CC14ED (or 0xCC14ED) is known color: Electric Purple. HEX triplet: CC, 14 and ED. RGB value is (204,20,237). Sum of RGB (Red+Green+Blue) = 204+20+237=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14ED is #33EB12. Grayscale: #636363. Windows color (decimal): -3402515 or 15537356. OLE color: 15537356.
HSL color Cylindrical-coordinate representation of color #CC14ED: hue angle of 290.88º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC14ED is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 20 | 237 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.07 |
| HSL | 290.88º | 0.86% | 0.5% | - |
| HSV(B) | 290.88º | 0.92% | 0.93% | - |
| XYZ | 40.44 | 19.45 | 81.74 | - |
| YUV | 99.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 237 | 0.14 | 0.92 | 0 | 0.07 | 290.88 | 0.86 | 0.5 |
| Hex | CC | 14 | ED | E | 5C | 0 | 7 | 123 | 56 | 32 |
| Octal | 314 | 24 | 355 | 16 | 134 | 0 | 7 | 443 | 126 | 62 |
| Binary | 11001100 | 10100 | 11101101 | 1110 | 1011100 | 0 | 111 | 100100011 | 1010110 | 110010 |
Color Harmonies of #CC14ED
Complementary color
Monochromatic Colors of #CC14ED
Black with #CC14ED
Text Example
Text Example
White with #CC14ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14ED; }
p { color: rgb(204,20,237); }
H1.HeaderClassName
{
color: #CC14ED;
}
.AnyTagClassName
{
color: #CC14ED;
}
</style>
background-color css
<style>
a { background-color: #CC14ED; }
a { background-color: rgb(204,20,237); }
div.DivClassName
{
background-color: #CC14ED;
}
.BgClassName
{
background-color: #CC14ED;
}
</style>
border-color css
<style>
span { border-color: #CC14ED; }
span { border-color: rgb(204,20,237); }
td.TdClassName
{
border-color: #CC14ED;
}
.TagClassName
{
border-color: #CC14ED;
}
</style>