Shades of Fuchsia #C56AB8
Tints of Fuchsia #C56AB8
RGB
CMYK
RGB Variations
Color information
#C56AB8 (or 0xC56AB8) is known color: Fuchsia. HEX triplet: C5, 6A and B8. RGB value is (197,106,184). Sum of RGB (Red+Green+Blue) = 197+106+184=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AB8 is #3A9547. Grayscale: #8D8D8D. Windows color (decimal): -3839304 or 12085957. OLE color: 12085957.
HSL color Cylindrical-coordinate representation of color #C56AB8: hue angle of 308.57º 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 #C56AB8 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 184 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.23 |
| HSL | 308.57º | 0.44% | 0.59% | - |
| HSV(B) | 308.57º | 0.46% | 0.77% | - |
| XYZ | 36.83 | 25.64 | 48.36 | - |
| YUV | 142.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 184 | 0 | 0.46 | 0.07 | 0.23 | 308.57 | 0.44 | 0.59 |
| Hex | C5 | 6A | B8 | 0 | 2E | 7 | 17 | 135 | 2C | 3B |
| Octal | 305 | 152 | 270 | 0 | 56 | 7 | 27 | 465 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10111000 | 0 | 101110 | 111 | 10111 | 100110101 | 101100 | 111011 |
Color Harmonies of #C56AB8
Complementary color
Monochromatic Colors of #C56AB8
Black with #C56AB8
Text Example
Text Example
White with #C56AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AB8; }
p { color: rgb(197,106,184); }
H1.HeaderClassName
{
color: #C56AB8;
}
.AnyTagClassName
{
color: #C56AB8;
}
</style>
background-color css
<style>
a { background-color: #C56AB8; }
a { background-color: rgb(197,106,184); }
div.DivClassName
{
background-color: #C56AB8;
}
.BgClassName
{
background-color: #C56AB8;
}
</style>
border-color css
<style>
span { border-color: #C56AB8; }
span { border-color: rgb(197,106,184); }
td.TdClassName
{
border-color: #C56AB8;
}
.TagClassName
{
border-color: #C56AB8;
}
</style>