Shades of Electric Purple #C029EC
Tints of Electric Purple #C029EC
RGB
CMYK
RGB Variations
Color information
#C029EC (or 0xC029EC) is known color: Electric Purple. HEX triplet: C0, 29 and EC. RGB value is (192,41,236). Sum of RGB (Red+Green+Blue) = 192+41+236=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #C029EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029EC is #3FD613. Grayscale: #6B6B6B. Windows color (decimal): -4183572 or 15477184. OLE color: 15477184.
HSL color Cylindrical-coordinate representation of color #C029EC: hue angle of 286.46º 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 #C029EC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 41 | 236 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.07 |
| HSL | 286.46º | 0.84% | 0.54% | - |
| HSV(B) | 286.46º | 0.83% | 0.93% | - |
| XYZ | 37.67 | 18.85 | 81.01 | - |
| YUV | 108.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 236 | 0.19 | 0.83 | 0 | 0.07 | 286.46 | 0.84 | 0.54 |
| Hex | C0 | 29 | EC | 13 | 53 | 0 | 7 | 11E | 54 | 36 |
| Octal | 300 | 51 | 354 | 23 | 123 | 0 | 7 | 436 | 124 | 66 |
| Binary | 11000000 | 101001 | 11101100 | 10011 | 1010011 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #C029EC
Complementary color
Monochromatic Colors of #C029EC
Black with #C029EC
Text Example
Text Example
White with #C029EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029EC; }
p { color: rgb(192,41,236); }
H1.HeaderClassName
{
color: #C029EC;
}
.AnyTagClassName
{
color: #C029EC;
}
</style>
background-color css
<style>
a { background-color: #C029EC; }
a { background-color: rgb(192,41,236); }
div.DivClassName
{
background-color: #C029EC;
}
.BgClassName
{
background-color: #C029EC;
}
</style>
border-color css
<style>
span { border-color: #C029EC; }
span { border-color: rgb(192,41,236); }
td.TdClassName
{
border-color: #C029EC;
}
.TagClassName
{
border-color: #C029EC;
}
</style>