Shades of Electric Purple #C132FD
Tints of Electric Purple #C132FD
RGB
CMYK
RGB Variations
Color information
#C132FD (or 0xC132FD) is known color: Electric Purple. HEX triplet: C1, 32 and FD. RGB value is (193,50,253). Sum of RGB (Red+Green+Blue) = 193+50+253=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C132FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132FD is #3ECD02. Grayscale: #737373. Windows color (decimal): -4115715 or 16593601. OLE color: 16593601.
HSL color Cylindrical-coordinate representation of color #C132FD: hue angle of 282.27º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C132FD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 50 | 253 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.01 |
| HSL | 282.27º | 0.98% | 0.59% | - |
| HSV(B) | 282.27º | 0.8% | 0.99% | - |
| XYZ | 40.86 | 20.71 | 94.77 | - |
| YUV | 115.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 253 | 0.24 | 0.80 | 0 | 0.01 | 282.27 | 0.98 | 0.59 |
| Hex | C1 | 32 | FD | 18 | 50 | 0 | 1 | 11A | 62 | 3B |
| Octal | 301 | 62 | 375 | 30 | 120 | 0 | 1 | 432 | 142 | 73 |
| Binary | 11000001 | 110010 | 11111101 | 11000 | 1010000 | 0 | 1 | 100011010 | 1100010 | 111011 |
Color Harmonies of #C132FD
Complementary color
Monochromatic Colors of #C132FD
Black with #C132FD
Text Example
Text Example
White with #C132FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132FD; }
p { color: rgb(193,50,253); }
H1.HeaderClassName
{
color: #C132FD;
}
.AnyTagClassName
{
color: #C132FD;
}
</style>
background-color css
<style>
a { background-color: #C132FD; }
a { background-color: rgb(193,50,253); }
div.DivClassName
{
background-color: #C132FD;
}
.BgClassName
{
background-color: #C132FD;
}
</style>
border-color css
<style>
span { border-color: #C132FD; }
span { border-color: rgb(193,50,253); }
td.TdClassName
{
border-color: #C132FD;
}
.TagClassName
{
border-color: #C132FD;
}
</style>