Shades of Electric Purple #C421EF
Tints of Electric Purple #C421EF
RGB
CMYK
RGB Variations
Color information
#C421EF (or 0xC421EF) is known color: Electric Purple. HEX triplet: C4, 21 and EF. RGB value is (196,33,239). Sum of RGB (Red+Green+Blue) = 196+33+239=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C421EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421EF is #3BDE10. Grayscale: #686868. Windows color (decimal): -3923473 or 15671748. OLE color: 15671748.
HSL color Cylindrical-coordinate representation of color #C421EF: hue angle of 287.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C421EF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 33 | 239 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.06 |
| HSL | 287.48º | 0.87% | 0.53% | - |
| HSV(B) | 287.48º | 0.86% | 0.94% | - |
| XYZ | 38.89 | 19.06 | 83.29 | - |
| YUV | 105.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 239 | 0.18 | 0.86 | 0 | 0.06 | 287.48 | 0.87 | 0.53 |
| Hex | C4 | 21 | EF | 12 | 56 | 0 | 6 | 11F | 57 | 35 |
| Octal | 304 | 41 | 357 | 22 | 126 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000100 | 100001 | 11101111 | 10010 | 1010110 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C421EF
Complementary color
Monochromatic Colors of #C421EF
Black with #C421EF
Text Example
Text Example
White with #C421EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421EF; }
p { color: rgb(196,33,239); }
H1.HeaderClassName
{
color: #C421EF;
}
.AnyTagClassName
{
color: #C421EF;
}
</style>
background-color css
<style>
a { background-color: #C421EF; }
a { background-color: rgb(196,33,239); }
div.DivClassName
{
background-color: #C421EF;
}
.BgClassName
{
background-color: #C421EF;
}
</style>
border-color css
<style>
span { border-color: #C421EF; }
span { border-color: rgb(196,33,239); }
td.TdClassName
{
border-color: #C421EF;
}
.TagClassName
{
border-color: #C421EF;
}
</style>