Shades of Electric Purple #C413EB
Tints of Electric Purple #C413EB
RGB
CMYK
RGB Variations
Color information
#C413EB (or 0xC413EB) is known color: Electric Purple. HEX triplet: C4, 13 and EB. RGB value is (196,19,235). Sum of RGB (Red+Green+Blue) = 196+19+235=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #C413EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413EB is #3BEC14. Grayscale: #5F5F5F. Windows color (decimal): -3927061 or 15406020. OLE color: 15406020.
HSL color Cylindrical-coordinate representation of color #C413EB: hue angle of 289.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C413EB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 19 | 235 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.08 |
| HSL | 289.17º | 0.85% | 0.5% | - |
| HSV(B) | 289.17º | 0.92% | 0.92% | - |
| XYZ | 37.99 | 18.2 | 80.11 | - |
| YUV | 96.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 235 | 0.17 | 0.92 | 0 | 0.08 | 289.17 | 0.85 | 0.5 |
| Hex | C4 | 13 | EB | 11 | 5C | 0 | 8 | 121 | 55 | 32 |
| Octal | 304 | 23 | 353 | 21 | 134 | 0 | 10 | 441 | 125 | 62 |
| Binary | 11000100 | 10011 | 11101011 | 10001 | 1011100 | 0 | 1000 | 100100001 | 1010101 | 110010 |
Color Harmonies of #C413EB
Complementary color
Monochromatic Colors of #C413EB
Black with #C413EB
Text Example
Text Example
White with #C413EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413EB; }
p { color: rgb(196,19,235); }
H1.HeaderClassName
{
color: #C413EB;
}
.AnyTagClassName
{
color: #C413EB;
}
</style>
background-color css
<style>
a { background-color: #C413EB; }
a { background-color: rgb(196,19,235); }
div.DivClassName
{
background-color: #C413EB;
}
.BgClassName
{
background-color: #C413EB;
}
</style>
border-color css
<style>
span { border-color: #C413EB; }
span { border-color: rgb(196,19,235); }
td.TdClassName
{
border-color: #C413EB;
}
.TagClassName
{
border-color: #C413EB;
}
</style>