Shades of Electric Purple #C032FD
Tints of Electric Purple #C032FD
RGB
CMYK
RGB Variations
Color information
#C032FD (or 0xC032FD) is known color: Electric Purple. HEX triplet: C0, 32 and FD. RGB value is (192,50,253). Sum of RGB (Red+Green+Blue) = 192+50+253=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #C032FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032FD is #3FCD02. Grayscale: #727272. Windows color (decimal): -4181251 or 16593600. OLE color: 16593600.
HSL color Cylindrical-coordinate representation of color #C032FD: hue angle of 281.97º 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 #C032FD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 50 | 253 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.01 |
| HSL | 281.97º | 0.98% | 0.59% | - |
| HSV(B) | 281.97º | 0.8% | 0.99% | - |
| XYZ | 40.61 | 20.58 | 94.76 | - |
| YUV | 115.6 | 205.54 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 253 | 0.24 | 0.80 | 0 | 0.01 | 281.97 | 0.98 | 0.59 |
| Hex | C0 | 32 | FD | 18 | 50 | 0 | 1 | 11A | 62 | 3B |
| Octal | 300 | 62 | 375 | 30 | 120 | 0 | 1 | 432 | 142 | 73 |
| Binary | 11000000 | 110010 | 11111101 | 11000 | 1010000 | 0 | 1 | 100011010 | 1100010 | 111011 |
Color Harmonies of #C032FD
Complementary color
Monochromatic Colors of #C032FD
Black with #C032FD
Text Example
Text Example
White with #C032FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032FD; }
p { color: rgb(192,50,253); }
H1.HeaderClassName
{
color: #C032FD;
}
.AnyTagClassName
{
color: #C032FD;
}
</style>
background-color css
<style>
a { background-color: #C032FD; }
a { background-color: rgb(192,50,253); }
div.DivClassName
{
background-color: #C032FD;
}
.BgClassName
{
background-color: #C032FD;
}
</style>
border-color css
<style>
span { border-color: #C032FD; }
span { border-color: rgb(192,50,253); }
td.TdClassName
{
border-color: #C032FD;
}
.TagClassName
{
border-color: #C032FD;
}
</style>