Shades of Fuchsia #C43AAB
Tints of Fuchsia #C43AAB
RGB
CMYK
RGB Variations
Color information
#C43AAB (or 0xC43AAB) is known color: Fuchsia. HEX triplet: C4, 3A and AB. RGB value is (196,58,171). Sum of RGB (Red+Green+Blue) = 196+58+171=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AAB is #3BC554. Grayscale: #6F6F6F. Windows color (decimal): -3917141 or 11221700. OLE color: 11221700.
HSL color Cylindrical-coordinate representation of color #C43AAB: hue angle of 310.87º 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 #C43AAB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 171 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.23 |
| HSL | 310.87º | 0.54% | 0.5% | - |
| HSV(B) | 310.87º | 0.7% | 0.77% | - |
| XYZ | 31.63 | 17.7 | 40.28 | - |
| YUV | 112.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 171 | 0 | 0.70 | 0.13 | 0.23 | 310.87 | 0.54 | 0.5 |
| Hex | C4 | 3A | AB | 0 | 46 | D | 17 | 137 | 36 | 32 |
| Octal | 304 | 72 | 253 | 0 | 106 | 15 | 27 | 467 | 66 | 62 |
| Binary | 11000100 | 111010 | 10101011 | 0 | 1000110 | 1101 | 10111 | 100110111 | 110110 | 110010 |
Color Harmonies of #C43AAB
Complementary color
Monochromatic Colors of #C43AAB
Black with #C43AAB
Text Example
Text Example
White with #C43AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AAB; }
p { color: rgb(196,58,171); }
H1.HeaderClassName
{
color: #C43AAB;
}
.AnyTagClassName
{
color: #C43AAB;
}
</style>
background-color css
<style>
a { background-color: #C43AAB; }
a { background-color: rgb(196,58,171); }
div.DivClassName
{
background-color: #C43AAB;
}
.BgClassName
{
background-color: #C43AAB;
}
</style>
border-color css
<style>
span { border-color: #C43AAB; }
span { border-color: rgb(196,58,171); }
td.TdClassName
{
border-color: #C43AAB;
}
.TagClassName
{
border-color: #C43AAB;
}
</style>