Shades of Electric Purple #C132FA
Tints of Electric Purple #C132FA
RGB
CMYK
RGB Variations
Color information
#C132FA (or 0xC132FA) is known color: Electric Purple. HEX triplet: C1, 32 and FA. RGB value is (193,50,250). Sum of RGB (Red+Green+Blue) = 193+50+250=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #C132FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132FA is #3ECD05. Grayscale: #727272. Windows color (decimal): -4115718 or 16396993. OLE color: 16396993.
HSL color Cylindrical-coordinate representation of color #C132FA: hue angle of 282.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C132FA is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 50 | 250 | - |
| CMYK | 0.23 | 0.8 | 0 | 0.02 |
| HSL | 282.9º | 0.95% | 0.59% | - |
| HSV(B) | 282.9º | 0.8% | 0.98% | - |
| XYZ | 40.39 | 20.52 | 92.27 | - |
| YUV | 115.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 250 | 0.23 | 0.8 | 0 | 0.02 | 282.9 | 0.95 | 0.59 |
| Hex | C1 | 32 | FA | 17 | 50 | 0 | 2 | 11B | 5F | 3B |
| Octal | 301 | 62 | 372 | 27 | 120 | 0 | 2 | 433 | 137 | 73 |
| Binary | 11000001 | 110010 | 11111010 | 10111 | 1010000 | 0 | 10 | 100011011 | 1011111 | 111011 |
Color Harmonies of #C132FA
Complementary color
Monochromatic Colors of #C132FA
Black with #C132FA
Text Example
Text Example
White with #C132FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132FA; }
p { color: rgb(193,50,250); }
H1.HeaderClassName
{
color: #C132FA;
}
.AnyTagClassName
{
color: #C132FA;
}
</style>
background-color css
<style>
a { background-color: #C132FA; }
a { background-color: rgb(193,50,250); }
div.DivClassName
{
background-color: #C132FA;
}
.BgClassName
{
background-color: #C132FA;
}
</style>
border-color css
<style>
span { border-color: #C132FA; }
span { border-color: rgb(193,50,250); }
td.TdClassName
{
border-color: #C132FA;
}
.TagClassName
{
border-color: #C132FA;
}
</style>