Shades of Electric Purple #C416F1
Tints of Electric Purple #C416F1
RGB
CMYK
RGB Variations
Color information
#C416F1 (or 0xC416F1) is known color: Electric Purple. HEX triplet: C4, 16 and F1. RGB value is (196,22,241). Sum of RGB (Red+Green+Blue) = 196+22+241=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #C416F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416F1 is #3BE90E. Grayscale: #626262. Windows color (decimal): -3926287 or 15800004. OLE color: 15800004.
HSL color Cylindrical-coordinate representation of color #C416F1: hue angle of 287.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C416F1 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 22 | 241 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.05 |
| HSL | 287.67º | 0.89% | 0.52% | - |
| HSV(B) | 287.67º | 0.91% | 0.95% | - |
| XYZ | 38.93 | 18.66 | 84.77 | - |
| YUV | 98.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 241 | 0.19 | 0.91 | 0 | 0.05 | 287.67 | 0.89 | 0.52 |
| Hex | C4 | 16 | F1 | 13 | 5B | 0 | 5 | 120 | 59 | 34 |
| Octal | 304 | 26 | 361 | 23 | 133 | 0 | 5 | 440 | 131 | 64 |
| Binary | 11000100 | 10110 | 11110001 | 10011 | 1011011 | 0 | 101 | 100100000 | 1011001 | 110100 |
Color Harmonies of #C416F1
Complementary color
Monochromatic Colors of #C416F1
Black with #C416F1
Text Example
Text Example
White with #C416F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416F1; }
p { color: rgb(196,22,241); }
H1.HeaderClassName
{
color: #C416F1;
}
.AnyTagClassName
{
color: #C416F1;
}
</style>
background-color css
<style>
a { background-color: #C416F1; }
a { background-color: rgb(196,22,241); }
div.DivClassName
{
background-color: #C416F1;
}
.BgClassName
{
background-color: #C416F1;
}
</style>
border-color css
<style>
span { border-color: #C416F1; }
span { border-color: rgb(196,22,241); }
td.TdClassName
{
border-color: #C416F1;
}
.TagClassName
{
border-color: #C416F1;
}
</style>