Shades of Fuchsia #C560BB
Tints of Fuchsia #C560BB
RGB
CMYK
RGB Variations
Color information
#C560BB (or 0xC560BB) is known color: Fuchsia. HEX triplet: C5, 60 and BB. RGB value is (197,96,187). Sum of RGB (Red+Green+Blue) = 197+96+187=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BB is #3A9F44. Grayscale: #888888. Windows color (decimal): -3841861 or 12280005. OLE color: 12280005.
HSL color Cylindrical-coordinate representation of color #C560BB: hue angle of 305.94º 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 #C560BB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 187 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.23 |
| HSL | 305.94º | 0.47% | 0.57% | - |
| HSV(B) | 305.94º | 0.51% | 0.77% | - |
| XYZ | 36.18 | 23.82 | 49.71 | - |
| YUV | 136.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 187 | 0 | 0.51 | 0.05 | 0.23 | 305.94 | 0.47 | 0.57 |
| Hex | C5 | 60 | BB | 0 | 33 | 5 | 17 | 132 | 2F | 39 |
| Octal | 305 | 140 | 273 | 0 | 63 | 5 | 27 | 462 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10111011 | 0 | 110011 | 101 | 10111 | 100110010 | 101111 | 111001 |
Color Harmonies of #C560BB
Complementary color
Monochromatic Colors of #C560BB
Black with #C560BB
Text Example
Text Example
White with #C560BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560BB; }
p { color: rgb(197,96,187); }
H1.HeaderClassName
{
color: #C560BB;
}
.AnyTagClassName
{
color: #C560BB;
}
</style>
background-color css
<style>
a { background-color: #C560BB; }
a { background-color: rgb(197,96,187); }
div.DivClassName
{
background-color: #C560BB;
}
.BgClassName
{
background-color: #C560BB;
}
</style>
border-color css
<style>
span { border-color: #C560BB; }
span { border-color: rgb(197,96,187); }
td.TdClassName
{
border-color: #C560BB;
}
.TagClassName
{
border-color: #C560BB;
}
</style>