Shades of Electric Purple #C024E8
Tints of Electric Purple #C024E8
RGB
CMYK
RGB Variations
Color information
#C024E8 (or 0xC024E8) is known color: Electric Purple. HEX triplet: C0, 24 and E8. RGB value is (192,36,232). Sum of RGB (Red+Green+Blue) = 192+36+232=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #C024E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024E8 is #3FDB17. Grayscale: #686868. Windows color (decimal): -4184856 or 15213760. OLE color: 15213760.
HSL color Cylindrical-coordinate representation of color #C024E8: hue angle of 287.76º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C024E8 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 36 | 232 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.09 |
| HSL | 287.76º | 0.81% | 0.53% | - |
| HSV(B) | 287.76º | 0.84% | 0.91% | - |
| XYZ | 36.93 | 18.29 | 77.93 | - |
| YUV | 104.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 232 | 0.17 | 0.84 | 0 | 0.09 | 287.76 | 0.81 | 0.53 |
| Hex | C0 | 24 | E8 | 11 | 54 | 0 | 9 | 120 | 51 | 35 |
| Octal | 300 | 44 | 350 | 21 | 124 | 0 | 11 | 440 | 121 | 65 |
| Binary | 11000000 | 100100 | 11101000 | 10001 | 1010100 | 0 | 1001 | 100100000 | 1010001 | 110101 |
Color Harmonies of #C024E8
Complementary color
Monochromatic Colors of #C024E8
Black with #C024E8
Text Example
Text Example
White with #C024E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024E8; }
p { color: rgb(192,36,232); }
H1.HeaderClassName
{
color: #C024E8;
}
.AnyTagClassName
{
color: #C024E8;
}
</style>
background-color css
<style>
a { background-color: #C024E8; }
a { background-color: rgb(192,36,232); }
div.DivClassName
{
background-color: #C024E8;
}
.BgClassName
{
background-color: #C024E8;
}
</style>
border-color css
<style>
span { border-color: #C024E8; }
span { border-color: rgb(192,36,232); }
td.TdClassName
{
border-color: #C024E8;
}
.TagClassName
{
border-color: #C024E8;
}
</style>