Shades of Electric Purple #C127FA
Tints of Electric Purple #C127FA
RGB
CMYK
RGB Variations
Color information
#C127FA (or 0xC127FA) is known color: Electric Purple. HEX triplet: C1, 27 and FA. RGB value is (193,39,250). Sum of RGB (Red+Green+Blue) = 193+39+250=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C127FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127FA is #3ED805. Grayscale: #6C6C6C. Windows color (decimal): -4118534 or 16394177. OLE color: 16394177.
HSL color Cylindrical-coordinate representation of color #C127FA: hue angle of 283.79º 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 #C127FA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 39 | 250 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.79º | 0.95% | 0.57% | - |
| HSV(B) | 283.79º | 0.84% | 0.98% | - |
| XYZ | 39.97 | 19.69 | 92.14 | - |
| YUV | 109.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 250 | 0.23 | 0.84 | 0 | 0.02 | 283.79 | 0.95 | 0.57 |
| Hex | C1 | 27 | FA | 17 | 54 | 0 | 2 | 11C | 5F | 39 |
| Octal | 301 | 47 | 372 | 27 | 124 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000001 | 100111 | 11111010 | 10111 | 1010100 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C127FA
Complementary color
Monochromatic Colors of #C127FA
Black with #C127FA
Text Example
Text Example
White with #C127FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127FA; }
p { color: rgb(193,39,250); }
H1.HeaderClassName
{
color: #C127FA;
}
.AnyTagClassName
{
color: #C127FA;
}
</style>
background-color css
<style>
a { background-color: #C127FA; }
a { background-color: rgb(193,39,250); }
div.DivClassName
{
background-color: #C127FA;
}
.BgClassName
{
background-color: #C127FA;
}
</style>
border-color css
<style>
span { border-color: #C127FA; }
span { border-color: rgb(193,39,250); }
td.TdClassName
{
border-color: #C127FA;
}
.TagClassName
{
border-color: #C127FA;
}
</style>