Shades of Electric Purple #C128FA
Tints of Electric Purple #C128FA
RGB
CMYK
RGB Variations
Color information
#C128FA (or 0xC128FA) is known color: Electric Purple. HEX triplet: C1, 28 and FA. RGB value is (193,40,250). Sum of RGB (Red+Green+Blue) = 193+40+250=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #C128FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128FA is #3ED705. Grayscale: #6D6D6D. Windows color (decimal): -4118278 or 16394433. OLE color: 16394433.
HSL color Cylindrical-coordinate representation of color #C128FA: hue angle of 283.71º degrees, saturation: 0.95, 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 #C128FA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 40 | 250 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.71º | 0.95% | 0.57% | - |
| HSV(B) | 283.71º | 0.84% | 0.98% | - |
| XYZ | 40.01 | 19.76 | 92.15 | - |
| YUV | 109.69 | 207.19 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 250 | 0.23 | 0.84 | 0 | 0.02 | 283.71 | 0.95 | 0.57 |
| Hex | C1 | 28 | FA | 17 | 54 | 0 | 2 | 11C | 5F | 39 |
| Octal | 301 | 50 | 372 | 27 | 124 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000001 | 101000 | 11111010 | 10111 | 1010100 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C128FA
Complementary color
Monochromatic Colors of #C128FA
Black with #C128FA
Text Example
Text Example
White with #C128FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128FA; }
p { color: rgb(193,40,250); }
H1.HeaderClassName
{
color: #C128FA;
}
.AnyTagClassName
{
color: #C128FA;
}
</style>
background-color css
<style>
a { background-color: #C128FA; }
a { background-color: rgb(193,40,250); }
div.DivClassName
{
background-color: #C128FA;
}
.BgClassName
{
background-color: #C128FA;
}
</style>
border-color css
<style>
span { border-color: #C128FA; }
span { border-color: rgb(193,40,250); }
td.TdClassName
{
border-color: #C128FA;
}
.TagClassName
{
border-color: #C128FA;
}
</style>