Shades of Fuchsia #C429BC
Tints of Fuchsia #C429BC
RGB
CMYK
RGB Variations
Color information
#C429BC (or 0xC429BC) is known color: Fuchsia. HEX triplet: C4, 29 and BC. RGB value is (196,41,188). Sum of RGB (Red+Green+Blue) = 196+41+188=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C429BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429BC is #3BD643. Grayscale: #676767. Windows color (decimal): -3921476 or 12331460. OLE color: 12331460.
HSL color Cylindrical-coordinate representation of color #C429BC: hue angle of 303.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429BC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 188 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.23 |
| HSL | 303.1º | 0.65% | 0.46% | - |
| HSV(B) | 303.1º | 0.79% | 0.77% | - |
| XYZ | 32.63 | 16.95 | 49.13 | - |
| YUV | 104.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 188 | 0 | 0.79 | 0.04 | 0.23 | 303.1 | 0.65 | 0.46 |
| Hex | C4 | 29 | BC | 0 | 4F | 4 | 17 | 12F | 41 | 2E |
| Octal | 304 | 51 | 274 | 0 | 117 | 4 | 27 | 457 | 101 | 56 |
| Binary | 11000100 | 101001 | 10111100 | 0 | 1001111 | 100 | 10111 | 100101111 | 1000001 | 101110 |
Color Harmonies of #C429BC
Complementary color
Monochromatic Colors of #C429BC
Black with #C429BC
Text Example
Text Example
White with #C429BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429BC; }
p { color: rgb(196,41,188); }
H1.HeaderClassName
{
color: #C429BC;
}
.AnyTagClassName
{
color: #C429BC;
}
</style>
background-color css
<style>
a { background-color: #C429BC; }
a { background-color: rgb(196,41,188); }
div.DivClassName
{
background-color: #C429BC;
}
.BgClassName
{
background-color: #C429BC;
}
</style>
border-color css
<style>
span { border-color: #C429BC; }
span { border-color: rgb(196,41,188); }
td.TdClassName
{
border-color: #C429BC;
}
.TagClassName
{
border-color: #C429BC;
}
</style>