Shades of Electric Purple #C421EE
Tints of Electric Purple #C421EE
RGB
CMYK
RGB Variations
Color information
#C421EE (or 0xC421EE) is known color: Electric Purple. HEX triplet: C4, 21 and EE. RGB value is (196,33,238). Sum of RGB (Red+Green+Blue) = 196+33+238=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #C421EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421EE is #3BDE11. Grayscale: #686868. Windows color (decimal): -3923474 or 15606212. OLE color: 15606212.
HSL color Cylindrical-coordinate representation of color #C421EE: hue angle of 287.71º degrees, saturation: 0.86, 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 #C421EE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 33 | 238 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.71º | 0.86% | 0.53% | - |
| HSV(B) | 287.71º | 0.86% | 0.93% | - |
| XYZ | 38.74 | 19 | 82.51 | - |
| YUV | 105.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 238 | 0.18 | 0.86 | 0 | 0.07 | 287.71 | 0.86 | 0.53 |
| Hex | C4 | 21 | EE | 12 | 56 | 0 | 7 | 120 | 56 | 35 |
| Octal | 304 | 41 | 356 | 22 | 126 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000100 | 100001 | 11101110 | 10010 | 1010110 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C421EE
Complementary color
Monochromatic Colors of #C421EE
Black with #C421EE
Text Example
Text Example
White with #C421EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421EE; }
p { color: rgb(196,33,238); }
H1.HeaderClassName
{
color: #C421EE;
}
.AnyTagClassName
{
color: #C421EE;
}
</style>
background-color css
<style>
a { background-color: #C421EE; }
a { background-color: rgb(196,33,238); }
div.DivClassName
{
background-color: #C421EE;
}
.BgClassName
{
background-color: #C421EE;
}
</style>
border-color css
<style>
span { border-color: #C421EE; }
span { border-color: rgb(196,33,238); }
td.TdClassName
{
border-color: #C421EE;
}
.TagClassName
{
border-color: #C421EE;
}
</style>