Shades of Electric Purple #C41FED
Tints of Electric Purple #C41FED
RGB
CMYK
RGB Variations
Color information
#C41FED (or 0xC41FED) is known color: Electric Purple. HEX triplet: C4, 1F and ED. RGB value is (196,31,237). Sum of RGB (Red+Green+Blue) = 196+31+237=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #C41FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FED is #3BE012. Grayscale: #676767. Windows color (decimal): -3923987 or 15540164. OLE color: 15540164.
HSL color Cylindrical-coordinate representation of color #C41FED: hue angle of 288.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41FED is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 31 | 237 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.07 |
| HSL | 288.06º | 0.85% | 0.53% | - |
| HSV(B) | 288.06º | 0.87% | 0.93% | - |
| XYZ | 38.54 | 18.83 | 81.72 | - |
| YUV | 103.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 237 | 0.17 | 0.87 | 0 | 0.07 | 288.06 | 0.85 | 0.53 |
| Hex | C4 | 1F | ED | 11 | 57 | 0 | 7 | 120 | 55 | 35 |
| Octal | 304 | 37 | 355 | 21 | 127 | 0 | 7 | 440 | 125 | 65 |
| Binary | 11000100 | 11111 | 11101101 | 10001 | 1010111 | 0 | 111 | 100100000 | 1010101 | 110101 |
Color Harmonies of #C41FED
Complementary color
Monochromatic Colors of #C41FED
Black with #C41FED
Text Example
Text Example
White with #C41FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FED; }
p { color: rgb(196,31,237); }
H1.HeaderClassName
{
color: #C41FED;
}
.AnyTagClassName
{
color: #C41FED;
}
</style>
background-color css
<style>
a { background-color: #C41FED; }
a { background-color: rgb(196,31,237); }
div.DivClassName
{
background-color: #C41FED;
}
.BgClassName
{
background-color: #C41FED;
}
</style>
border-color css
<style>
span { border-color: #C41FED; }
span { border-color: rgb(196,31,237); }
td.TdClassName
{
border-color: #C41FED;
}
.TagClassName
{
border-color: #C41FED;
}
</style>