Shades of Electric Purple #C429EB
Tints of Electric Purple #C429EB
RGB
CMYK
RGB Variations
Color information
#C429EB (or 0xC429EB) is known color: Electric Purple. HEX triplet: C4, 29 and EB. RGB value is (196,41,235). Sum of RGB (Red+Green+Blue) = 196+41+235=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #C429EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429EB is #3BD614. Grayscale: #6C6C6C. Windows color (decimal): -3921429 or 15411652. OLE color: 15411652.
HSL color Cylindrical-coordinate representation of color #C429EB: hue angle of 287.94º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C429EB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 41 | 235 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.08 |
| HSL | 287.94º | 0.83% | 0.54% | - |
| HSV(B) | 287.94º | 0.83% | 0.92% | - |
| XYZ | 38.55 | 19.32 | 80.29 | - |
| YUV | 109.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 235 | 0.17 | 0.83 | 0 | 0.08 | 287.94 | 0.83 | 0.54 |
| Hex | C4 | 29 | EB | 11 | 53 | 0 | 8 | 120 | 53 | 36 |
| Octal | 304 | 51 | 353 | 21 | 123 | 0 | 10 | 440 | 123 | 66 |
| Binary | 11000100 | 101001 | 11101011 | 10001 | 1010011 | 0 | 1000 | 100100000 | 1010011 | 110110 |
Color Harmonies of #C429EB
Complementary color
Monochromatic Colors of #C429EB
Black with #C429EB
Text Example
Text Example
White with #C429EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429EB; }
p { color: rgb(196,41,235); }
H1.HeaderClassName
{
color: #C429EB;
}
.AnyTagClassName
{
color: #C429EB;
}
</style>
background-color css
<style>
a { background-color: #C429EB; }
a { background-color: rgb(196,41,235); }
div.DivClassName
{
background-color: #C429EB;
}
.BgClassName
{
background-color: #C429EB;
}
</style>
border-color css
<style>
span { border-color: #C429EB; }
span { border-color: rgb(196,41,235); }
td.TdClassName
{
border-color: #C429EB;
}
.TagClassName
{
border-color: #C429EB;
}
</style>