Shades of Electric Purple #C429EC
Tints of Electric Purple #C429EC
RGB
CMYK
RGB Variations
Color information
#C429EC (or 0xC429EC) is known color: Electric Purple. HEX triplet: C4, 29 and EC. RGB value is (196,41,236). Sum of RGB (Red+Green+Blue) = 196+41+236=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C429EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429EC is #3BD613. Grayscale: #6C6C6C. Windows color (decimal): -3921428 or 15477188. OLE color: 15477188.
HSL color Cylindrical-coordinate representation of color #C429EC: hue angle of 287.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C429EC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 41 | 236 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.07 |
| HSL | 287.69º | 0.84% | 0.54% | - |
| HSV(B) | 287.69º | 0.83% | 0.93% | - |
| XYZ | 38.7 | 19.38 | 81.06 | - |
| YUV | 109.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 236 | 0.17 | 0.83 | 0 | 0.07 | 287.69 | 0.84 | 0.54 |
| Hex | C4 | 29 | EC | 11 | 53 | 0 | 7 | 120 | 54 | 36 |
| Octal | 304 | 51 | 354 | 21 | 123 | 0 | 7 | 440 | 124 | 66 |
| Binary | 11000100 | 101001 | 11101100 | 10001 | 1010011 | 0 | 111 | 100100000 | 1010100 | 110110 |
Color Harmonies of #C429EC
Complementary color
Monochromatic Colors of #C429EC
Black with #C429EC
Text Example
Text Example
White with #C429EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429EC; }
p { color: rgb(196,41,236); }
H1.HeaderClassName
{
color: #C429EC;
}
.AnyTagClassName
{
color: #C429EC;
}
</style>
background-color css
<style>
a { background-color: #C429EC; }
a { background-color: rgb(196,41,236); }
div.DivClassName
{
background-color: #C429EC;
}
.BgClassName
{
background-color: #C429EC;
}
</style>
border-color css
<style>
span { border-color: #C429EC; }
span { border-color: rgb(196,41,236); }
td.TdClassName
{
border-color: #C429EC;
}
.TagClassName
{
border-color: #C429EC;
}
</style>