Shades of Electric Purple #CC18EE
Tints of Electric Purple #CC18EE
RGB
CMYK
RGB Variations
Color information
#CC18EE (or 0xCC18EE) is known color: Electric Purple. HEX triplet: CC, 18 and EE. RGB value is (204,24,238). Sum of RGB (Red+Green+Blue) = 204+24+238=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18EE is #33E711. Grayscale: #656565. Windows color (decimal): -3401490 or 15603916. OLE color: 15603916.
HSL color Cylindrical-coordinate representation of color #CC18EE: hue angle of 290.47º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC18EE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 24 | 238 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.07 |
| HSL | 290.47º | 0.86% | 0.51% | - |
| HSV(B) | 290.47º | 0.9% | 0.93% | - |
| XYZ | 40.66 | 19.66 | 82.54 | - |
| YUV | 102.22 | 204.63 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 238 | 0.14 | 0.90 | 0 | 0.07 | 290.47 | 0.86 | 0.51 |
| Hex | CC | 18 | EE | E | 5A | 0 | 7 | 122 | 56 | 33 |
| Octal | 314 | 30 | 356 | 16 | 132 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001100 | 11000 | 11101110 | 1110 | 1011010 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #CC18EE
Complementary color
Monochromatic Colors of #CC18EE
Black with #CC18EE
Text Example
Text Example
White with #CC18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18EE; }
p { color: rgb(204,24,238); }
H1.HeaderClassName
{
color: #CC18EE;
}
.AnyTagClassName
{
color: #CC18EE;
}
</style>
background-color css
<style>
a { background-color: #CC18EE; }
a { background-color: rgb(204,24,238); }
div.DivClassName
{
background-color: #CC18EE;
}
.BgClassName
{
background-color: #CC18EE;
}
</style>
border-color css
<style>
span { border-color: #CC18EE; }
span { border-color: rgb(204,24,238); }
td.TdClassName
{
border-color: #CC18EE;
}
.TagClassName
{
border-color: #CC18EE;
}
</style>