Shades of Electric Purple #C41FEA
Tints of Electric Purple #C41FEA
RGB
CMYK
RGB Variations
Color information
#C41FEA (or 0xC41FEA) is known color: Electric Purple. HEX triplet: C4, 1F and EA. RGB value is (196,31,234). Sum of RGB (Red+Green+Blue) = 196+31+234=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #C41FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FEA is #3BE015. Grayscale: #666666. Windows color (decimal): -3923990 or 15343556. OLE color: 15343556.
HSL color Cylindrical-coordinate representation of color #C41FEA: hue angle of 288.77º 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 #C41FEA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 31 | 234 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.08 |
| HSL | 288.77º | 0.83% | 0.52% | - |
| HSV(B) | 288.77º | 0.87% | 0.92% | - |
| XYZ | 38.11 | 18.66 | 79.43 | - |
| YUV | 103.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 234 | 0.16 | 0.87 | 0 | 0.08 | 288.77 | 0.83 | 0.52 |
| Hex | C4 | 1F | EA | 10 | 57 | 0 | 8 | 121 | 53 | 34 |
| Octal | 304 | 37 | 352 | 20 | 127 | 0 | 10 | 441 | 123 | 64 |
| Binary | 11000100 | 11111 | 11101010 | 10000 | 1010111 | 0 | 1000 | 100100001 | 1010011 | 110100 |
Color Harmonies of #C41FEA
Complementary color
Monochromatic Colors of #C41FEA
Black with #C41FEA
Text Example
Text Example
White with #C41FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FEA; }
p { color: rgb(196,31,234); }
H1.HeaderClassName
{
color: #C41FEA;
}
.AnyTagClassName
{
color: #C41FEA;
}
</style>
background-color css
<style>
a { background-color: #C41FEA; }
a { background-color: rgb(196,31,234); }
div.DivClassName
{
background-color: #C41FEA;
}
.BgClassName
{
background-color: #C41FEA;
}
</style>
border-color css
<style>
span { border-color: #C41FEA; }
span { border-color: rgb(196,31,234); }
td.TdClassName
{
border-color: #C41FEA;
}
.TagClassName
{
border-color: #C41FEA;
}
</style>