Shades of Electric Purple #C410E6
Tints of Electric Purple #C410E6
RGB
CMYK
RGB Variations
Color information
#C410E6 (or 0xC410E6) is known color: Electric Purple. HEX triplet: C4, 10 and E6. RGB value is (196,16,230). Sum of RGB (Red+Green+Blue) = 196+16+230=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #C410E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410E6 is #3BEF19. Grayscale: #5D5D5D. Windows color (decimal): -3927834 or 15077572. OLE color: 15077572.
HSL color Cylindrical-coordinate representation of color #C410E6: hue angle of 290.47º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C410E6 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 16 | 230 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.10 |
| HSL | 290.47º | 0.87% | 0.48% | - |
| HSV(B) | 290.47º | 0.93% | 0.9% | - |
| XYZ | 37.23 | 17.82 | 76.34 | - |
| YUV | 94.22 | 204.63 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 230 | 0.15 | 0.93 | 0 | 0.10 | 290.47 | 0.87 | 0.48 |
| Hex | C4 | 10 | E6 | F | 5D | 0 | A | 122 | 57 | 30 |
| Octal | 304 | 20 | 346 | 17 | 135 | 0 | 12 | 442 | 127 | 60 |
| Binary | 11000100 | 10000 | 11100110 | 1111 | 1011101 | 0 | 1010 | 100100010 | 1010111 | 110000 |
Color Harmonies of #C410E6
Complementary color
Monochromatic Colors of #C410E6
Black with #C410E6
Text Example
Text Example
White with #C410E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410E6; }
p { color: rgb(196,16,230); }
H1.HeaderClassName
{
color: #C410E6;
}
.AnyTagClassName
{
color: #C410E6;
}
</style>
background-color css
<style>
a { background-color: #C410E6; }
a { background-color: rgb(196,16,230); }
div.DivClassName
{
background-color: #C410E6;
}
.BgClassName
{
background-color: #C410E6;
}
</style>
border-color css
<style>
span { border-color: #C410E6; }
span { border-color: rgb(196,16,230); }
td.TdClassName
{
border-color: #C410E6;
}
.TagClassName
{
border-color: #C410E6;
}
</style>