Shades of Fuchsia #C560B0
Tints of Fuchsia #C560B0
RGB
CMYK
RGB Variations
Color information
#C560B0 (or 0xC560B0) is known color: Fuchsia. HEX triplet: C5, 60 and B0. RGB value is (197,96,176). Sum of RGB (Red+Green+Blue) = 197+96+176=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C560B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560B0 is #3A9F4F. Grayscale: #878787. Windows color (decimal): -3841872 or 11559109. OLE color: 11559109.
HSL color Cylindrical-coordinate representation of color #C560B0: hue angle of 312.48º 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 #C560B0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 176 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.23 |
| HSL | 312.48º | 0.47% | 0.57% | - |
| HSV(B) | 312.48º | 0.51% | 0.77% | - |
| XYZ | 35.05 | 23.37 | 43.74 | - |
| YUV | 135.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 176 | 0 | 0.51 | 0.11 | 0.23 | 312.48 | 0.47 | 0.57 |
| Hex | C5 | 60 | B0 | 0 | 33 | B | 17 | 138 | 2F | 39 |
| Octal | 305 | 140 | 260 | 0 | 63 | 13 | 27 | 470 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10110000 | 0 | 110011 | 1011 | 10111 | 100111000 | 101111 | 111001 |
Color Harmonies of #C560B0
Complementary color
Monochromatic Colors of #C560B0
Black with #C560B0
Text Example
Text Example
White with #C560B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560B0; }
p { color: rgb(197,96,176); }
H1.HeaderClassName
{
color: #C560B0;
}
.AnyTagClassName
{
color: #C560B0;
}
</style>
background-color css
<style>
a { background-color: #C560B0; }
a { background-color: rgb(197,96,176); }
div.DivClassName
{
background-color: #C560B0;
}
.BgClassName
{
background-color: #C560B0;
}
</style>
border-color css
<style>
span { border-color: #C560B0; }
span { border-color: rgb(197,96,176); }
td.TdClassName
{
border-color: #C560B0;
}
.TagClassName
{
border-color: #C560B0;
}
</style>