Shades of Fuchsia #C560C0
Tints of Fuchsia #C560C0
RGB
CMYK
RGB Variations
Color information
#C560C0 (or 0xC560C0) is known color: Fuchsia. HEX triplet: C5, 60 and C0. RGB value is (197,96,192). Sum of RGB (Red+Green+Blue) = 197+96+192=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C560C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560C0 is #3A9F3F. Grayscale: #888888. Windows color (decimal): -3841856 or 12607685. OLE color: 12607685.
HSL color Cylindrical-coordinate representation of color #C560C0: hue angle of 302.97º 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 #C560C0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 192 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.23 |
| HSL | 302.97º | 0.47% | 0.57% | - |
| HSV(B) | 302.97º | 0.51% | 0.77% | - |
| XYZ | 36.72 | 24.04 | 52.57 | - |
| YUV | 137.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 192 | 0 | 0.51 | 0.03 | 0.23 | 302.97 | 0.47 | 0.57 |
| Hex | C5 | 60 | C0 | 0 | 33 | 3 | 17 | 12F | 2F | 39 |
| Octal | 305 | 140 | 300 | 0 | 63 | 3 | 27 | 457 | 57 | 71 |
| Binary | 11000101 | 1100000 | 11000000 | 0 | 110011 | 11 | 10111 | 100101111 | 101111 | 111001 |
Color Harmonies of #C560C0
Complementary color
Monochromatic Colors of #C560C0
Black with #C560C0
Text Example
Text Example
White with #C560C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560C0; }
p { color: rgb(197,96,192); }
H1.HeaderClassName
{
color: #C560C0;
}
.AnyTagClassName
{
color: #C560C0;
}
</style>
background-color css
<style>
a { background-color: #C560C0; }
a { background-color: rgb(197,96,192); }
div.DivClassName
{
background-color: #C560C0;
}
.BgClassName
{
background-color: #C560C0;
}
</style>
border-color css
<style>
span { border-color: #C560C0; }
span { border-color: rgb(197,96,192); }
td.TdClassName
{
border-color: #C560C0;
}
.TagClassName
{
border-color: #C560C0;
}
</style>