Shades of Electric Purple #C024ED
Tints of Electric Purple #C024ED
RGB
CMYK
RGB Variations
Color information
#C024ED (or 0xC024ED) is known color: Electric Purple. HEX triplet: C0, 24 and ED. RGB value is (192,36,237). Sum of RGB (Red+Green+Blue) = 192+36+237=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 36 (14.45% from 255 or 7.74% 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 #C024ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C024ED is #3FDB12. Grayscale: #686868. Windows color (decimal): -4184851 or 15541440. OLE color: 15541440.
HSL color Cylindrical-coordinate representation of color #C024ED: hue angle of 286.57º degrees, saturation: 0.85, 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 #C024ED is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 36 | 237 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.07 |
| HSL | 286.57º | 0.85% | 0.54% | - |
| HSV(B) | 286.57º | 0.85% | 0.93% | - |
| XYZ | 37.66 | 18.58 | 81.72 | - |
| YUV | 105.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 237 | 0.19 | 0.85 | 0 | 0.07 | 286.57 | 0.85 | 0.54 |
| Hex | C0 | 24 | ED | 13 | 55 | 0 | 7 | 11F | 55 | 36 |
| Octal | 300 | 44 | 355 | 23 | 125 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000000 | 100100 | 11101101 | 10011 | 1010101 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C024ED
Complementary color
Monochromatic Colors of #C024ED
Black with #C024ED
Text Example
Text Example
White with #C024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024ED; }
p { color: rgb(192,36,237); }
H1.HeaderClassName
{
color: #C024ED;
}
.AnyTagClassName
{
color: #C024ED;
}
</style>
background-color css
<style>
a { background-color: #C024ED; }
a { background-color: rgb(192,36,237); }
div.DivClassName
{
background-color: #C024ED;
}
.BgClassName
{
background-color: #C024ED;
}
</style>
border-color css
<style>
span { border-color: #C024ED; }
span { border-color: rgb(192,36,237); }
td.TdClassName
{
border-color: #C024ED;
}
.TagClassName
{
border-color: #C024ED;
}
</style>