Shades of Electric Purple #C418FA
Tints of Electric Purple #C418FA
RGB
CMYK
RGB Variations
Color information
#C418FA (or 0xC418FA) is known color: Electric Purple. HEX triplet: C4, 18 and FA. RGB value is (196,24,250). Sum of RGB (Red+Green+Blue) = 196+24+250=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #C418FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418FA is #3BE705. Grayscale: #646464. Windows color (decimal): -3925766 or 16390340. OLE color: 16390340.
HSL color Cylindrical-coordinate representation of color #C418FA: hue angle of 285.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C418FA is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 24 | 250 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.02 |
| HSL | 285.66º | 0.96% | 0.54% | - |
| HSV(B) | 285.66º | 0.9% | 0.98% | - |
| XYZ | 40.35 | 19.29 | 92.04 | - |
| YUV | 101.19 | 211.98 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 250 | 0.22 | 0.90 | 0 | 0.02 | 285.66 | 0.96 | 0.54 |
| Hex | C4 | 18 | FA | 16 | 5A | 0 | 2 | 11E | 60 | 36 |
| Octal | 304 | 30 | 372 | 26 | 132 | 0 | 2 | 436 | 140 | 66 |
| Binary | 11000100 | 11000 | 11111010 | 10110 | 1011010 | 0 | 10 | 100011110 | 1100000 | 110110 |
Color Harmonies of #C418FA
Complementary color
Monochromatic Colors of #C418FA
Black with #C418FA
Text Example
Text Example
White with #C418FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418FA; }
p { color: rgb(196,24,250); }
H1.HeaderClassName
{
color: #C418FA;
}
.AnyTagClassName
{
color: #C418FA;
}
</style>
background-color css
<style>
a { background-color: #C418FA; }
a { background-color: rgb(196,24,250); }
div.DivClassName
{
background-color: #C418FA;
}
.BgClassName
{
background-color: #C418FA;
}
</style>
border-color css
<style>
span { border-color: #C418FA; }
span { border-color: rgb(196,24,250); }
td.TdClassName
{
border-color: #C418FA;
}
.TagClassName
{
border-color: #C418FA;
}
</style>