Shades of Electric Purple #C41EF0
Tints of Electric Purple #C41EF0
RGB
CMYK
RGB Variations
Color information
#C41EF0 (or 0xC41EF0) is known color: Electric Purple. HEX triplet: C4, 1E and F0. RGB value is (196,30,240). Sum of RGB (Red+Green+Blue) = 196+30+240=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #C41EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EF0 is #3BE10F. Grayscale: #666666. Windows color (decimal): -3924240 or 15736516. OLE color: 15736516.
HSL color Cylindrical-coordinate representation of color #C41EF0: hue angle of 287.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41EF0 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 30 | 240 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.06 |
| HSL | 287.43º | 0.88% | 0.53% | - |
| HSV(B) | 287.43º | 0.88% | 0.94% | - |
| XYZ | 38.96 | 18.96 | 84.04 | - |
| YUV | 103.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 240 | 0.18 | 0.87 | 0 | 0.06 | 287.43 | 0.88 | 0.53 |
| Hex | C4 | 1E | F0 | 12 | 57 | 0 | 6 | 11F | 58 | 35 |
| Octal | 304 | 36 | 360 | 22 | 127 | 0 | 6 | 437 | 130 | 65 |
| Binary | 11000100 | 11110 | 11110000 | 10010 | 1010111 | 0 | 110 | 100011111 | 1011000 | 110101 |
Color Harmonies of #C41EF0
Complementary color
Monochromatic Colors of #C41EF0
Black with #C41EF0
Text Example
Text Example
White with #C41EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EF0; }
p { color: rgb(196,30,240); }
H1.HeaderClassName
{
color: #C41EF0;
}
.AnyTagClassName
{
color: #C41EF0;
}
</style>
background-color css
<style>
a { background-color: #C41EF0; }
a { background-color: rgb(196,30,240); }
div.DivClassName
{
background-color: #C41EF0;
}
.BgClassName
{
background-color: #C41EF0;
}
</style>
border-color css
<style>
span { border-color: #C41EF0; }
span { border-color: rgb(196,30,240); }
td.TdClassName
{
border-color: #C41EF0;
}
.TagClassName
{
border-color: #C41EF0;
}
</style>