Shades of Electric Purple #CC18ED
Tints of Electric Purple #CC18ED
RGB
CMYK
RGB Variations
Color information
#CC18ED (or 0xCC18ED) is known color: Electric Purple. HEX triplet: CC, 18 and ED. RGB value is (204,24,237). Sum of RGB (Red+Green+Blue) = 204+24+237=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18ED is #33E712. Grayscale: #656565. Windows color (decimal): -3401491 or 15538380. OLE color: 15538380.
HSL color Cylindrical-coordinate representation of color #CC18ED: hue angle of 290.7º 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 #CC18ED is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 24 | 237 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.07 |
| HSL | 290.7º | 0.86% | 0.51% | - |
| HSV(B) | 290.7º | 0.9% | 0.93% | - |
| XYZ | 40.51 | 19.61 | 81.77 | - |
| YUV | 102.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 237 | 0.14 | 0.90 | 0 | 0.07 | 290.7 | 0.86 | 0.51 |
| Hex | CC | 18 | ED | E | 5A | 0 | 7 | 123 | 56 | 33 |
| Octal | 314 | 30 | 355 | 16 | 132 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001100 | 11000 | 11101101 | 1110 | 1011010 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CC18ED
Complementary color
Monochromatic Colors of #CC18ED
Black with #CC18ED
Text Example
Text Example
White with #CC18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18ED; }
p { color: rgb(204,24,237); }
H1.HeaderClassName
{
color: #CC18ED;
}
.AnyTagClassName
{
color: #CC18ED;
}
</style>
background-color css
<style>
a { background-color: #CC18ED; }
a { background-color: rgb(204,24,237); }
div.DivClassName
{
background-color: #CC18ED;
}
.BgClassName
{
background-color: #CC18ED;
}
</style>
border-color css
<style>
span { border-color: #CC18ED; }
span { border-color: rgb(204,24,237); }
td.TdClassName
{
border-color: #CC18ED;
}
.TagClassName
{
border-color: #CC18ED;
}
</style>