Shades of Electric Purple #C129EA
Tints of Electric Purple #C129EA
RGB
CMYK
RGB Variations
Color information
#C129EA (or 0xC129EA) is known color: Electric Purple. HEX triplet: C1, 29 and EA. RGB value is (193,41,234). Sum of RGB (Red+Green+Blue) = 193+41+234=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #C129EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129EA is #3ED615. Grayscale: #6B6B6B. Windows color (decimal): -4118038 or 15346113. OLE color: 15346113.
HSL color Cylindrical-coordinate representation of color #C129EA: hue angle of 287.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C129EA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 41 | 234 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.08 |
| HSL | 287.25º | 0.82% | 0.54% | - |
| HSV(B) | 287.25º | 0.82% | 0.92% | - |
| XYZ | 37.64 | 18.86 | 79.5 | - |
| YUV | 108.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 234 | 0.18 | 0.82 | 0 | 0.08 | 287.25 | 0.82 | 0.54 |
| Hex | C1 | 29 | EA | 12 | 52 | 0 | 8 | 11F | 52 | 36 |
| Octal | 301 | 51 | 352 | 22 | 122 | 0 | 10 | 437 | 122 | 66 |
| Binary | 11000001 | 101001 | 11101010 | 10010 | 1010010 | 0 | 1000 | 100011111 | 1010010 | 110110 |
Color Harmonies of #C129EA
Complementary color
Monochromatic Colors of #C129EA
Black with #C129EA
Text Example
Text Example
White with #C129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129EA; }
p { color: rgb(193,41,234); }
H1.HeaderClassName
{
color: #C129EA;
}
.AnyTagClassName
{
color: #C129EA;
}
</style>
background-color css
<style>
a { background-color: #C129EA; }
a { background-color: rgb(193,41,234); }
div.DivClassName
{
background-color: #C129EA;
}
.BgClassName
{
background-color: #C129EA;
}
</style>
border-color css
<style>
span { border-color: #C129EA; }
span { border-color: rgb(193,41,234); }
td.TdClassName
{
border-color: #C129EA;
}
.TagClassName
{
border-color: #C129EA;
}
</style>