Shades of Electric Purple #C32EFF
Tints of Electric Purple #C32EFF
RGB
CMYK
RGB Variations
Color information
#C32EFF (or 0xC32EFF) is known color: Electric Purple. HEX triplet: C3, 2E and FF. RGB value is (195,46,255). Sum of RGB (Red+Green+Blue) = 195+46+255=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C32EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EFF is #3CD100. Grayscale: #717171. Windows color (decimal): -3985665 or 16723651. OLE color: 16723651.
HSL color Cylindrical-coordinate representation of color #C32EFF: hue angle of 282.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32EFF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 46 | 255 | - |
| CMYK | 0.24 | 0.82 | 0 | 0 |
| HSL | 282.78º | 1% | 0.59% | - |
| HSV(B) | 282.78º | 0.82% | 1% | - |
| XYZ | 41.53 | 20.78 | 96.43 | - |
| YUV | 114.38 | 207.36 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 255 | 0.24 | 0.82 | 0 | 0 | 282.78 | 1 | 0.59 |
| Hex | C3 | 2E | FF | 18 | 52 | 0 | 0 | 11B | 64 | 3B |
| Octal | 303 | 56 | 377 | 30 | 122 | 0 | 0 | 433 | 144 | 73 |
| Binary | 11000011 | 101110 | 11111111 | 11000 | 1010010 | 0 | 0 | 100011011 | 1100100 | 111011 |
Color Harmonies of #C32EFF
Complementary color
Monochromatic Colors of #C32EFF
Black with #C32EFF
Text Example
Text Example
White with #C32EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EFF; }
p { color: rgb(195,46,255); }
H1.HeaderClassName
{
color: #C32EFF;
}
.AnyTagClassName
{
color: #C32EFF;
}
</style>
background-color css
<style>
a { background-color: #C32EFF; }
a { background-color: rgb(195,46,255); }
div.DivClassName
{
background-color: #C32EFF;
}
.BgClassName
{
background-color: #C32EFF;
}
</style>
border-color css
<style>
span { border-color: #C32EFF; }
span { border-color: rgb(195,46,255); }
td.TdClassName
{
border-color: #C32EFF;
}
.TagClassName
{
border-color: #C32EFF;
}
</style>