Shades of Fuchsia #C563AB
Tints of Fuchsia #C563AB
RGB
CMYK
RGB Variations
Color information
#C563AB (or 0xC563AB) is known color: Fuchsia. HEX triplet: C5, 63 and AB. RGB value is (197,99,171). Sum of RGB (Red+Green+Blue) = 197+99+171=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C563AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563AB is #3A9C54. Grayscale: #888888. Windows color (decimal): -3841109 or 11232197. OLE color: 11232197.
HSL color Cylindrical-coordinate representation of color #C563AB: hue angle of 315.92º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563AB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 171 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.23 |
| HSL | 315.92º | 0.46% | 0.58% | - |
| HSV(B) | 315.92º | 0.5% | 0.77% | - |
| XYZ | 34.84 | 23.73 | 41.27 | - |
| YUV | 136.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 171 | 0 | 0.50 | 0.13 | 0.23 | 315.92 | 0.46 | 0.58 |
| Hex | C5 | 63 | AB | 0 | 32 | D | 17 | 13C | 2E | 3A |
| Octal | 305 | 143 | 253 | 0 | 62 | 15 | 27 | 474 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10101011 | 0 | 110010 | 1101 | 10111 | 100111100 | 101110 | 111010 |
Color Harmonies of #C563AB
Complementary color
Monochromatic Colors of #C563AB
Black with #C563AB
Text Example
Text Example
White with #C563AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563AB; }
p { color: rgb(197,99,171); }
H1.HeaderClassName
{
color: #C563AB;
}
.AnyTagClassName
{
color: #C563AB;
}
</style>
background-color css
<style>
a { background-color: #C563AB; }
a { background-color: rgb(197,99,171); }
div.DivClassName
{
background-color: #C563AB;
}
.BgClassName
{
background-color: #C563AB;
}
</style>
border-color css
<style>
span { border-color: #C563AB; }
span { border-color: rgb(197,99,171); }
td.TdClassName
{
border-color: #C563AB;
}
.TagClassName
{
border-color: #C563AB;
}
</style>