Shades of Fuchsia #C43CAB
Tints of Fuchsia #C43CAB
RGB
CMYK
RGB Variations
Color information
#C43CAB (or 0xC43CAB) is known color: Fuchsia. HEX triplet: C4, 3C and AB. RGB value is (196,60,171). Sum of RGB (Red+Green+Blue) = 196+60+171=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CAB is #3BC354. Grayscale: #717171. Windows color (decimal): -3916629 or 11222212. OLE color: 11222212.
HSL color Cylindrical-coordinate representation of color #C43CAB: hue angle of 311.03º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43CAB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 171 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.23 |
| HSL | 311.03º | 0.54% | 0.5% | - |
| HSV(B) | 311.03º | 0.69% | 0.77% | - |
| XYZ | 31.73 | 17.91 | 40.31 | - |
| YUV | 113.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 171 | 0 | 0.69 | 0.13 | 0.23 | 311.03 | 0.54 | 0.5 |
| Hex | C4 | 3C | AB | 0 | 45 | D | 17 | 137 | 36 | 32 |
| Octal | 304 | 74 | 253 | 0 | 105 | 15 | 27 | 467 | 66 | 62 |
| Binary | 11000100 | 111100 | 10101011 | 0 | 1000101 | 1101 | 10111 | 100110111 | 110110 | 110010 |
Color Harmonies of #C43CAB
Complementary color
Monochromatic Colors of #C43CAB
Black with #C43CAB
Text Example
Text Example
White with #C43CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CAB; }
p { color: rgb(196,60,171); }
H1.HeaderClassName
{
color: #C43CAB;
}
.AnyTagClassName
{
color: #C43CAB;
}
</style>
background-color css
<style>
a { background-color: #C43CAB; }
a { background-color: rgb(196,60,171); }
div.DivClassName
{
background-color: #C43CAB;
}
.BgClassName
{
background-color: #C43CAB;
}
</style>
border-color css
<style>
span { border-color: #C43CAB; }
span { border-color: rgb(196,60,171); }
td.TdClassName
{
border-color: #C43CAB;
}
.TagClassName
{
border-color: #C43CAB;
}
</style>