Shades of Electric Purple #C413EC
Tints of Electric Purple #C413EC
RGB
CMYK
RGB Variations
Color information
#C413EC (or 0xC413EC) is known color: Electric Purple. HEX triplet: C4, 13 and EC. RGB value is (196,19,236). Sum of RGB (Red+Green+Blue) = 196+19+236=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #C413EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413EC is #3BEC13. Grayscale: #5F5F5F. Windows color (decimal): -3927060 or 15471556. OLE color: 15471556.
HSL color Cylindrical-coordinate representation of color #C413EC: hue angle of 288.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C413EC is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 19 | 236 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.07 |
| HSL | 288.94º | 0.85% | 0.5% | - |
| HSV(B) | 288.94º | 0.92% | 0.93% | - |
| XYZ | 38.14 | 18.26 | 80.87 | - |
| YUV | 96.66 | 206.64 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 236 | 0.17 | 0.92 | 0 | 0.07 | 288.94 | 0.85 | 0.5 |
| Hex | C4 | 13 | EC | 11 | 5C | 0 | 7 | 121 | 55 | 32 |
| Octal | 304 | 23 | 354 | 21 | 134 | 0 | 7 | 441 | 125 | 62 |
| Binary | 11000100 | 10011 | 11101100 | 10001 | 1011100 | 0 | 111 | 100100001 | 1010101 | 110010 |
Color Harmonies of #C413EC
Complementary color
Monochromatic Colors of #C413EC
Black with #C413EC
Text Example
Text Example
White with #C413EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413EC; }
p { color: rgb(196,19,236); }
H1.HeaderClassName
{
color: #C413EC;
}
.AnyTagClassName
{
color: #C413EC;
}
</style>
background-color css
<style>
a { background-color: #C413EC; }
a { background-color: rgb(196,19,236); }
div.DivClassName
{
background-color: #C413EC;
}
.BgClassName
{
background-color: #C413EC;
}
</style>
border-color css
<style>
span { border-color: #C413EC; }
span { border-color: rgb(196,19,236); }
td.TdClassName
{
border-color: #C413EC;
}
.TagClassName
{
border-color: #C413EC;
}
</style>