Shades of Electric Purple #C41CE9
Tints of Electric Purple #C41CE9
RGB
CMYK
RGB Variations
Color information
#C41CE9 (or 0xC41CE9) is known color: Electric Purple. HEX triplet: C4, 1C and E9. RGB value is (196,28,233). Sum of RGB (Red+Green+Blue) = 196+28+233=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #C41CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CE9 is #3BE316. Grayscale: #646464. Windows color (decimal): -3924759 or 15277252. OLE color: 15277252.
HSL color Cylindrical-coordinate representation of color #C41CE9: hue angle of 289.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41CE9 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 28 | 233 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.09 |
| HSL | 289.17º | 0.82% | 0.51% | - |
| HSV(B) | 289.17º | 0.88% | 0.91% | - |
| XYZ | 37.89 | 18.45 | 78.65 | - |
| YUV | 101.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 233 | 0.16 | 0.88 | 0 | 0.09 | 289.17 | 0.82 | 0.51 |
| Hex | C4 | 1C | E9 | 10 | 58 | 0 | 9 | 121 | 52 | 33 |
| Octal | 304 | 34 | 351 | 20 | 130 | 0 | 11 | 441 | 122 | 63 |
| Binary | 11000100 | 11100 | 11101001 | 10000 | 1011000 | 0 | 1001 | 100100001 | 1010010 | 110011 |
Color Harmonies of #C41CE9
Complementary color
Monochromatic Colors of #C41CE9
Black with #C41CE9
Text Example
Text Example
White with #C41CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CE9; }
p { color: rgb(196,28,233); }
H1.HeaderClassName
{
color: #C41CE9;
}
.AnyTagClassName
{
color: #C41CE9;
}
</style>
background-color css
<style>
a { background-color: #C41CE9; }
a { background-color: rgb(196,28,233); }
div.DivClassName
{
background-color: #C41CE9;
}
.BgClassName
{
background-color: #C41CE9;
}
</style>
border-color css
<style>
span { border-color: #C41CE9; }
span { border-color: rgb(196,28,233); }
td.TdClassName
{
border-color: #C41CE9;
}
.TagClassName
{
border-color: #C41CE9;
}
</style>