Shades of Electric Purple #C126FE
Tints of Electric Purple #C126FE
RGB
CMYK
RGB Variations
Color information
#C126FE (or 0xC126FE) is known color: Electric Purple. HEX triplet: C1, 26 and FE. RGB value is (193,38,254). Sum of RGB (Red+Green+Blue) = 193+38+254=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C126FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126FE is #3ED901. Grayscale: #6C6C6C. Windows color (decimal): -4118786 or 16656065. OLE color: 16656065.
HSL color Cylindrical-coordinate representation of color #C126FE: hue angle of 283.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C126FE is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 38 | 254 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.00 |
| HSL | 283.06º | 0.99% | 0.57% | - |
| HSV(B) | 283.06º | 0.85% | 1% | - |
| XYZ | 40.57 | 19.88 | 95.46 | - |
| YUV | 108.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 254 | 0.24 | 0.85 | 0 | 0.00 | 283.06 | 0.99 | 0.57 |
| Hex | C1 | 26 | FE | 18 | 55 | 0 | 0 | 11B | 63 | 39 |
| Octal | 301 | 46 | 376 | 30 | 125 | 0 | 0 | 433 | 143 | 71 |
| Binary | 11000001 | 100110 | 11111110 | 11000 | 1010101 | 0 | 0 | 100011011 | 1100011 | 111001 |
Color Harmonies of #C126FE
Complementary color
Monochromatic Colors of #C126FE
Black with #C126FE
Text Example
Text Example
White with #C126FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126FE; }
p { color: rgb(193,38,254); }
H1.HeaderClassName
{
color: #C126FE;
}
.AnyTagClassName
{
color: #C126FE;
}
</style>
background-color css
<style>
a { background-color: #C126FE; }
a { background-color: rgb(193,38,254); }
div.DivClassName
{
background-color: #C126FE;
}
.BgClassName
{
background-color: #C126FE;
}
</style>
border-color css
<style>
span { border-color: #C126FE; }
span { border-color: rgb(193,38,254); }
td.TdClassName
{
border-color: #C126FE;
}
.TagClassName
{
border-color: #C126FE;
}
</style>