Shades of Electric Purple #C32FFD
Tints of Electric Purple #C32FFD
RGB
CMYK
RGB Variations
Color information
#C32FFD (or 0xC32FFD) is known color: Electric Purple. HEX triplet: C3, 2F and FD. RGB value is (195,47,253). Sum of RGB (Red+Green+Blue) = 195+47+253=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 47 (18.75% from 255 or 9.49% 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 #C32FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FFD is #3CD002. Grayscale: #727272. Windows color (decimal): -3985411 or 16592835. OLE color: 16592835.
HSL color Cylindrical-coordinate representation of color #C32FFD: hue angle of 283.11º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32FFD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 47 | 253 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.01 |
| HSL | 283.11º | 0.98% | 0.59% | - |
| HSV(B) | 283.11º | 0.81% | 0.99% | - |
| XYZ | 41.25 | 20.73 | 94.76 | - |
| YUV | 114.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 253 | 0.23 | 0.81 | 0 | 0.01 | 283.11 | 0.98 | 0.59 |
| Hex | C3 | 2F | FD | 17 | 51 | 0 | 1 | 11B | 62 | 3B |
| Octal | 303 | 57 | 375 | 27 | 121 | 0 | 1 | 433 | 142 | 73 |
| Binary | 11000011 | 101111 | 11111101 | 10111 | 1010001 | 0 | 1 | 100011011 | 1100010 | 111011 |
Color Harmonies of #C32FFD
Complementary color
Monochromatic Colors of #C32FFD
Black with #C32FFD
Text Example
Text Example
White with #C32FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FFD; }
p { color: rgb(195,47,253); }
H1.HeaderClassName
{
color: #C32FFD;
}
.AnyTagClassName
{
color: #C32FFD;
}
</style>
background-color css
<style>
a { background-color: #C32FFD; }
a { background-color: rgb(195,47,253); }
div.DivClassName
{
background-color: #C32FFD;
}
.BgClassName
{
background-color: #C32FFD;
}
</style>
border-color css
<style>
span { border-color: #C32FFD; }
span { border-color: rgb(195,47,253); }
td.TdClassName
{
border-color: #C32FFD;
}
.TagClassName
{
border-color: #C32FFD;
}
</style>