Shades of Electric Purple #C929FB
Tints of Electric Purple #C929FB
RGB
CMYK
RGB Variations
Color information
#C929FB (or 0xC929FB) is known color: Electric Purple. HEX triplet: C9, 29 and FB. RGB value is (201,41,251). Sum of RGB (Red+Green+Blue) = 201+41+251=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C929FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929FB is #36D604. Grayscale: #707070. Windows color (decimal): -3593733 or 16460233. OLE color: 16460233.
HSL color Cylindrical-coordinate representation of color #C929FB: hue angle of 285.71º 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 #C929FB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 41 | 251 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.02 |
| HSL | 285.71º | 0.96% | 0.57% | - |
| HSV(B) | 285.71º | 0.84% | 0.98% | - |
| XYZ | 42.29 | 20.97 | 93.09 | - |
| YUV | 112.78 | 206.01 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 251 | 0.20 | 0.84 | 0 | 0.02 | 285.71 | 0.96 | 0.57 |
| Hex | C9 | 29 | FB | 14 | 54 | 0 | 2 | 11E | 60 | 39 |
| Octal | 311 | 51 | 373 | 24 | 124 | 0 | 2 | 436 | 140 | 71 |
| Binary | 11001001 | 101001 | 11111011 | 10100 | 1010100 | 0 | 10 | 100011110 | 1100000 | 111001 |
Color Harmonies of #C929FB
Complementary color
Monochromatic Colors of #C929FB
Black with #C929FB
Text Example
Text Example
White with #C929FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929FB; }
p { color: rgb(201,41,251); }
H1.HeaderClassName
{
color: #C929FB;
}
.AnyTagClassName
{
color: #C929FB;
}
</style>
background-color css
<style>
a { background-color: #C929FB; }
a { background-color: rgb(201,41,251); }
div.DivClassName
{
background-color: #C929FB;
}
.BgClassName
{
background-color: #C929FB;
}
</style>
border-color css
<style>
span { border-color: #C929FB; }
span { border-color: rgb(201,41,251); }
td.TdClassName
{
border-color: #C929FB;
}
.TagClassName
{
border-color: #C929FB;
}
</style>