Shades of Electric Purple #C128E4
Tints of Electric Purple #C128E4
RGB
CMYK
RGB Variations
Color information
#C128E4 (or 0xC128E4) is known color: Electric Purple. HEX triplet: C1, 28 and E4. RGB value is (193,40,228). Sum of RGB (Red+Green+Blue) = 193+40+228=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #C128E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128E4 is #3ED71B. Grayscale: #6A6A6A. Windows color (decimal): -4118300 or 14952641. OLE color: 14952641.
HSL color Cylindrical-coordinate representation of color #C128E4: hue angle of 288.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C128E4 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 40 | 228 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.11 |
| HSL | 288.83º | 0.78% | 0.53% | - |
| HSV(B) | 288.83º | 0.82% | 0.89% | - |
| XYZ | 36.75 | 18.46 | 75.02 | - |
| YUV | 107.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 228 | 0.15 | 0.82 | 0 | 0.11 | 288.83 | 0.78 | 0.53 |
| Hex | C1 | 28 | E4 | F | 52 | 0 | B | 121 | 4E | 35 |
| Octal | 301 | 50 | 344 | 17 | 122 | 0 | 13 | 441 | 116 | 65 |
| Binary | 11000001 | 101000 | 11100100 | 1111 | 1010010 | 0 | 1011 | 100100001 | 1001110 | 110101 |
Color Harmonies of #C128E4
Complementary color
Monochromatic Colors of #C128E4
Black with #C128E4
Text Example
Text Example
White with #C128E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128E4; }
p { color: rgb(193,40,228); }
H1.HeaderClassName
{
color: #C128E4;
}
.AnyTagClassName
{
color: #C128E4;
}
</style>
background-color css
<style>
a { background-color: #C128E4; }
a { background-color: rgb(193,40,228); }
div.DivClassName
{
background-color: #C128E4;
}
.BgClassName
{
background-color: #C128E4;
}
</style>
border-color css
<style>
span { border-color: #C128E4; }
span { border-color: rgb(193,40,228); }
td.TdClassName
{
border-color: #C128E4;
}
.TagClassName
{
border-color: #C128E4;
}
</style>