Shades of Electric Purple #C41AF4
Tints of Electric Purple #C41AF4
RGB
CMYK
RGB Variations
Color information
#C41AF4 (or 0xC41AF4) is known color: Electric Purple. HEX triplet: C4, 1A and F4. RGB value is (196,26,244). Sum of RGB (Red+Green+Blue) = 196+26+244=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #C41AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AF4 is #3BE50B. Grayscale: #646464. Windows color (decimal): -3925260 or 15997636. OLE color: 15997636.
HSL color Cylindrical-coordinate representation of color #C41AF4: hue angle of 286.79º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41AF4 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 26 | 244 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.04 |
| HSL | 286.79º | 0.91% | 0.53% | - |
| HSV(B) | 286.79º | 0.89% | 0.96% | - |
| XYZ | 39.46 | 19.01 | 87.18 | - |
| YUV | 101.68 | 208.32 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 244 | 0.20 | 0.89 | 0 | 0.04 | 286.79 | 0.91 | 0.53 |
| Hex | C4 | 1A | F4 | 14 | 59 | 0 | 4 | 11F | 5B | 35 |
| Octal | 304 | 32 | 364 | 24 | 131 | 0 | 4 | 437 | 133 | 65 |
| Binary | 11000100 | 11010 | 11110100 | 10100 | 1011001 | 0 | 100 | 100011111 | 1011011 | 110101 |
Color Harmonies of #C41AF4
Complementary color
Monochromatic Colors of #C41AF4
Black with #C41AF4
Text Example
Text Example
White with #C41AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AF4; }
p { color: rgb(196,26,244); }
H1.HeaderClassName
{
color: #C41AF4;
}
.AnyTagClassName
{
color: #C41AF4;
}
</style>
background-color css
<style>
a { background-color: #C41AF4; }
a { background-color: rgb(196,26,244); }
div.DivClassName
{
background-color: #C41AF4;
}
.BgClassName
{
background-color: #C41AF4;
}
</style>
border-color css
<style>
span { border-color: #C41AF4; }
span { border-color: rgb(196,26,244); }
td.TdClassName
{
border-color: #C41AF4;
}
.TagClassName
{
border-color: #C41AF4;
}
</style>