Shades of Electric Purple #C329FC
Tints of Electric Purple #C329FC
RGB
CMYK
RGB Variations
Color information
#C329FC (or 0xC329FC) is known color: Electric Purple. HEX triplet: C3, 29 and FC. RGB value is (195,41,252). Sum of RGB (Red+Green+Blue) = 195+41+252=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #C329FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329FC is #3CD603. Grayscale: #6E6E6E. Windows color (decimal): -3986948 or 16525763. OLE color: 16525763.
HSL color Cylindrical-coordinate representation of color #C329FC: hue angle of 283.79º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C329FC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 41 | 252 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.79º | 0.97% | 0.57% | - |
| HSV(B) | 283.79º | 0.84% | 0.99% | - |
| XYZ | 40.87 | 20.22 | 93.84 | - |
| YUV | 111.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 252 | 0.23 | 0.84 | 0 | 0.01 | 283.79 | 0.97 | 0.57 |
| Hex | C3 | 29 | FC | 17 | 54 | 0 | 1 | 11C | 61 | 39 |
| Octal | 303 | 51 | 374 | 27 | 124 | 0 | 1 | 434 | 141 | 71 |
| Binary | 11000011 | 101001 | 11111100 | 10111 | 1010100 | 0 | 1 | 100011100 | 1100001 | 111001 |
Color Harmonies of #C329FC
Complementary color
Monochromatic Colors of #C329FC
Black with #C329FC
Text Example
Text Example
White with #C329FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329FC; }
p { color: rgb(195,41,252); }
H1.HeaderClassName
{
color: #C329FC;
}
.AnyTagClassName
{
color: #C329FC;
}
</style>
background-color css
<style>
a { background-color: #C329FC; }
a { background-color: rgb(195,41,252); }
div.DivClassName
{
background-color: #C329FC;
}
.BgClassName
{
background-color: #C329FC;
}
</style>
border-color css
<style>
span { border-color: #C329FC; }
span { border-color: rgb(195,41,252); }
td.TdClassName
{
border-color: #C329FC;
}
.TagClassName
{
border-color: #C329FC;
}
</style>