Shades of Electric Purple #C41CF2
Tints of Electric Purple #C41CF2
RGB
CMYK
RGB Variations
Color information
#C41CF2 (or 0xC41CF2) is known color: Electric Purple. HEX triplet: C4, 1C and F2. RGB value is (196,28,242). Sum of RGB (Red+Green+Blue) = 196+28+242=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #C41CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CF2 is #3BE30D. Grayscale: #656565. Windows color (decimal): -3924750 or 15867076. OLE color: 15867076.
HSL color Cylindrical-coordinate representation of color #C41CF2: hue angle of 287.1º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41CF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 28 | 242 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.05 |
| HSL | 287.1º | 0.89% | 0.53% | - |
| HSV(B) | 287.1º | 0.88% | 0.95% | - |
| XYZ | 39.21 | 18.98 | 85.6 | - |
| YUV | 102.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 242 | 0.19 | 0.88 | 0 | 0.05 | 287.1 | 0.89 | 0.53 |
| Hex | C4 | 1C | F2 | 13 | 58 | 0 | 5 | 11F | 59 | 35 |
| Octal | 304 | 34 | 362 | 23 | 130 | 0 | 5 | 437 | 131 | 65 |
| Binary | 11000100 | 11100 | 11110010 | 10011 | 1011000 | 0 | 101 | 100011111 | 1011001 | 110101 |
Color Harmonies of #C41CF2
Complementary color
Monochromatic Colors of #C41CF2
Black with #C41CF2
Text Example
Text Example
White with #C41CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CF2; }
p { color: rgb(196,28,242); }
H1.HeaderClassName
{
color: #C41CF2;
}
.AnyTagClassName
{
color: #C41CF2;
}
</style>
background-color css
<style>
a { background-color: #C41CF2; }
a { background-color: rgb(196,28,242); }
div.DivClassName
{
background-color: #C41CF2;
}
.BgClassName
{
background-color: #C41CF2;
}
</style>
border-color css
<style>
span { border-color: #C41CF2; }
span { border-color: rgb(196,28,242); }
td.TdClassName
{
border-color: #C41CF2;
}
.TagClassName
{
border-color: #C41CF2;
}
</style>