Shades of Fuchsia #C44CAB
Tints of Fuchsia #C44CAB
RGB
CMYK
RGB Variations
Color information
#C44CAB (or 0xC44CAB) is known color: Fuchsia. HEX triplet: C4, 4C and AB. RGB value is (196,76,171). Sum of RGB (Red+Green+Blue) = 196+76+171=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CAB is #3BB354. Grayscale: #7A7A7A. Windows color (decimal): -3912533 or 11226308. OLE color: 11226308.
HSL color Cylindrical-coordinate representation of color #C44CAB: hue angle of 312.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CAB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 171 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.23 |
| HSL | 312.5º | 0.5% | 0.53% | - |
| HSV(B) | 312.5º | 0.61% | 0.77% | - |
| XYZ | 32.7 | 19.84 | 40.64 | - |
| YUV | 122.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 171 | 0 | 0.61 | 0.13 | 0.23 | 312.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | AB | 0 | 3D | D | 17 | 138 | 32 | 35 |
| Octal | 304 | 114 | 253 | 0 | 75 | 15 | 27 | 470 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10101011 | 0 | 111101 | 1101 | 10111 | 100111000 | 110010 | 110101 |
Color Harmonies of #C44CAB
Complementary color
Monochromatic Colors of #C44CAB
Black with #C44CAB
Text Example
Text Example
White with #C44CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CAB; }
p { color: rgb(196,76,171); }
H1.HeaderClassName
{
color: #C44CAB;
}
.AnyTagClassName
{
color: #C44CAB;
}
</style>
background-color css
<style>
a { background-color: #C44CAB; }
a { background-color: rgb(196,76,171); }
div.DivClassName
{
background-color: #C44CAB;
}
.BgClassName
{
background-color: #C44CAB;
}
</style>
border-color css
<style>
span { border-color: #C44CAB; }
span { border-color: rgb(196,76,171); }
td.TdClassName
{
border-color: #C44CAB;
}
.TagClassName
{
border-color: #C44CAB;
}
</style>