Shades of Electric Purple #C332FC
Tints of Electric Purple #C332FC
RGB
CMYK
RGB Variations
Color information
#C332FC (or 0xC332FC) is known color: Electric Purple. HEX triplet: C3, 32 and FC. RGB value is (195,50,252). Sum of RGB (Red+Green+Blue) = 195+50+252=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #C332FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332FC is #3CCD03. Grayscale: #737373. Windows color (decimal): -3984644 or 16528067. OLE color: 16528067.
HSL color Cylindrical-coordinate representation of color #C332FC: hue angle of 283.07º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C332FC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 50 | 252 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.01 |
| HSL | 283.07º | 0.97% | 0.59% | - |
| HSV(B) | 283.07º | 0.8% | 0.99% | - |
| XYZ | 41.22 | 20.91 | 93.96 | - |
| YUV | 116.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 252 | 0.23 | 0.80 | 0 | 0.01 | 283.07 | 0.97 | 0.59 |
| Hex | C3 | 32 | FC | 17 | 50 | 0 | 1 | 11B | 61 | 3B |
| Octal | 303 | 62 | 374 | 27 | 120 | 0 | 1 | 433 | 141 | 73 |
| Binary | 11000011 | 110010 | 11111100 | 10111 | 1010000 | 0 | 1 | 100011011 | 1100001 | 111011 |
Color Harmonies of #C332FC
Complementary color
Monochromatic Colors of #C332FC
Black with #C332FC
Text Example
Text Example
White with #C332FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332FC; }
p { color: rgb(195,50,252); }
H1.HeaderClassName
{
color: #C332FC;
}
.AnyTagClassName
{
color: #C332FC;
}
</style>
background-color css
<style>
a { background-color: #C332FC; }
a { background-color: rgb(195,50,252); }
div.DivClassName
{
background-color: #C332FC;
}
.BgClassName
{
background-color: #C332FC;
}
</style>
border-color css
<style>
span { border-color: #C332FC; }
span { border-color: rgb(195,50,252); }
td.TdClassName
{
border-color: #C332FC;
}
.TagClassName
{
border-color: #C332FC;
}
</style>