Shades of Electric Purple #C829FB
Tints of Electric Purple #C829FB
RGB
CMYK
RGB Variations
Color information
#C829FB (or 0xC829FB) is known color: Electric Purple. HEX triplet: C8, 29 and FB. RGB value is (200,41,251). Sum of RGB (Red+Green+Blue) = 200+41+251=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C829FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C829FB is #37D604. Grayscale: #6F6F6F. Windows color (decimal): -3659269 or 16460232. OLE color: 16460232.
HSL color Cylindrical-coordinate representation of color #C829FB: hue angle of 285.43º 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 #C829FB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 41 | 251 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.02 |
| HSL | 285.43º | 0.96% | 0.57% | - |
| HSV(B) | 285.43º | 0.84% | 0.98% | - |
| XYZ | 42.02 | 20.83 | 93.07 | - |
| YUV | 112.48 | 206.18 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 251 | 0.20 | 0.84 | 0 | 0.02 | 285.43 | 0.96 | 0.57 |
| Hex | C8 | 29 | FB | 14 | 54 | 0 | 2 | 11D | 60 | 39 |
| Octal | 310 | 51 | 373 | 24 | 124 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11001000 | 101001 | 11111011 | 10100 | 1010100 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C829FB
Complementary color
Monochromatic Colors of #C829FB
Black with #C829FB
Text Example
Text Example
White with #C829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829FB; }
p { color: rgb(200,41,251); }
H1.HeaderClassName
{
color: #C829FB;
}
.AnyTagClassName
{
color: #C829FB;
}
</style>
background-color css
<style>
a { background-color: #C829FB; }
a { background-color: rgb(200,41,251); }
div.DivClassName
{
background-color: #C829FB;
}
.BgClassName
{
background-color: #C829FB;
}
</style>
border-color css
<style>
span { border-color: #C829FB; }
span { border-color: rgb(200,41,251); }
td.TdClassName
{
border-color: #C829FB;
}
.TagClassName
{
border-color: #C829FB;
}
</style>