Shades of Electric Purple #C126EA
Tints of Electric Purple #C126EA
RGB
CMYK
RGB Variations
Color information
#C126EA (or 0xC126EA) is known color: Electric Purple. HEX triplet: C1, 26 and EA. RGB value is (193,38,234). Sum of RGB (Red+Green+Blue) = 193+38+234=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C126EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126EA is #3ED915. Grayscale: #6A6A6A. Windows color (decimal): -4118806 or 15345345. OLE color: 15345345.
HSL color Cylindrical-coordinate representation of color #C126EA: hue angle of 287.45º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C126EA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 38 | 234 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.08 |
| HSL | 287.45º | 0.82% | 0.53% | - |
| HSV(B) | 287.45º | 0.84% | 0.92% | - |
| XYZ | 37.54 | 18.66 | 79.47 | - |
| YUV | 106.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 234 | 0.18 | 0.84 | 0 | 0.08 | 287.45 | 0.82 | 0.53 |
| Hex | C1 | 26 | EA | 12 | 54 | 0 | 8 | 11F | 52 | 35 |
| Octal | 301 | 46 | 352 | 22 | 124 | 0 | 10 | 437 | 122 | 65 |
| Binary | 11000001 | 100110 | 11101010 | 10010 | 1010100 | 0 | 1000 | 100011111 | 1010010 | 110101 |
Color Harmonies of #C126EA
Complementary color
Monochromatic Colors of #C126EA
Black with #C126EA
Text Example
Text Example
White with #C126EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126EA; }
p { color: rgb(193,38,234); }
H1.HeaderClassName
{
color: #C126EA;
}
.AnyTagClassName
{
color: #C126EA;
}
</style>
background-color css
<style>
a { background-color: #C126EA; }
a { background-color: rgb(193,38,234); }
div.DivClassName
{
background-color: #C126EA;
}
.BgClassName
{
background-color: #C126EA;
}
</style>
border-color css
<style>
span { border-color: #C126EA; }
span { border-color: rgb(193,38,234); }
td.TdClassName
{
border-color: #C126EA;
}
.TagClassName
{
border-color: #C126EA;
}
</style>