Shades of Electric Purple #C128EA
Tints of Electric Purple #C128EA
RGB
CMYK
RGB Variations
Color information
#C128EA (or 0xC128EA) is known color: Electric Purple. HEX triplet: C1, 28 and EA. RGB value is (193,40,234). Sum of RGB (Red+Green+Blue) = 193+40+234=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #C128EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128EA is #3ED715. Grayscale: #6B6B6B. Windows color (decimal): -4118294 or 15345857. OLE color: 15345857.
HSL color Cylindrical-coordinate representation of color #C128EA: hue angle of 287.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C128EA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 40 | 234 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.08 |
| HSL | 287.32º | 0.82% | 0.54% | - |
| HSV(B) | 287.32º | 0.83% | 0.92% | - |
| XYZ | 37.6 | 18.8 | 79.49 | - |
| YUV | 107.86 | 199.19 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 234 | 0.18 | 0.83 | 0 | 0.08 | 287.32 | 0.82 | 0.54 |
| Hex | C1 | 28 | EA | 12 | 53 | 0 | 8 | 11F | 52 | 36 |
| Octal | 301 | 50 | 352 | 22 | 123 | 0 | 10 | 437 | 122 | 66 |
| Binary | 11000001 | 101000 | 11101010 | 10010 | 1010011 | 0 | 1000 | 100011111 | 1010010 | 110110 |
Color Harmonies of #C128EA
Complementary color
Monochromatic Colors of #C128EA
Black with #C128EA
Text Example
Text Example
White with #C128EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128EA; }
p { color: rgb(193,40,234); }
H1.HeaderClassName
{
color: #C128EA;
}
.AnyTagClassName
{
color: #C128EA;
}
</style>
background-color css
<style>
a { background-color: #C128EA; }
a { background-color: rgb(193,40,234); }
div.DivClassName
{
background-color: #C128EA;
}
.BgClassName
{
background-color: #C128EA;
}
</style>
border-color css
<style>
span { border-color: #C128EA; }
span { border-color: rgb(193,40,234); }
td.TdClassName
{
border-color: #C128EA;
}
.TagClassName
{
border-color: #C128EA;
}
</style>