Shades of Fuchsia #C560AD
Tints of Fuchsia #C560AD
RGB
CMYK
RGB Variations
Color information
#C560AD (or 0xC560AD) is known color: Fuchsia. HEX triplet: C5, 60 and AD. RGB value is (197,96,173). Sum of RGB (Red+Green+Blue) = 197+96+173=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C560AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560AD is #3A9F52. Grayscale: #868686. Windows color (decimal): -3841875 or 11362501. OLE color: 11362501.
HSL color Cylindrical-coordinate representation of color #C560AD: hue angle of 314.26º 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 #C560AD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 173 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.23 |
| HSL | 314.26º | 0.47% | 0.57% | - |
| HSV(B) | 314.26º | 0.51% | 0.77% | - |
| XYZ | 34.75 | 23.25 | 42.19 | - |
| YUV | 134.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 173 | 0 | 0.51 | 0.12 | 0.23 | 314.26 | 0.47 | 0.57 |
| Hex | C5 | 60 | AD | 0 | 33 | C | 17 | 13A | 2F | 39 |
| Octal | 305 | 140 | 255 | 0 | 63 | 14 | 27 | 472 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10101101 | 0 | 110011 | 1100 | 10111 | 100111010 | 101111 | 111001 |
Color Harmonies of #C560AD
Complementary color
Monochromatic Colors of #C560AD
Black with #C560AD
Text Example
Text Example
White with #C560AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560AD; }
p { color: rgb(197,96,173); }
H1.HeaderClassName
{
color: #C560AD;
}
.AnyTagClassName
{
color: #C560AD;
}
</style>
background-color css
<style>
a { background-color: #C560AD; }
a { background-color: rgb(197,96,173); }
div.DivClassName
{
background-color: #C560AD;
}
.BgClassName
{
background-color: #C560AD;
}
</style>
border-color css
<style>
span { border-color: #C560AD; }
span { border-color: rgb(197,96,173); }
td.TdClassName
{
border-color: #C560AD;
}
.TagClassName
{
border-color: #C560AD;
}
</style>