Shades of Electric Purple #C41EEF
Tints of Electric Purple #C41EEF
RGB
CMYK
RGB Variations
Color information
#C41EEF (or 0xC41EEF) is known color: Electric Purple. HEX triplet: C4, 1E and EF. RGB value is (196,30,239). Sum of RGB (Red+Green+Blue) = 196+30+239=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C41EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EEF is #3BE110. Grayscale: #666666. Windows color (decimal): -3924241 or 15670980. OLE color: 15670980.
HSL color Cylindrical-coordinate representation of color #C41EEF: hue angle of 287.66º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41EEF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 30 | 239 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.06 |
| HSL | 287.66º | 0.87% | 0.53% | - |
| HSV(B) | 287.66º | 0.87% | 0.94% | - |
| XYZ | 38.81 | 18.9 | 83.26 | - |
| YUV | 103.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 239 | 0.18 | 0.87 | 0 | 0.06 | 287.66 | 0.87 | 0.53 |
| Hex | C4 | 1E | EF | 12 | 57 | 0 | 6 | 120 | 57 | 35 |
| Octal | 304 | 36 | 357 | 22 | 127 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000100 | 11110 | 11101111 | 10010 | 1010111 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C41EEF
Complementary color
Monochromatic Colors of #C41EEF
Black with #C41EEF
Text Example
Text Example
White with #C41EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EEF; }
p { color: rgb(196,30,239); }
H1.HeaderClassName
{
color: #C41EEF;
}
.AnyTagClassName
{
color: #C41EEF;
}
</style>
background-color css
<style>
a { background-color: #C41EEF; }
a { background-color: rgb(196,30,239); }
div.DivClassName
{
background-color: #C41EEF;
}
.BgClassName
{
background-color: #C41EEF;
}
</style>
border-color css
<style>
span { border-color: #C41EEF; }
span { border-color: rgb(196,30,239); }
td.TdClassName
{
border-color: #C41EEF;
}
.TagClassName
{
border-color: #C41EEF;
}
</style>