Shades of Electric Purple #C024EE
Tints of Electric Purple #C024EE
RGB
CMYK
RGB Variations
Color information
#C024EE (or 0xC024EE) is known color: Electric Purple. HEX triplet: C0, 24 and EE. RGB value is (192,36,238). Sum of RGB (Red+Green+Blue) = 192+36+238=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 36 (14.45% from 255 or 7.73% 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 #C024EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024EE is #3FDB11. Grayscale: #696969. Windows color (decimal): -4184850 or 15606976. OLE color: 15606976.
HSL color Cylindrical-coordinate representation of color #C024EE: hue angle of 286.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C024EE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 36 | 238 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.07 |
| HSL | 286.34º | 0.86% | 0.54% | - |
| HSV(B) | 286.34º | 0.85% | 0.93% | - |
| XYZ | 37.8 | 18.64 | 82.49 | - |
| YUV | 105.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 238 | 0.19 | 0.85 | 0 | 0.07 | 286.34 | 0.86 | 0.54 |
| Hex | C0 | 24 | EE | 13 | 55 | 0 | 7 | 11E | 56 | 36 |
| Octal | 300 | 44 | 356 | 23 | 125 | 0 | 7 | 436 | 126 | 66 |
| Binary | 11000000 | 100100 | 11101110 | 10011 | 1010101 | 0 | 111 | 100011110 | 1010110 | 110110 |
Color Harmonies of #C024EE
Complementary color
Monochromatic Colors of #C024EE
Black with #C024EE
Text Example
Text Example
White with #C024EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024EE; }
p { color: rgb(192,36,238); }
H1.HeaderClassName
{
color: #C024EE;
}
.AnyTagClassName
{
color: #C024EE;
}
</style>
background-color css
<style>
a { background-color: #C024EE; }
a { background-color: rgb(192,36,238); }
div.DivClassName
{
background-color: #C024EE;
}
.BgClassName
{
background-color: #C024EE;
}
</style>
border-color css
<style>
span { border-color: #C024EE; }
span { border-color: rgb(192,36,238); }
td.TdClassName
{
border-color: #C024EE;
}
.TagClassName
{
border-color: #C024EE;
}
</style>