Shades of Fuchsia #C560AC
Tints of Fuchsia #C560AC
RGB
CMYK
RGB Variations
Color information
#C560AC (or 0xC560AC) is known color: Fuchsia. HEX triplet: C5, 60 and AC. RGB value is (197,96,172). Sum of RGB (Red+Green+Blue) = 197+96+172=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C560AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560AC is #3A9F53. Grayscale: #868686. Windows color (decimal): -3841876 or 11296965. OLE color: 11296965.
HSL color Cylindrical-coordinate representation of color #C560AC: hue angle of 314.85º 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 #C560AC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 172 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.23 |
| HSL | 314.85º | 0.47% | 0.57% | - |
| HSV(B) | 314.85º | 0.51% | 0.77% | - |
| XYZ | 34.66 | 23.21 | 41.68 | - |
| YUV | 134.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 172 | 0 | 0.51 | 0.13 | 0.23 | 314.85 | 0.47 | 0.57 |
| Hex | C5 | 60 | AC | 0 | 33 | D | 17 | 13B | 2F | 39 |
| Octal | 305 | 140 | 254 | 0 | 63 | 15 | 27 | 473 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10101100 | 0 | 110011 | 1101 | 10111 | 100111011 | 101111 | 111001 |
Color Harmonies of #C560AC
Complementary color
Monochromatic Colors of #C560AC
Black with #C560AC
Text Example
Text Example
White with #C560AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560AC; }
p { color: rgb(197,96,172); }
H1.HeaderClassName
{
color: #C560AC;
}
.AnyTagClassName
{
color: #C560AC;
}
</style>
background-color css
<style>
a { background-color: #C560AC; }
a { background-color: rgb(197,96,172); }
div.DivClassName
{
background-color: #C560AC;
}
.BgClassName
{
background-color: #C560AC;
}
</style>
border-color css
<style>
span { border-color: #C560AC; }
span { border-color: rgb(197,96,172); }
td.TdClassName
{
border-color: #C560AC;
}
.TagClassName
{
border-color: #C560AC;
}
</style>