Shades of Electric Purple #C414FA
Tints of Electric Purple #C414FA
RGB
CMYK
RGB Variations
Color information
#C414FA (or 0xC414FA) is known color: Electric Purple. HEX triplet: C4, 14 and FA. RGB value is (196,20,250). Sum of RGB (Red+Green+Blue) = 196+20+250=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C414FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414FA is #3BEB05. Grayscale: #626262. Windows color (decimal): -3926790 or 16389316. OLE color: 16389316.
HSL color Cylindrical-coordinate representation of color #C414FA: hue angle of 285.91º 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 #C414FA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 20 | 250 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.91º | 0.96% | 0.53% | - |
| HSV(B) | 285.91º | 0.92% | 0.98% | - |
| XYZ | 40.27 | 19.14 | 92.01 | - |
| YUV | 98.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 250 | 0.22 | 0.92 | 0 | 0.02 | 285.91 | 0.96 | 0.53 |
| Hex | C4 | 14 | FA | 16 | 5C | 0 | 2 | 11E | 60 | 35 |
| Octal | 304 | 24 | 372 | 26 | 134 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000100 | 10100 | 11111010 | 10110 | 1011100 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C414FA
Complementary color
Monochromatic Colors of #C414FA
Black with #C414FA
Text Example
Text Example
White with #C414FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414FA; }
p { color: rgb(196,20,250); }
H1.HeaderClassName
{
color: #C414FA;
}
.AnyTagClassName
{
color: #C414FA;
}
</style>
background-color css
<style>
a { background-color: #C414FA; }
a { background-color: rgb(196,20,250); }
div.DivClassName
{
background-color: #C414FA;
}
.BgClassName
{
background-color: #C414FA;
}
</style>
border-color css
<style>
span { border-color: #C414FA; }
span { border-color: rgb(196,20,250); }
td.TdClassName
{
border-color: #C414FA;
}
.TagClassName
{
border-color: #C414FA;
}
</style>