Shades of Fuchsia #C556AB
Tints of Fuchsia #C556AB
RGB
CMYK
RGB Variations
Color information
#C556AB (or 0xC556AB) is known color: Fuchsia. HEX triplet: C5, 56 and AB. RGB value is (197,86,171). Sum of RGB (Red+Green+Blue) = 197+86+171=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C556AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C556AB is #3AA954. Grayscale: #808080. Windows color (decimal): -3844437 or 11228869. OLE color: 11228869.
HSL color Cylindrical-coordinate representation of color #C556AB: hue angle of 314.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C556AB is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 171 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.23 |
| HSL | 314.05º | 0.49% | 0.55% | - |
| HSV(B) | 314.05º | 0.56% | 0.77% | - |
| XYZ | 33.7 | 21.47 | 40.9 | - |
| YUV | 128.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 171 | 0 | 0.56 | 0.13 | 0.23 | 314.05 | 0.49 | 0.55 |
| Hex | C5 | 56 | AB | 0 | 38 | D | 17 | 13A | 31 | 37 |
| Octal | 305 | 126 | 253 | 0 | 70 | 15 | 27 | 472 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10101011 | 0 | 111000 | 1101 | 10111 | 100111010 | 110001 | 110111 |
Color Harmonies of #C556AB
Complementary color
Monochromatic Colors of #C556AB
Black with #C556AB
Text Example
Text Example
White with #C556AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556AB; }
p { color: rgb(197,86,171); }
H1.HeaderClassName
{
color: #C556AB;
}
.AnyTagClassName
{
color: #C556AB;
}
</style>
background-color css
<style>
a { background-color: #C556AB; }
a { background-color: rgb(197,86,171); }
div.DivClassName
{
background-color: #C556AB;
}
.BgClassName
{
background-color: #C556AB;
}
</style>
border-color css
<style>
span { border-color: #C556AB; }
span { border-color: rgb(197,86,171); }
td.TdClassName
{
border-color: #C556AB;
}
.TagClassName
{
border-color: #C556AB;
}
</style>