Shades of Electric Purple #C41CF8
Tints of Electric Purple #C41CF8
RGB
CMYK
RGB Variations
Color information
#C41CF8 (or 0xC41CF8) is known color: Electric Purple. HEX triplet: C4, 1C and F8. RGB value is (196,28,248). Sum of RGB (Red+Green+Blue) = 196+28+248=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #C41CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CF8 is #3BE307. Grayscale: #666666. Windows color (decimal): -3924744 or 16260292. OLE color: 16260292.
HSL color Cylindrical-coordinate representation of color #C41CF8: hue angle of 285.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41CF8 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 28 | 248 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.03 |
| HSL | 285.82º | 0.94% | 0.54% | - |
| HSV(B) | 285.82º | 0.89% | 0.97% | - |
| XYZ | 40.12 | 19.34 | 90.43 | - |
| YUV | 103.31 | 209.66 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 248 | 0.21 | 0.89 | 0 | 0.03 | 285.82 | 0.94 | 0.54 |
| Hex | C4 | 1C | F8 | 15 | 59 | 0 | 3 | 11E | 5E | 36 |
| Octal | 304 | 34 | 370 | 25 | 131 | 0 | 3 | 436 | 136 | 66 |
| Binary | 11000100 | 11100 | 11111000 | 10101 | 1011001 | 0 | 11 | 100011110 | 1011110 | 110110 |
Color Harmonies of #C41CF8
Complementary color
Monochromatic Colors of #C41CF8
Black with #C41CF8
Text Example
Text Example
White with #C41CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CF8; }
p { color: rgb(196,28,248); }
H1.HeaderClassName
{
color: #C41CF8;
}
.AnyTagClassName
{
color: #C41CF8;
}
</style>
background-color css
<style>
a { background-color: #C41CF8; }
a { background-color: rgb(196,28,248); }
div.DivClassName
{
background-color: #C41CF8;
}
.BgClassName
{
background-color: #C41CF8;
}
</style>
border-color css
<style>
span { border-color: #C41CF8; }
span { border-color: rgb(196,28,248); }
td.TdClassName
{
border-color: #C41CF8;
}
.TagClassName
{
border-color: #C41CF8;
}
</style>