Shades of Electric Purple #C41CEF
Tints of Electric Purple #C41CEF
RGB
CMYK
RGB Variations
Color information
#C41CEF (or 0xC41CEF) is known color: Electric Purple. HEX triplet: C4, 1C and EF. RGB value is (196,28,239). Sum of RGB (Red+Green+Blue) = 196+28+239=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #C41CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CEF is #3BE310. Grayscale: #656565. Windows color (decimal): -3924753 or 15670468. OLE color: 15670468.
HSL color Cylindrical-coordinate representation of color #C41CEF: hue angle of 287.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41CEF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 28 | 239 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.06 |
| HSL | 287.77º | 0.87% | 0.52% | - |
| HSV(B) | 287.77º | 0.88% | 0.94% | - |
| XYZ | 38.76 | 18.8 | 83.25 | - |
| YUV | 102.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 239 | 0.18 | 0.88 | 0 | 0.06 | 287.77 | 0.87 | 0.52 |
| Hex | C4 | 1C | EF | 12 | 58 | 0 | 6 | 120 | 57 | 34 |
| Octal | 304 | 34 | 357 | 22 | 130 | 0 | 6 | 440 | 127 | 64 |
| Binary | 11000100 | 11100 | 11101111 | 10010 | 1011000 | 0 | 110 | 100100000 | 1010111 | 110100 |
Color Harmonies of #C41CEF
Complementary color
Monochromatic Colors of #C41CEF
Black with #C41CEF
Text Example
Text Example
White with #C41CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CEF; }
p { color: rgb(196,28,239); }
H1.HeaderClassName
{
color: #C41CEF;
}
.AnyTagClassName
{
color: #C41CEF;
}
</style>
background-color css
<style>
a { background-color: #C41CEF; }
a { background-color: rgb(196,28,239); }
div.DivClassName
{
background-color: #C41CEF;
}
.BgClassName
{
background-color: #C41CEF;
}
</style>
border-color css
<style>
span { border-color: #C41CEF; }
span { border-color: rgb(196,28,239); }
td.TdClassName
{
border-color: #C41CEF;
}
.TagClassName
{
border-color: #C41CEF;
}
</style>