Shades of Electric Purple #C128E6
Tints of Electric Purple #C128E6
RGB
CMYK
RGB Variations
Color information
#C128E6 (or 0xC128E6) is known color: Electric Purple. HEX triplet: C1, 28 and E6. RGB value is (193,40,230). Sum of RGB (Red+Green+Blue) = 193+40+230=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #C128E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128E6 is #3ED719. Grayscale: #6A6A6A. Windows color (decimal): -4118298 or 15083713. OLE color: 15083713.
HSL color Cylindrical-coordinate representation of color #C128E6: hue angle of 288.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C128E6 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 40 | 230 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.10 |
| HSL | 288.32º | 0.79% | 0.53% | - |
| HSV(B) | 288.32º | 0.83% | 0.9% | - |
| XYZ | 37.03 | 18.57 | 76.5 | - |
| YUV | 107.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 230 | 0.16 | 0.83 | 0 | 0.10 | 288.32 | 0.79 | 0.53 |
| Hex | C1 | 28 | E6 | 10 | 53 | 0 | A | 120 | 4F | 35 |
| Octal | 301 | 50 | 346 | 20 | 123 | 0 | 12 | 440 | 117 | 65 |
| Binary | 11000001 | 101000 | 11100110 | 10000 | 1010011 | 0 | 1010 | 100100000 | 1001111 | 110101 |
Color Harmonies of #C128E6
Complementary color
Monochromatic Colors of #C128E6
Black with #C128E6
Text Example
Text Example
White with #C128E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128E6; }
p { color: rgb(193,40,230); }
H1.HeaderClassName
{
color: #C128E6;
}
.AnyTagClassName
{
color: #C128E6;
}
</style>
background-color css
<style>
a { background-color: #C128E6; }
a { background-color: rgb(193,40,230); }
div.DivClassName
{
background-color: #C128E6;
}
.BgClassName
{
background-color: #C128E6;
}
</style>
border-color css
<style>
span { border-color: #C128E6; }
span { border-color: rgb(193,40,230); }
td.TdClassName
{
border-color: #C128E6;
}
.TagClassName
{
border-color: #C128E6;
}
</style>