Shades of Electric Purple #C127E4
Tints of Electric Purple #C127E4
RGB
CMYK
RGB Variations
Color information
#C127E4 (or 0xC127E4) is known color: Electric Purple. HEX triplet: C1, 27 and E4. RGB value is (193,39,228). Sum of RGB (Red+Green+Blue) = 193+39+228=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #C127E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127E4 is #3ED81B. Grayscale: #696969. Windows color (decimal): -4118556 or 14952385. OLE color: 14952385.
HSL color Cylindrical-coordinate representation of color #C127E4: hue angle of 288.89º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C127E4 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 39 | 228 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.11 |
| HSL | 288.89º | 0.78% | 0.52% | - |
| HSV(B) | 288.89º | 0.83% | 0.89% | - |
| XYZ | 36.72 | 18.39 | 75.01 | - |
| YUV | 106.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 228 | 0.15 | 0.83 | 0 | 0.11 | 288.89 | 0.78 | 0.52 |
| Hex | C1 | 27 | E4 | F | 53 | 0 | B | 121 | 4E | 34 |
| Octal | 301 | 47 | 344 | 17 | 123 | 0 | 13 | 441 | 116 | 64 |
| Binary | 11000001 | 100111 | 11100100 | 1111 | 1010011 | 0 | 1011 | 100100001 | 1001110 | 110100 |
Color Harmonies of #C127E4
Complementary color
Monochromatic Colors of #C127E4
Black with #C127E4
Text Example
Text Example
White with #C127E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127E4; }
p { color: rgb(193,39,228); }
H1.HeaderClassName
{
color: #C127E4;
}
.AnyTagClassName
{
color: #C127E4;
}
</style>
background-color css
<style>
a { background-color: #C127E4; }
a { background-color: rgb(193,39,228); }
div.DivClassName
{
background-color: #C127E4;
}
.BgClassName
{
background-color: #C127E4;
}
</style>
border-color css
<style>
span { border-color: #C127E4; }
span { border-color: rgb(193,39,228); }
td.TdClassName
{
border-color: #C127E4;
}
.TagClassName
{
border-color: #C127E4;
}
</style>