Shades of Electric Purple #C41EEA
Tints of Electric Purple #C41EEA
RGB
CMYK
RGB Variations
Color information
#C41EEA (or 0xC41EEA) is known color: Electric Purple. HEX triplet: C4, 1E and EA. RGB value is (196,30,234). Sum of RGB (Red+Green+Blue) = 196+30+234=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #C41EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EEA is #3BE115. Grayscale: #666666. Windows color (decimal): -3924246 or 15343300. OLE color: 15343300.
HSL color Cylindrical-coordinate representation of color #C41EEA: hue angle of 288.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41EEA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 30 | 234 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.08 |
| HSL | 288.82º | 0.83% | 0.52% | - |
| HSV(B) | 288.82º | 0.87% | 0.92% | - |
| XYZ | 38.08 | 18.6 | 79.43 | - |
| YUV | 102.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 234 | 0.16 | 0.87 | 0 | 0.08 | 288.82 | 0.83 | 0.52 |
| Hex | C4 | 1E | EA | 10 | 57 | 0 | 8 | 121 | 53 | 34 |
| Octal | 304 | 36 | 352 | 20 | 127 | 0 | 10 | 441 | 123 | 64 |
| Binary | 11000100 | 11110 | 11101010 | 10000 | 1010111 | 0 | 1000 | 100100001 | 1010011 | 110100 |
Color Harmonies of #C41EEA
Complementary color
Monochromatic Colors of #C41EEA
Black with #C41EEA
Text Example
Text Example
White with #C41EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EEA; }
p { color: rgb(196,30,234); }
H1.HeaderClassName
{
color: #C41EEA;
}
.AnyTagClassName
{
color: #C41EEA;
}
</style>
background-color css
<style>
a { background-color: #C41EEA; }
a { background-color: rgb(196,30,234); }
div.DivClassName
{
background-color: #C41EEA;
}
.BgClassName
{
background-color: #C41EEA;
}
</style>
border-color css
<style>
span { border-color: #C41EEA; }
span { border-color: rgb(196,30,234); }
td.TdClassName
{
border-color: #C41EEA;
}
.TagClassName
{
border-color: #C41EEA;
}
</style>