Shades of Electric Purple #C029ED
Tints of Electric Purple #C029ED
RGB
CMYK
RGB Variations
Color information
#C029ED (or 0xC029ED) is known color: Electric Purple. HEX triplet: C0, 29 and ED. RGB value is (192,41,237). Sum of RGB (Red+Green+Blue) = 192+41+237=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #C029ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029ED is #3FD612. Grayscale: #6B6B6B. Windows color (decimal): -4183571 or 15542720. OLE color: 15542720.
HSL color Cylindrical-coordinate representation of color #C029ED: hue angle of 286.22º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C029ED is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 41 | 237 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.07 |
| HSL | 286.22º | 0.84% | 0.55% | - |
| HSV(B) | 286.22º | 0.83% | 0.93% | - |
| XYZ | 37.82 | 18.91 | 81.78 | - |
| YUV | 108.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 237 | 0.19 | 0.83 | 0 | 0.07 | 286.22 | 0.84 | 0.55 |
| Hex | C0 | 29 | ED | 13 | 53 | 0 | 7 | 11E | 54 | 37 |
| Octal | 300 | 51 | 355 | 23 | 123 | 0 | 7 | 436 | 124 | 67 |
| Binary | 11000000 | 101001 | 11101101 | 10011 | 1010011 | 0 | 111 | 100011110 | 1010100 | 110111 |
Color Harmonies of #C029ED
Complementary color
Monochromatic Colors of #C029ED
Black with #C029ED
Text Example
Text Example
White with #C029ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029ED; }
p { color: rgb(192,41,237); }
H1.HeaderClassName
{
color: #C029ED;
}
.AnyTagClassName
{
color: #C029ED;
}
</style>
background-color css
<style>
a { background-color: #C029ED; }
a { background-color: rgb(192,41,237); }
div.DivClassName
{
background-color: #C029ED;
}
.BgClassName
{
background-color: #C029ED;
}
</style>
border-color css
<style>
span { border-color: #C029ED; }
span { border-color: rgb(192,41,237); }
td.TdClassName
{
border-color: #C029ED;
}
.TagClassName
{
border-color: #C029ED;
}
</style>