Shades of Electric Purple #C410EB
Tints of Electric Purple #C410EB
RGB
CMYK
RGB Variations
Color information
#C410EB (or 0xC410EB) is known color: Electric Purple. HEX triplet: C4, 10 and EB. RGB value is (196,16,235). Sum of RGB (Red+Green+Blue) = 196+16+235=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C410EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410EB is #3BEF14. Grayscale: #5E5E5E. Windows color (decimal): -3927829 or 15405252. OLE color: 15405252.
HSL color Cylindrical-coordinate representation of color #C410EB: hue angle of 289.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C410EB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 16 | 235 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.08 |
| HSL | 289.32º | 0.87% | 0.49% | - |
| HSV(B) | 289.32º | 0.93% | 0.92% | - |
| XYZ | 37.95 | 18.1 | 80.09 | - |
| YUV | 94.79 | 207.13 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 235 | 0.17 | 0.93 | 0 | 0.08 | 289.32 | 0.87 | 0.49 |
| Hex | C4 | 10 | EB | 11 | 5D | 0 | 8 | 121 | 57 | 31 |
| Octal | 304 | 20 | 353 | 21 | 135 | 0 | 10 | 441 | 127 | 61 |
| Binary | 11000100 | 10000 | 11101011 | 10001 | 1011101 | 0 | 1000 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C410EB
Complementary color
Monochromatic Colors of #C410EB
Black with #C410EB
Text Example
Text Example
White with #C410EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410EB; }
p { color: rgb(196,16,235); }
H1.HeaderClassName
{
color: #C410EB;
}
.AnyTagClassName
{
color: #C410EB;
}
</style>
background-color css
<style>
a { background-color: #C410EB; }
a { background-color: rgb(196,16,235); }
div.DivClassName
{
background-color: #C410EB;
}
.BgClassName
{
background-color: #C410EB;
}
</style>
border-color css
<style>
span { border-color: #C410EB; }
span { border-color: rgb(196,16,235); }
td.TdClassName
{
border-color: #C410EB;
}
.TagClassName
{
border-color: #C410EB;
}
</style>