Shades of Electric Purple #C32CFE
Tints of Electric Purple #C32CFE
RGB
CMYK
RGB Variations
Color information
#C32CFE (or 0xC32CFE) is known color: Electric Purple. HEX triplet: C3, 2C and FE. RGB value is (195,44,254). Sum of RGB (Red+Green+Blue) = 195+44+254=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #C32CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CFE is #3CD301. Grayscale: #707070. Windows color (decimal): -3986178 or 16657603. OLE color: 16657603.
HSL color Cylindrical-coordinate representation of color #C32CFE: hue angle of 283.14º 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 #C32CFE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 44 | 254 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.00 |
| HSL | 283.14º | 0.99% | 0.58% | - |
| HSV(B) | 283.14º | 0.83% | 1% | - |
| XYZ | 41.3 | 20.56 | 95.56 | - |
| YUV | 113.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 254 | 0.23 | 0.83 | 0 | 0.00 | 283.14 | 0.99 | 0.58 |
| Hex | C3 | 2C | FE | 17 | 53 | 0 | 0 | 11B | 63 | 3A |
| Octal | 303 | 54 | 376 | 27 | 123 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000011 | 101100 | 11111110 | 10111 | 1010011 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C32CFE
Complementary color
Monochromatic Colors of #C32CFE
Black with #C32CFE
Text Example
Text Example
White with #C32CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CFE; }
p { color: rgb(195,44,254); }
H1.HeaderClassName
{
color: #C32CFE;
}
.AnyTagClassName
{
color: #C32CFE;
}
</style>
background-color css
<style>
a { background-color: #C32CFE; }
a { background-color: rgb(195,44,254); }
div.DivClassName
{
background-color: #C32CFE;
}
.BgClassName
{
background-color: #C32CFE;
}
</style>
border-color css
<style>
span { border-color: #C32CFE; }
span { border-color: rgb(195,44,254); }
td.TdClassName
{
border-color: #C32CFE;
}
.TagClassName
{
border-color: #C32CFE;
}
</style>