Shades of Electric Purple #C424ED
Tints of Electric Purple #C424ED
RGB
CMYK
RGB Variations
Color information
#C424ED (or 0xC424ED) is known color: Electric Purple. HEX triplet: C4, 24 and ED. RGB value is (196,36,237). Sum of RGB (Red+Green+Blue) = 196+36+237=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C424ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424ED is #3BDB12. Grayscale: #6A6A6A. Windows color (decimal): -3922707 or 15541444. OLE color: 15541444.
HSL color Cylindrical-coordinate representation of color #C424ED: hue angle of 287.76º 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 #C424ED is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 36 | 237 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.07 |
| HSL | 287.76º | 0.85% | 0.54% | - |
| HSV(B) | 287.76º | 0.85% | 0.93% | - |
| XYZ | 38.68 | 19.11 | 81.77 | - |
| YUV | 106.75 | 201.51 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 237 | 0.17 | 0.85 | 0 | 0.07 | 287.76 | 0.85 | 0.54 |
| Hex | C4 | 24 | ED | 11 | 55 | 0 | 7 | 120 | 55 | 36 |
| Octal | 304 | 44 | 355 | 21 | 125 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000100 | 100100 | 11101101 | 10001 | 1010101 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C424ED
Complementary color
Monochromatic Colors of #C424ED
Black with #C424ED
Text Example
Text Example
White with #C424ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424ED; }
p { color: rgb(196,36,237); }
H1.HeaderClassName
{
color: #C424ED;
}
.AnyTagClassName
{
color: #C424ED;
}
</style>
background-color css
<style>
a { background-color: #C424ED; }
a { background-color: rgb(196,36,237); }
div.DivClassName
{
background-color: #C424ED;
}
.BgClassName
{
background-color: #C424ED;
}
</style>
border-color css
<style>
span { border-color: #C424ED; }
span { border-color: rgb(196,36,237); }
td.TdClassName
{
border-color: #C424ED;
}
.TagClassName
{
border-color: #C424ED;
}
</style>