Shades of Electric Purple #C32BFE
Tints of Electric Purple #C32BFE
RGB
CMYK
RGB Variations
Color information
#C32BFE (or 0xC32BFE) is known color: Electric Purple. HEX triplet: C3, 2B and FE. RGB value is (195,43,254). Sum of RGB (Red+Green+Blue) = 195+43+254=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C32BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BFE is #3CD401. Grayscale: #6F6F6F. Windows color (decimal): -3986434 or 16657347. OLE color: 16657347.
HSL color Cylindrical-coordinate representation of color #C32BFE: hue angle of 283.22º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32BFE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 43 | 254 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.00 |
| HSL | 283.22º | 0.99% | 0.58% | - |
| HSV(B) | 283.22º | 0.83% | 1% | - |
| XYZ | 41.26 | 20.49 | 95.55 | - |
| YUV | 112.5 | 207.86 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 254 | 0.23 | 0.83 | 0 | 0.00 | 283.22 | 0.99 | 0.58 |
| Hex | C3 | 2B | FE | 17 | 53 | 0 | 0 | 11B | 63 | 3A |
| Octal | 303 | 53 | 376 | 27 | 123 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000011 | 101011 | 11111110 | 10111 | 1010011 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C32BFE
Complementary color
Monochromatic Colors of #C32BFE
Black with #C32BFE
Text Example
Text Example
White with #C32BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BFE; }
p { color: rgb(195,43,254); }
H1.HeaderClassName
{
color: #C32BFE;
}
.AnyTagClassName
{
color: #C32BFE;
}
</style>
background-color css
<style>
a { background-color: #C32BFE; }
a { background-color: rgb(195,43,254); }
div.DivClassName
{
background-color: #C32BFE;
}
.BgClassName
{
background-color: #C32BFE;
}
</style>
border-color css
<style>
span { border-color: #C32BFE; }
span { border-color: rgb(195,43,254); }
td.TdClassName
{
border-color: #C32BFE;
}
.TagClassName
{
border-color: #C32BFE;
}
</style>