Shades of Fuchsia #C560BE
Tints of Fuchsia #C560BE
RGB
CMYK
RGB Variations
Color information
#C560BE (or 0xC560BE) is known color: Fuchsia. HEX triplet: C5, 60 and BE. RGB value is (197,96,190). Sum of RGB (Red+Green+Blue) = 197+96+190=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BE is #3A9F41. Grayscale: #888888. Windows color (decimal): -3841858 or 12476613. OLE color: 12476613.
HSL color Cylindrical-coordinate representation of color #C560BE: hue angle of 304.16º 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 #C560BE is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 190 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.23 |
| HSL | 304.16º | 0.47% | 0.57% | - |
| HSV(B) | 304.16º | 0.51% | 0.77% | - |
| XYZ | 36.5 | 23.95 | 51.41 | - |
| YUV | 136.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 190 | 0 | 0.51 | 0.04 | 0.23 | 304.16 | 0.47 | 0.57 |
| Hex | C5 | 60 | BE | 0 | 33 | 4 | 17 | 130 | 2F | 39 |
| Octal | 305 | 140 | 276 | 0 | 63 | 4 | 27 | 460 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10111110 | 0 | 110011 | 100 | 10111 | 100110000 | 101111 | 111001 |
Color Harmonies of #C560BE
Complementary color
Monochromatic Colors of #C560BE
Black with #C560BE
Text Example
Text Example
White with #C560BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560BE; }
p { color: rgb(197,96,190); }
H1.HeaderClassName
{
color: #C560BE;
}
.AnyTagClassName
{
color: #C560BE;
}
</style>
background-color css
<style>
a { background-color: #C560BE; }
a { background-color: rgb(197,96,190); }
div.DivClassName
{
background-color: #C560BE;
}
.BgClassName
{
background-color: #C560BE;
}
</style>
border-color css
<style>
span { border-color: #C560BE; }
span { border-color: rgb(197,96,190); }
td.TdClassName
{
border-color: #C560BE;
}
.TagClassName
{
border-color: #C560BE;
}
</style>