Shades of Electric Purple #C429FD
Tints of Electric Purple #C429FD
RGB
CMYK
RGB Variations
Color information
#C429FD (or 0xC429FD) is known color: Electric Purple. HEX triplet: C4, 29 and FD. RGB value is (196,41,253). Sum of RGB (Red+Green+Blue) = 196+41+253=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #C429FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429FD is #3BD602. Grayscale: #6E6E6E. Windows color (decimal): -3921411 or 16591300. OLE color: 16591300.
HSL color Cylindrical-coordinate representation of color #C429FD: hue angle of 283.87º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C429FD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 41 | 253 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.87º | 0.98% | 0.58% | - |
| HSV(B) | 283.87º | 0.84% | 0.99% | - |
| XYZ | 41.29 | 20.41 | 94.69 | - |
| YUV | 111.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 253 | 0.23 | 0.84 | 0 | 0.01 | 283.87 | 0.98 | 0.58 |
| Hex | C4 | 29 | FD | 17 | 54 | 0 | 1 | 11C | 62 | 3A |
| Octal | 304 | 51 | 375 | 27 | 124 | 0 | 1 | 434 | 142 | 72 |
| Binary | 11000100 | 101001 | 11111101 | 10111 | 1010100 | 0 | 1 | 100011100 | 1100010 | 111010 |
Color Harmonies of #C429FD
Complementary color
Monochromatic Colors of #C429FD
Black with #C429FD
Text Example
Text Example
White with #C429FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429FD; }
p { color: rgb(196,41,253); }
H1.HeaderClassName
{
color: #C429FD;
}
.AnyTagClassName
{
color: #C429FD;
}
</style>
background-color css
<style>
a { background-color: #C429FD; }
a { background-color: rgb(196,41,253); }
div.DivClassName
{
background-color: #C429FD;
}
.BgClassName
{
background-color: #C429FD;
}
</style>
border-color css
<style>
span { border-color: #C429FD; }
span { border-color: rgb(196,41,253); }
td.TdClassName
{
border-color: #C429FD;
}
.TagClassName
{
border-color: #C429FD;
}
</style>