Shades of Fuchsia #C43BAB
Tints of Fuchsia #C43BAB
RGB
CMYK
RGB Variations
Color information
#C43BAB (or 0xC43BAB) is known color: Fuchsia. HEX triplet: C4, 3B and AB. RGB value is (196,59,171). Sum of RGB (Red+Green+Blue) = 196+59+171=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43BAB is #3BC454. Grayscale: #707070. Windows color (decimal): -3916885 or 11221956. OLE color: 11221956.
HSL color Cylindrical-coordinate representation of color #C43BAB: hue angle of 310.95º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43BAB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 171 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.23 |
| HSL | 310.95º | 0.54% | 0.5% | - |
| HSV(B) | 310.95º | 0.7% | 0.77% | - |
| XYZ | 31.68 | 17.8 | 40.29 | - |
| YUV | 112.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 171 | 0 | 0.70 | 0.13 | 0.23 | 310.95 | 0.54 | 0.5 |
| Hex | C4 | 3B | AB | 0 | 46 | D | 17 | 137 | 36 | 32 |
| Octal | 304 | 73 | 253 | 0 | 106 | 15 | 27 | 467 | 66 | 62 |
| Binary | 11000100 | 111011 | 10101011 | 0 | 1000110 | 1101 | 10111 | 100110111 | 110110 | 110010 |
Color Harmonies of #C43BAB
Complementary color
Monochromatic Colors of #C43BAB
Black with #C43BAB
Text Example
Text Example
White with #C43BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BAB; }
p { color: rgb(196,59,171); }
H1.HeaderClassName
{
color: #C43BAB;
}
.AnyTagClassName
{
color: #C43BAB;
}
</style>
background-color css
<style>
a { background-color: #C43BAB; }
a { background-color: rgb(196,59,171); }
div.DivClassName
{
background-color: #C43BAB;
}
.BgClassName
{
background-color: #C43BAB;
}
</style>
border-color css
<style>
span { border-color: #C43BAB; }
span { border-color: rgb(196,59,171); }
td.TdClassName
{
border-color: #C43BAB;
}
.TagClassName
{
border-color: #C43BAB;
}
</style>