Shades of Electric Purple #C129F9
Tints of Electric Purple #C129F9
RGB
CMYK
RGB Variations
Color information
#C129F9 (or 0xC129F9) is known color: Electric Purple. HEX triplet: C1, 29 and F9. RGB value is (193,41,249). Sum of RGB (Red+Green+Blue) = 193+41+249=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #C129F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129F9 is #3ED606. Grayscale: #6D6D6D. Windows color (decimal): -4118023 or 16329153. OLE color: 16329153.
HSL color Cylindrical-coordinate representation of color #C129F9: hue angle of 283.85º 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 #C129F9 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 41 | 249 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.02 |
| HSL | 283.85º | 0.95% | 0.57% | - |
| HSV(B) | 283.85º | 0.84% | 0.98% | - |
| XYZ | 39.88 | 19.76 | 91.34 | - |
| YUV | 110.16 | 206.36 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 249 | 0.22 | 0.84 | 0 | 0.02 | 283.85 | 0.95 | 0.57 |
| Hex | C1 | 29 | F9 | 16 | 54 | 0 | 2 | 11C | 5F | 39 |
| Octal | 301 | 51 | 371 | 26 | 124 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000001 | 101001 | 11111001 | 10110 | 1010100 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C129F9
Complementary color
Monochromatic Colors of #C129F9
Black with #C129F9
Text Example
Text Example
White with #C129F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129F9; }
p { color: rgb(193,41,249); }
H1.HeaderClassName
{
color: #C129F9;
}
.AnyTagClassName
{
color: #C129F9;
}
</style>
background-color css
<style>
a { background-color: #C129F9; }
a { background-color: rgb(193,41,249); }
div.DivClassName
{
background-color: #C129F9;
}
.BgClassName
{
background-color: #C129F9;
}
</style>
border-color css
<style>
span { border-color: #C129F9; }
span { border-color: rgb(193,41,249); }
td.TdClassName
{
border-color: #C129F9;
}
.TagClassName
{
border-color: #C129F9;
}
</style>