Shades of Fuchsia #C564AB
Tints of Fuchsia #C564AB
RGB
CMYK
RGB Variations
Color information
#C564AB (or 0xC564AB) is known color: Fuchsia. HEX triplet: C5, 64 and AB. RGB value is (197,100,171). Sum of RGB (Red+Green+Blue) = 197+100+171=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C564AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C564AB is #3A9B54. Grayscale: #888888. Windows color (decimal): -3840853 or 11232453. OLE color: 11232453.
HSL color Cylindrical-coordinate representation of color #C564AB: hue angle of 316.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C564AB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 171 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.23 |
| HSL | 316.08º | 0.46% | 0.58% | - |
| HSV(B) | 316.08º | 0.49% | 0.77% | - |
| XYZ | 34.93 | 23.92 | 41.3 | - |
| YUV | 137.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 171 | 0 | 0.49 | 0.13 | 0.23 | 316.08 | 0.46 | 0.58 |
| Hex | C5 | 64 | AB | 0 | 31 | D | 17 | 13C | 2E | 3A |
| Octal | 305 | 144 | 253 | 0 | 61 | 15 | 27 | 474 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10101011 | 0 | 110001 | 1101 | 10111 | 100111100 | 101110 | 111010 |
Color Harmonies of #C564AB
Complementary color
Monochromatic Colors of #C564AB
Black with #C564AB
Text Example
Text Example
White with #C564AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564AB; }
p { color: rgb(197,100,171); }
H1.HeaderClassName
{
color: #C564AB;
}
.AnyTagClassName
{
color: #C564AB;
}
</style>
background-color css
<style>
a { background-color: #C564AB; }
a { background-color: rgb(197,100,171); }
div.DivClassName
{
background-color: #C564AB;
}
.BgClassName
{
background-color: #C564AB;
}
</style>
border-color css
<style>
span { border-color: #C564AB; }
span { border-color: rgb(197,100,171); }
td.TdClassName
{
border-color: #C564AB;
}
.TagClassName
{
border-color: #C564AB;
}
</style>