Shades of Fuchsia #C560A8
Tints of Fuchsia #C560A8
RGB
CMYK
RGB Variations
Color information
#C560A8 (or 0xC560A8) is known color: Fuchsia. HEX triplet: C5, 60 and A8. RGB value is (197,96,168). Sum of RGB (Red+Green+Blue) = 197+96+168=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C560A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560A8 is #3A9F57. Grayscale: #868686. Windows color (decimal): -3841880 or 11034821. OLE color: 11034821.
HSL color Cylindrical-coordinate representation of color #C560A8: hue angle of 317.23º 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 #C560A8 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 168 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.23 |
| HSL | 317.23º | 0.47% | 0.57% | - |
| HSV(B) | 317.23º | 0.51% | 0.77% | - |
| XYZ | 34.28 | 23.06 | 39.69 | - |
| YUV | 134.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 168 | 0 | 0.51 | 0.15 | 0.23 | 317.23 | 0.47 | 0.57 |
| Hex | C5 | 60 | A8 | 0 | 33 | F | 17 | 13D | 2F | 39 |
| Octal | 305 | 140 | 250 | 0 | 63 | 17 | 27 | 475 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10101000 | 0 | 110011 | 1111 | 10111 | 100111101 | 101111 | 111001 |
Color Harmonies of #C560A8
Complementary color
Monochromatic Colors of #C560A8
Black with #C560A8
Text Example
Text Example
White with #C560A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560A8; }
p { color: rgb(197,96,168); }
H1.HeaderClassName
{
color: #C560A8;
}
.AnyTagClassName
{
color: #C560A8;
}
</style>
background-color css
<style>
a { background-color: #C560A8; }
a { background-color: rgb(197,96,168); }
div.DivClassName
{
background-color: #C560A8;
}
.BgClassName
{
background-color: #C560A8;
}
</style>
border-color css
<style>
span { border-color: #C560A8; }
span { border-color: rgb(197,96,168); }
td.TdClassName
{
border-color: #C560A8;
}
.TagClassName
{
border-color: #C560A8;
}
</style>