Shades of Electric Purple #C126E4
Tints of Electric Purple #C126E4
RGB
CMYK
RGB Variations
Color information
#C126E4 (or 0xC126E4) is known color: Electric Purple. HEX triplet: C1, 26 and E4. RGB value is (193,38,228). Sum of RGB (Red+Green+Blue) = 193+38+228=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #C126E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C126E4 is #3ED91B. Grayscale: #696969. Windows color (decimal): -4118812 or 14952129. OLE color: 14952129.
HSL color Cylindrical-coordinate representation of color #C126E4: hue angle of 288.95º 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 #C126E4 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 38 | 228 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.11 |
| HSL | 288.95º | 0.78% | 0.52% | - |
| HSV(B) | 288.95º | 0.83% | 0.89% | - |
| XYZ | 36.69 | 18.33 | 75 | - |
| YUV | 106.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 228 | 0.15 | 0.83 | 0 | 0.11 | 288.95 | 0.78 | 0.52 |
| Hex | C1 | 26 | E4 | F | 53 | 0 | B | 121 | 4E | 34 |
| Octal | 301 | 46 | 344 | 17 | 123 | 0 | 13 | 441 | 116 | 64 |
| Binary | 11000001 | 100110 | 11100100 | 1111 | 1010011 | 0 | 1011 | 100100001 | 1001110 | 110100 |
Color Harmonies of #C126E4
Complementary color
Monochromatic Colors of #C126E4
Black with #C126E4
Text Example
Text Example
White with #C126E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126E4; }
p { color: rgb(193,38,228); }
H1.HeaderClassName
{
color: #C126E4;
}
.AnyTagClassName
{
color: #C126E4;
}
</style>
background-color css
<style>
a { background-color: #C126E4; }
a { background-color: rgb(193,38,228); }
div.DivClassName
{
background-color: #C126E4;
}
.BgClassName
{
background-color: #C126E4;
}
</style>
border-color css
<style>
span { border-color: #C126E4; }
span { border-color: rgb(193,38,228); }
td.TdClassName
{
border-color: #C126E4;
}
.TagClassName
{
border-color: #C126E4;
}
</style>