Shades of Electric Purple #C128FB
Tints of Electric Purple #C128FB
RGB
CMYK
RGB Variations
Color information
#C128FB (or 0xC128FB) is known color: Electric Purple. HEX triplet: C1, 28 and FB. RGB value is (193,40,251). Sum of RGB (Red+Green+Blue) = 193+40+251=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #C128FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128FB is #3ED704. Grayscale: #6D6D6D. Windows color (decimal): -4118277 or 16459969. OLE color: 16459969.
HSL color Cylindrical-coordinate representation of color #C128FB: hue angle of 283.51º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C128FB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 40 | 251 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.51º | 0.96% | 0.57% | - |
| HSV(B) | 283.51º | 0.84% | 0.98% | - |
| XYZ | 40.16 | 19.82 | 92.98 | - |
| YUV | 109.8 | 207.69 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 251 | 0.23 | 0.84 | 0 | 0.02 | 283.51 | 0.96 | 0.57 |
| Hex | C1 | 28 | FB | 17 | 54 | 0 | 2 | 11C | 60 | 39 |
| Octal | 301 | 50 | 373 | 27 | 124 | 0 | 2 | 434 | 140 | 71 |
| Binary | 11000001 | 101000 | 11111011 | 10111 | 1010100 | 0 | 10 | 100011100 | 1100000 | 111001 |
Color Harmonies of #C128FB
Complementary color
Monochromatic Colors of #C128FB
Black with #C128FB
Text Example
Text Example
White with #C128FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128FB; }
p { color: rgb(193,40,251); }
H1.HeaderClassName
{
color: #C128FB;
}
.AnyTagClassName
{
color: #C128FB;
}
</style>
background-color css
<style>
a { background-color: #C128FB; }
a { background-color: rgb(193,40,251); }
div.DivClassName
{
background-color: #C128FB;
}
.BgClassName
{
background-color: #C128FB;
}
</style>
border-color css
<style>
span { border-color: #C128FB; }
span { border-color: rgb(193,40,251); }
td.TdClassName
{
border-color: #C128FB;
}
.TagClassName
{
border-color: #C128FB;
}
</style>