Shades of Fuchsia #C560AB
Tints of Fuchsia #C560AB
RGB
CMYK
RGB Variations
Color information
#C560AB (or 0xC560AB) is known color: Fuchsia. HEX triplet: C5, 60 and AB. RGB value is (197,96,171). Sum of RGB (Red+Green+Blue) = 197+96+171=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C560AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560AB is #3A9F54. Grayscale: #868686. Windows color (decimal): -3841877 or 11231429. OLE color: 11231429.
HSL color Cylindrical-coordinate representation of color #C560AB: hue angle of 315.45º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C560AB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 171 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.23 |
| HSL | 315.45º | 0.47% | 0.57% | - |
| HSV(B) | 315.45º | 0.51% | 0.77% | - |
| XYZ | 34.56 | 23.18 | 41.18 | - |
| YUV | 134.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 171 | 0 | 0.51 | 0.13 | 0.23 | 315.45 | 0.47 | 0.57 |
| Hex | C5 | 60 | AB | 0 | 33 | D | 17 | 13B | 2F | 39 |
| Octal | 305 | 140 | 253 | 0 | 63 | 15 | 27 | 473 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10101011 | 0 | 110011 | 1101 | 10111 | 100111011 | 101111 | 111001 |
Color Harmonies of #C560AB
Complementary color
Monochromatic Colors of #C560AB
Black with #C560AB
Text Example
Text Example
White with #C560AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560AB; }
p { color: rgb(197,96,171); }
H1.HeaderClassName
{
color: #C560AB;
}
.AnyTagClassName
{
color: #C560AB;
}
</style>
background-color css
<style>
a { background-color: #C560AB; }
a { background-color: rgb(197,96,171); }
div.DivClassName
{
background-color: #C560AB;
}
.BgClassName
{
background-color: #C560AB;
}
</style>
border-color css
<style>
span { border-color: #C560AB; }
span { border-color: rgb(197,96,171); }
td.TdClassName
{
border-color: #C560AB;
}
.TagClassName
{
border-color: #C560AB;
}
</style>