Shades of Electric Purple #C128FE
Tints of Electric Purple #C128FE
RGB
CMYK
RGB Variations
Color information
#C128FE (or 0xC128FE) is known color: Electric Purple. HEX triplet: C1, 28 and FE. RGB value is (193,40,254). Sum of RGB (Red+Green+Blue) = 193+40+254=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C128FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128FE is #3ED701. Grayscale: #6D6D6D. Windows color (decimal): -4118274 or 16656577. OLE color: 16656577.
HSL color Cylindrical-coordinate representation of color #C128FE: hue angle of 282.9º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C128FE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 40 | 254 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.00 |
| HSL | 282.9º | 0.99% | 0.58% | - |
| HSV(B) | 282.9º | 0.84% | 1% | - |
| XYZ | 40.64 | 20.01 | 95.49 | - |
| YUV | 110.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 254 | 0.24 | 0.84 | 0 | 0.00 | 282.9 | 0.99 | 0.58 |
| Hex | C1 | 28 | FE | 18 | 54 | 0 | 0 | 11B | 63 | 3A |
| Octal | 301 | 50 | 376 | 30 | 124 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000001 | 101000 | 11111110 | 11000 | 1010100 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C128FE
Complementary color
Monochromatic Colors of #C128FE
Black with #C128FE
Text Example
Text Example
White with #C128FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128FE; }
p { color: rgb(193,40,254); }
H1.HeaderClassName
{
color: #C128FE;
}
.AnyTagClassName
{
color: #C128FE;
}
</style>
background-color css
<style>
a { background-color: #C128FE; }
a { background-color: rgb(193,40,254); }
div.DivClassName
{
background-color: #C128FE;
}
.BgClassName
{
background-color: #C128FE;
}
</style>
border-color css
<style>
span { border-color: #C128FE; }
span { border-color: rgb(193,40,254); }
td.TdClassName
{
border-color: #C128FE;
}
.TagClassName
{
border-color: #C128FE;
}
</style>