Shades of Electric Purple #C126EC
Tints of Electric Purple #C126EC
RGB
CMYK
RGB Variations
Color information
#C126EC (or 0xC126EC) is known color: Electric Purple. HEX triplet: C1, 26 and EC. RGB value is (193,38,236). Sum of RGB (Red+Green+Blue) = 193+38+236=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C126EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126EC is #3ED913. Grayscale: #6A6A6A. Windows color (decimal): -4118804 or 15476417. OLE color: 15476417.
HSL color Cylindrical-coordinate representation of color #C126EC: hue angle of 286.97º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C126EC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 38 | 236 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 286.97º | 0.84% | 0.54% | - |
| HSV(B) | 286.97º | 0.84% | 0.93% | - |
| XYZ | 37.83 | 18.78 | 80.99 | - |
| YUV | 106.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 236 | 0.18 | 0.84 | 0 | 0.07 | 286.97 | 0.84 | 0.54 |
| Hex | C1 | 26 | EC | 12 | 54 | 0 | 7 | 11F | 54 | 36 |
| Octal | 301 | 46 | 354 | 22 | 124 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000001 | 100110 | 11101100 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C126EC
Complementary color
Monochromatic Colors of #C126EC
Black with #C126EC
Text Example
Text Example
White with #C126EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126EC; }
p { color: rgb(193,38,236); }
H1.HeaderClassName
{
color: #C126EC;
}
.AnyTagClassName
{
color: #C126EC;
}
</style>
background-color css
<style>
a { background-color: #C126EC; }
a { background-color: rgb(193,38,236); }
div.DivClassName
{
background-color: #C126EC;
}
.BgClassName
{
background-color: #C126EC;
}
</style>
border-color css
<style>
span { border-color: #C126EC; }
span { border-color: rgb(193,38,236); }
td.TdClassName
{
border-color: #C126EC;
}
.TagClassName
{
border-color: #C126EC;
}
</style>