Shades of Electric Purple #C32FFB
Tints of Electric Purple #C32FFB
RGB
CMYK
RGB Variations
Color information
#C32FFB (or 0xC32FFB) is known color: Electric Purple. HEX triplet: C3, 2F and FB. RGB value is (195,47,251). Sum of RGB (Red+Green+Blue) = 195+47+251=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C32FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FFB is #3CD004. Grayscale: #717171. Windows color (decimal): -3985413 or 16461763. OLE color: 16461763.
HSL color Cylindrical-coordinate representation of color #C32FFB: hue angle of 283.53º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32FFB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 47 | 251 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.02 |
| HSL | 283.53º | 0.96% | 0.58% | - |
| HSV(B) | 283.53º | 0.81% | 0.98% | - |
| XYZ | 40.93 | 20.6 | 93.09 | - |
| YUV | 114.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 251 | 0.22 | 0.81 | 0 | 0.02 | 283.53 | 0.96 | 0.58 |
| Hex | C3 | 2F | FB | 16 | 51 | 0 | 2 | 11C | 60 | 3A |
| Octal | 303 | 57 | 373 | 26 | 121 | 0 | 2 | 434 | 140 | 72 |
| Binary | 11000011 | 101111 | 11111011 | 10110 | 1010001 | 0 | 10 | 100011100 | 1100000 | 111010 |
Color Harmonies of #C32FFB
Complementary color
Monochromatic Colors of #C32FFB
Black with #C32FFB
Text Example
Text Example
White with #C32FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FFB; }
p { color: rgb(195,47,251); }
H1.HeaderClassName
{
color: #C32FFB;
}
.AnyTagClassName
{
color: #C32FFB;
}
</style>
background-color css
<style>
a { background-color: #C32FFB; }
a { background-color: rgb(195,47,251); }
div.DivClassName
{
background-color: #C32FFB;
}
.BgClassName
{
background-color: #C32FFB;
}
</style>
border-color css
<style>
span { border-color: #C32FFB; }
span { border-color: rgb(195,47,251); }
td.TdClassName
{
border-color: #C32FFB;
}
.TagClassName
{
border-color: #C32FFB;
}
</style>