Shades of Electric Purple #C332FE
Tints of Electric Purple #C332FE
RGB
CMYK
RGB Variations
Color information
#C332FE (or 0xC332FE) is known color: Electric Purple. HEX triplet: C3, 32 and FE. RGB value is (195,50,254). Sum of RGB (Red+Green+Blue) = 195+50+254=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #C332FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332FE is #3CCD01. Grayscale: #737373. Windows color (decimal): -3984642 or 16659139. OLE color: 16659139.
HSL color Cylindrical-coordinate representation of color #C332FE: hue angle of 282.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C332FE is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 50 | 254 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.00 |
| HSL | 282.65º | 0.99% | 0.6% | - |
| HSV(B) | 282.65º | 0.8% | 1% | - |
| XYZ | 41.54 | 21.04 | 95.64 | - |
| YUV | 116.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 254 | 0.23 | 0.80 | 0 | 0.00 | 282.65 | 0.99 | 0.6 |
| Hex | C3 | 32 | FE | 17 | 50 | 0 | 0 | 11B | 63 | 3C |
| Octal | 303 | 62 | 376 | 27 | 120 | 0 | 0 | 433 | 143 | 74 |
| Binary | 11000011 | 110010 | 11111110 | 10111 | 1010000 | 0 | 0 | 100011011 | 1100011 | 111100 |
Color Harmonies of #C332FE
Complementary color
Monochromatic Colors of #C332FE
Black with #C332FE
Text Example
Text Example
White with #C332FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332FE; }
p { color: rgb(195,50,254); }
H1.HeaderClassName
{
color: #C332FE;
}
.AnyTagClassName
{
color: #C332FE;
}
</style>
background-color css
<style>
a { background-color: #C332FE; }
a { background-color: rgb(195,50,254); }
div.DivClassName
{
background-color: #C332FE;
}
.BgClassName
{
background-color: #C332FE;
}
</style>
border-color css
<style>
span { border-color: #C332FE; }
span { border-color: rgb(195,50,254); }
td.TdClassName
{
border-color: #C332FE;
}
.TagClassName
{
border-color: #C332FE;
}
</style>