Shades of Electric Purple #C421EC
Tints of Electric Purple #C421EC
RGB
CMYK
RGB Variations
Color information
#C421EC (or 0xC421EC) is known color: Electric Purple. HEX triplet: C4, 21 and EC. RGB value is (196,33,236). Sum of RGB (Red+Green+Blue) = 196+33+236=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C421EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421EC is #3BDE13. Grayscale: #686868. Windows color (decimal): -3923476 or 15475140. OLE color: 15475140.
HSL color Cylindrical-coordinate representation of color #C421EC: hue angle of 288.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C421EC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 33 | 236 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 288.18º | 0.84% | 0.53% | - |
| HSV(B) | 288.18º | 0.86% | 0.93% | - |
| XYZ | 38.45 | 18.88 | 80.97 | - |
| YUV | 104.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 236 | 0.17 | 0.86 | 0 | 0.07 | 288.18 | 0.84 | 0.53 |
| Hex | C4 | 21 | EC | 11 | 56 | 0 | 7 | 120 | 54 | 35 |
| Octal | 304 | 41 | 354 | 21 | 126 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000100 | 100001 | 11101100 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C421EC
Complementary color
Monochromatic Colors of #C421EC
Black with #C421EC
Text Example
Text Example
White with #C421EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421EC; }
p { color: rgb(196,33,236); }
H1.HeaderClassName
{
color: #C421EC;
}
.AnyTagClassName
{
color: #C421EC;
}
</style>
background-color css
<style>
a { background-color: #C421EC; }
a { background-color: rgb(196,33,236); }
div.DivClassName
{
background-color: #C421EC;
}
.BgClassName
{
background-color: #C421EC;
}
</style>
border-color css
<style>
span { border-color: #C421EC; }
span { border-color: rgb(196,33,236); }
td.TdClassName
{
border-color: #C421EC;
}
.TagClassName
{
border-color: #C421EC;
}
</style>