Shades of Fuchsia #C56AB7
Tints of Fuchsia #C56AB7
RGB
CMYK
RGB Variations
Color information
#C56AB7 (or 0xC56AB7) is known color: Fuchsia. HEX triplet: C5, 6A and B7. RGB value is (197,106,183). Sum of RGB (Red+Green+Blue) = 197+106+183=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AB7 is #3A9548. Grayscale: #8D8D8D. Windows color (decimal): -3839305 or 12020421. OLE color: 12020421.
HSL color Cylindrical-coordinate representation of color #C56AB7: hue angle of 309.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56AB7 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 183 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.23 |
| HSL | 309.23º | 0.44% | 0.59% | - |
| HSV(B) | 309.23º | 0.46% | 0.77% | - |
| XYZ | 36.73 | 25.6 | 47.8 | - |
| YUV | 141.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 183 | 0 | 0.46 | 0.07 | 0.23 | 309.23 | 0.44 | 0.59 |
| Hex | C5 | 6A | B7 | 0 | 2E | 7 | 17 | 135 | 2C | 3B |
| Octal | 305 | 152 | 267 | 0 | 56 | 7 | 27 | 465 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10110111 | 0 | 101110 | 111 | 10111 | 100110101 | 101100 | 111011 |
Color Harmonies of #C56AB7
Complementary color
Monochromatic Colors of #C56AB7
Black with #C56AB7
Text Example
Text Example
White with #C56AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AB7; }
p { color: rgb(197,106,183); }
H1.HeaderClassName
{
color: #C56AB7;
}
.AnyTagClassName
{
color: #C56AB7;
}
</style>
background-color css
<style>
a { background-color: #C56AB7; }
a { background-color: rgb(197,106,183); }
div.DivClassName
{
background-color: #C56AB7;
}
.BgClassName
{
background-color: #C56AB7;
}
</style>
border-color css
<style>
span { border-color: #C56AB7; }
span { border-color: rgb(197,106,183); }
td.TdClassName
{
border-color: #C56AB7;
}
.TagClassName
{
border-color: #C56AB7;
}
</style>