Shades of Electric Purple #C129FA
Tints of Electric Purple #C129FA
RGB
CMYK
RGB Variations
Color information
#C129FA (or 0xC129FA) is known color: Electric Purple. HEX triplet: C1, 29 and FA. RGB value is (193,41,250). Sum of RGB (Red+Green+Blue) = 193+41+250=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C129FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129FA is #3ED605. Grayscale: #6D6D6D. Windows color (decimal): -4118022 or 16394689. OLE color: 16394689.
HSL color Cylindrical-coordinate representation of color #C129FA: hue angle of 283.64º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C129FA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 41 | 250 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.64º | 0.95% | 0.57% | - |
| HSV(B) | 283.64º | 0.84% | 0.98% | - |
| XYZ | 40.04 | 19.83 | 92.16 | - |
| YUV | 110.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 250 | 0.23 | 0.84 | 0 | 0.02 | 283.64 | 0.95 | 0.57 |
| Hex | C1 | 29 | FA | 17 | 54 | 0 | 2 | 11C | 5F | 39 |
| Octal | 301 | 51 | 372 | 27 | 124 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000001 | 101001 | 11111010 | 10111 | 1010100 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C129FA
Complementary color
Monochromatic Colors of #C129FA
Black with #C129FA
Text Example
Text Example
White with #C129FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129FA; }
p { color: rgb(193,41,250); }
H1.HeaderClassName
{
color: #C129FA;
}
.AnyTagClassName
{
color: #C129FA;
}
</style>
background-color css
<style>
a { background-color: #C129FA; }
a { background-color: rgb(193,41,250); }
div.DivClassName
{
background-color: #C129FA;
}
.BgClassName
{
background-color: #C129FA;
}
</style>
border-color css
<style>
span { border-color: #C129FA; }
span { border-color: rgb(193,41,250); }
td.TdClassName
{
border-color: #C129FA;
}
.TagClassName
{
border-color: #C129FA;
}
</style>