Shades of Electric Purple #CC16EE
Tints of Electric Purple #CC16EE
RGB
CMYK
RGB Variations
Color information
#CC16EE (or 0xCC16EE) is known color: Electric Purple. HEX triplet: CC, 16 and EE. RGB value is (204,22,238). Sum of RGB (Red+Green+Blue) = 204+22+238=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16EE is #33E911. Grayscale: #646464. Windows color (decimal): -3402002 or 15603404. OLE color: 15603404.
HSL color Cylindrical-coordinate representation of color #CC16EE: hue angle of 290.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16EE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 22 | 238 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 290.56º | 0.86% | 0.51% | - |
| HSV(B) | 290.56º | 0.91% | 0.93% | - |
| XYZ | 40.62 | 19.58 | 82.53 | - |
| YUV | 101.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 238 | 0.14 | 0.91 | 0 | 0.07 | 290.56 | 0.86 | 0.51 |
| Hex | CC | 16 | EE | E | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 314 | 26 | 356 | 16 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001100 | 10110 | 11101110 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CC16EE
Complementary color
Monochromatic Colors of #CC16EE
Black with #CC16EE
Text Example
Text Example
White with #CC16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16EE; }
p { color: rgb(204,22,238); }
H1.HeaderClassName
{
color: #CC16EE;
}
.AnyTagClassName
{
color: #CC16EE;
}
</style>
background-color css
<style>
a { background-color: #CC16EE; }
a { background-color: rgb(204,22,238); }
div.DivClassName
{
background-color: #CC16EE;
}
.BgClassName
{
background-color: #CC16EE;
}
</style>
border-color css
<style>
span { border-color: #CC16EE; }
span { border-color: rgb(204,22,238); }
td.TdClassName
{
border-color: #CC16EE;
}
.TagClassName
{
border-color: #CC16EE;
}
</style>