Shades of Electric Purple #C413EF
Tints of Electric Purple #C413EF
RGB
CMYK
RGB Variations
Color information
#C413EF (or 0xC413EF) is known color: Electric Purple. HEX triplet: C4, 13 and EF. RGB value is (196,19,239). Sum of RGB (Red+Green+Blue) = 196+19+239=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #C413EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413EF is #3BEC10. Grayscale: #606060. Windows color (decimal): -3927057 or 15668164. OLE color: 15668164.
HSL color Cylindrical-coordinate representation of color #C413EF: hue angle of 288.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C413EF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 19 | 239 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.06 |
| HSL | 288.27º | 0.87% | 0.51% | - |
| HSV(B) | 288.27º | 0.92% | 0.94% | - |
| XYZ | 38.58 | 18.43 | 83.19 | - |
| YUV | 97 | 208.14 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 239 | 0.18 | 0.92 | 0 | 0.06 | 288.27 | 0.87 | 0.51 |
| Hex | C4 | 13 | EF | 12 | 5C | 0 | 6 | 120 | 57 | 33 |
| Octal | 304 | 23 | 357 | 22 | 134 | 0 | 6 | 440 | 127 | 63 |
| Binary | 11000100 | 10011 | 11101111 | 10010 | 1011100 | 0 | 110 | 100100000 | 1010111 | 110011 |
Color Harmonies of #C413EF
Complementary color
Monochromatic Colors of #C413EF
Black with #C413EF
Text Example
Text Example
White with #C413EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413EF; }
p { color: rgb(196,19,239); }
H1.HeaderClassName
{
color: #C413EF;
}
.AnyTagClassName
{
color: #C413EF;
}
</style>
background-color css
<style>
a { background-color: #C413EF; }
a { background-color: rgb(196,19,239); }
div.DivClassName
{
background-color: #C413EF;
}
.BgClassName
{
background-color: #C413EF;
}
</style>
border-color css
<style>
span { border-color: #C413EF; }
span { border-color: rgb(196,19,239); }
td.TdClassName
{
border-color: #C413EF;
}
.TagClassName
{
border-color: #C413EF;
}
</style>