Shades of Electric Purple #C413FA
Tints of Electric Purple #C413FA
RGB
CMYK
RGB Variations
Color information
#C413FA (or 0xC413FA) is known color: Electric Purple. HEX triplet: C4, 13 and FA. RGB value is (196,19,250). Sum of RGB (Red+Green+Blue) = 196+19+250=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #C413FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413FA is #3BEC05. Grayscale: #616161. Windows color (decimal): -3927046 or 16389060. OLE color: 16389060.
HSL color Cylindrical-coordinate representation of color #C413FA: hue angle of 285.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C413FA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 19 | 250 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.97º | 0.96% | 0.53% | - |
| HSV(B) | 285.97º | 0.92% | 0.98% | - |
| XYZ | 40.25 | 19.1 | 92.01 | - |
| YUV | 98.26 | 213.64 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 250 | 0.22 | 0.92 | 0 | 0.02 | 285.97 | 0.96 | 0.53 |
| Hex | C4 | 13 | FA | 16 | 5C | 0 | 2 | 11E | 60 | 35 |
| Octal | 304 | 23 | 372 | 26 | 134 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000100 | 10011 | 11111010 | 10110 | 1011100 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C413FA
Complementary color
Monochromatic Colors of #C413FA
Black with #C413FA
Text Example
Text Example
White with #C413FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413FA; }
p { color: rgb(196,19,250); }
H1.HeaderClassName
{
color: #C413FA;
}
.AnyTagClassName
{
color: #C413FA;
}
</style>
background-color css
<style>
a { background-color: #C413FA; }
a { background-color: rgb(196,19,250); }
div.DivClassName
{
background-color: #C413FA;
}
.BgClassName
{
background-color: #C413FA;
}
</style>
border-color css
<style>
span { border-color: #C413FA; }
span { border-color: rgb(196,19,250); }
td.TdClassName
{
border-color: #C413FA;
}
.TagClassName
{
border-color: #C413FA;
}
</style>