Shades of Electric Purple #C128FC
Tints of Electric Purple #C128FC
RGB
CMYK
RGB Variations
Color information
#C128FC (or 0xC128FC) is known color: Electric Purple. HEX triplet: C1, 28 and FC. RGB value is (193,40,252). Sum of RGB (Red+Green+Blue) = 193+40+252=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C128FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128FC is #3ED703. Grayscale: #6D6D6D. Windows color (decimal): -4118276 or 16525505. OLE color: 16525505.
HSL color Cylindrical-coordinate representation of color #C128FC: hue angle of 283.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C128FC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 40 | 252 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.3º | 0.97% | 0.57% | - |
| HSV(B) | 283.3º | 0.84% | 0.99% | - |
| XYZ | 40.32 | 19.88 | 93.81 | - |
| YUV | 109.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 252 | 0.23 | 0.84 | 0 | 0.01 | 283.3 | 0.97 | 0.57 |
| Hex | C1 | 28 | FC | 17 | 54 | 0 | 1 | 11B | 61 | 39 |
| Octal | 301 | 50 | 374 | 27 | 124 | 0 | 1 | 433 | 141 | 71 |
| Binary | 11000001 | 101000 | 11111100 | 10111 | 1010100 | 0 | 1 | 100011011 | 1100001 | 111001 |
Color Harmonies of #C128FC
Complementary color
Monochromatic Colors of #C128FC
Black with #C128FC
Text Example
Text Example
White with #C128FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128FC; }
p { color: rgb(193,40,252); }
H1.HeaderClassName
{
color: #C128FC;
}
.AnyTagClassName
{
color: #C128FC;
}
</style>
background-color css
<style>
a { background-color: #C128FC; }
a { background-color: rgb(193,40,252); }
div.DivClassName
{
background-color: #C128FC;
}
.BgClassName
{
background-color: #C128FC;
}
</style>
border-color css
<style>
span { border-color: #C128FC; }
span { border-color: rgb(193,40,252); }
td.TdClassName
{
border-color: #C128FC;
}
.TagClassName
{
border-color: #C128FC;
}
</style>