Shades of Electric Purple #C416EE
Tints of Electric Purple #C416EE
RGB
CMYK
RGB Variations
Color information
#C416EE (or 0xC416EE) is known color: Electric Purple. HEX triplet: C4, 16 and EE. RGB value is (196,22,238). Sum of RGB (Red+Green+Blue) = 196+22+238=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C416EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416EE is #3BE911. Grayscale: #616161. Windows color (decimal): -3926290 or 15603396. OLE color: 15603396.
HSL color Cylindrical-coordinate representation of color #C416EE: hue angle of 288.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C416EE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 22 | 238 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.07 |
| HSL | 288.33º | 0.86% | 0.51% | - |
| HSV(B) | 288.33º | 0.91% | 0.93% | - |
| XYZ | 38.48 | 18.48 | 82.43 | - |
| YUV | 98.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 238 | 0.18 | 0.91 | 0 | 0.07 | 288.33 | 0.86 | 0.51 |
| Hex | C4 | 16 | EE | 12 | 5B | 0 | 7 | 120 | 56 | 33 |
| Octal | 304 | 26 | 356 | 22 | 133 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000100 | 10110 | 11101110 | 10010 | 1011011 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C416EE
Complementary color
Monochromatic Colors of #C416EE
Black with #C416EE
Text Example
Text Example
White with #C416EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416EE; }
p { color: rgb(196,22,238); }
H1.HeaderClassName
{
color: #C416EE;
}
.AnyTagClassName
{
color: #C416EE;
}
</style>
background-color css
<style>
a { background-color: #C416EE; }
a { background-color: rgb(196,22,238); }
div.DivClassName
{
background-color: #C416EE;
}
.BgClassName
{
background-color: #C416EE;
}
</style>
border-color css
<style>
span { border-color: #C416EE; }
span { border-color: rgb(196,22,238); }
td.TdClassName
{
border-color: #C416EE;
}
.TagClassName
{
border-color: #C416EE;
}
</style>