Shades of Electric Purple #C32FFF
Tints of Electric Purple #C32FFF
RGB
CMYK
RGB Variations
Color information
#C32FFF (or 0xC32FFF) is known color: Electric Purple. HEX triplet: C3, 2F and FF. RGB value is (195,47,255). Sum of RGB (Red+Green+Blue) = 195+47+255=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C32FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FFF is #3CD000. Grayscale: #727272. Windows color (decimal): -3985409 or 16723907. OLE color: 16723907.
HSL color Cylindrical-coordinate representation of color #C32FFF: hue angle of 282.69º 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 #C32FFF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 47 | 255 | - |
| CMYK | 0.24 | 0.82 | 0 | 0 |
| HSL | 282.69º | 1% | 0.59% | - |
| HSV(B) | 282.69º | 0.82% | 1% | - |
| XYZ | 41.57 | 20.86 | 96.44 | - |
| YUV | 114.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 255 | 0.24 | 0.82 | 0 | 0 | 282.69 | 1 | 0.59 |
| Hex | C3 | 2F | FF | 18 | 52 | 0 | 0 | 11B | 64 | 3B |
| Octal | 303 | 57 | 377 | 30 | 122 | 0 | 0 | 433 | 144 | 73 |
| Binary | 11000011 | 101111 | 11111111 | 11000 | 1010010 | 0 | 0 | 100011011 | 1100100 | 111011 |
Color Harmonies of #C32FFF
Complementary color
Monochromatic Colors of #C32FFF
Black with #C32FFF
Text Example
Text Example
White with #C32FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FFF; }
p { color: rgb(195,47,255); }
H1.HeaderClassName
{
color: #C32FFF;
}
.AnyTagClassName
{
color: #C32FFF;
}
</style>
background-color css
<style>
a { background-color: #C32FFF; }
a { background-color: rgb(195,47,255); }
div.DivClassName
{
background-color: #C32FFF;
}
.BgClassName
{
background-color: #C32FFF;
}
</style>
border-color css
<style>
span { border-color: #C32FFF; }
span { border-color: rgb(195,47,255); }
td.TdClassName
{
border-color: #C32FFF;
}
.TagClassName
{
border-color: #C32FFF;
}
</style>