Shades of Electric Purple #C410ED
Tints of Electric Purple #C410ED
RGB
CMYK
RGB Variations
Color information
#C410ED (or 0xC410ED) is known color: Electric Purple. HEX triplet: C4, 10 and ED. RGB value is (196,16,237). Sum of RGB (Red+Green+Blue) = 196+16+237=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #C410ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410ED is #3BEF12. Grayscale: #5E5E5E. Windows color (decimal): -3927827 or 15536324. OLE color: 15536324.
HSL color Cylindrical-coordinate representation of color #C410ED: hue angle of 288.87º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C410ED is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 16 | 237 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.07 |
| HSL | 288.87º | 0.87% | 0.5% | - |
| HSV(B) | 288.87º | 0.93% | 0.93% | - |
| XYZ | 38.24 | 18.22 | 81.62 | - |
| YUV | 95.01 | 208.13 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 237 | 0.17 | 0.93 | 0 | 0.07 | 288.87 | 0.87 | 0.5 |
| Hex | C4 | 10 | ED | 11 | 5D | 0 | 7 | 121 | 57 | 32 |
| Octal | 304 | 20 | 355 | 21 | 135 | 0 | 7 | 441 | 127 | 62 |
| Binary | 11000100 | 10000 | 11101101 | 10001 | 1011101 | 0 | 111 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C410ED
Complementary color
Monochromatic Colors of #C410ED
Black with #C410ED
Text Example
Text Example
White with #C410ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410ED; }
p { color: rgb(196,16,237); }
H1.HeaderClassName
{
color: #C410ED;
}
.AnyTagClassName
{
color: #C410ED;
}
</style>
background-color css
<style>
a { background-color: #C410ED; }
a { background-color: rgb(196,16,237); }
div.DivClassName
{
background-color: #C410ED;
}
.BgClassName
{
background-color: #C410ED;
}
</style>
border-color css
<style>
span { border-color: #C410ED; }
span { border-color: rgb(196,16,237); }
td.TdClassName
{
border-color: #C410ED;
}
.TagClassName
{
border-color: #C410ED;
}
</style>