Shades of Electric Purple #C529FB
Tints of Electric Purple #C529FB
RGB
CMYK
RGB Variations
Color information
#C529FB (or 0xC529FB) is known color: Electric Purple. HEX triplet: C5, 29 and FB. RGB value is (197,41,251). Sum of RGB (Red+Green+Blue) = 197+41+251=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C529FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529FB is #3AD604. Grayscale: #6E6E6E. Windows color (decimal): -3855877 or 16460229. OLE color: 16460229.
HSL color Cylindrical-coordinate representation of color #C529FB: hue angle of 284.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C529FB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 41 | 251 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.02 |
| HSL | 284.57º | 0.96% | 0.57% | - |
| HSV(B) | 284.57º | 0.84% | 0.98% | - |
| XYZ | 41.23 | 20.42 | 93.04 | - |
| YUV | 111.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 251 | 0.22 | 0.84 | 0 | 0.02 | 284.57 | 0.96 | 0.57 |
| Hex | C5 | 29 | FB | 16 | 54 | 0 | 2 | 11D | 60 | 39 |
| Octal | 305 | 51 | 373 | 26 | 124 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11000101 | 101001 | 11111011 | 10110 | 1010100 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C529FB
Complementary color
Monochromatic Colors of #C529FB
Black with #C529FB
Text Example
Text Example
White with #C529FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529FB; }
p { color: rgb(197,41,251); }
H1.HeaderClassName
{
color: #C529FB;
}
.AnyTagClassName
{
color: #C529FB;
}
</style>
background-color css
<style>
a { background-color: #C529FB; }
a { background-color: rgb(197,41,251); }
div.DivClassName
{
background-color: #C529FB;
}
.BgClassName
{
background-color: #C529FB;
}
</style>
border-color css
<style>
span { border-color: #C529FB; }
span { border-color: rgb(197,41,251); }
td.TdClassName
{
border-color: #C529FB;
}
.TagClassName
{
border-color: #C529FB;
}
</style>