Shades of Electric Purple #C029FB
Tints of Electric Purple #C029FB
RGB
CMYK
RGB Variations
Color information
#C029FB (or 0xC029FB) is known color: Electric Purple. HEX triplet: C0, 29 and FB. RGB value is (192,41,251). Sum of RGB (Red+Green+Blue) = 192+41+251=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #C029FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029FB is #3FD604. Grayscale: #6D6D6D. Windows color (decimal): -4183557 or 16460224. OLE color: 16460224.
HSL color Cylindrical-coordinate representation of color #C029FB: hue angle of 283.14º 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 #C029FB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 41 | 251 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.02 |
| HSL | 283.14º | 0.96% | 0.57% | - |
| HSV(B) | 283.14º | 0.84% | 0.98% | - |
| XYZ | 39.94 | 19.76 | 92.98 | - |
| YUV | 110.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 251 | 0.24 | 0.84 | 0 | 0.02 | 283.14 | 0.96 | 0.57 |
| Hex | C0 | 29 | FB | 18 | 54 | 0 | 2 | 11B | 60 | 39 |
| Octal | 300 | 51 | 373 | 30 | 124 | 0 | 2 | 433 | 140 | 71 |
| Binary | 11000000 | 101001 | 11111011 | 11000 | 1010100 | 0 | 10 | 100011011 | 1100000 | 111001 |
Color Harmonies of #C029FB
Complementary color
Monochromatic Colors of #C029FB
Black with #C029FB
Text Example
Text Example
White with #C029FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029FB; }
p { color: rgb(192,41,251); }
H1.HeaderClassName
{
color: #C029FB;
}
.AnyTagClassName
{
color: #C029FB;
}
</style>
background-color css
<style>
a { background-color: #C029FB; }
a { background-color: rgb(192,41,251); }
div.DivClassName
{
background-color: #C029FB;
}
.BgClassName
{
background-color: #C029FB;
}
</style>
border-color css
<style>
span { border-color: #C029FB; }
span { border-color: rgb(192,41,251); }
td.TdClassName
{
border-color: #C029FB;
}
.TagClassName
{
border-color: #C029FB;
}
</style>