Shades of Fuchsia #C56BAD
Tints of Fuchsia #C56BAD
RGB
CMYK
RGB Variations
Color information
#C56BAD (or 0xC56BAD) is known color: Fuchsia. HEX triplet: C5, 6B and AD. RGB value is (197,107,173). Sum of RGB (Red+Green+Blue) = 197+107+173=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BAD is #3A9452. Grayscale: #8D8D8D. Windows color (decimal): -3839059 or 11365317. OLE color: 11365317.
HSL color Cylindrical-coordinate representation of color #C56BAD: hue angle of 316º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BAD is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 173 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.23 |
| HSL | 316º | 0.44% | 0.6% | - |
| HSV(B) | 316º | 0.46% | 0.77% | - |
| XYZ | 35.83 | 25.4 | 42.55 | - |
| YUV | 141.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 173 | 0 | 0.46 | 0.12 | 0.23 | 316 | 0.44 | 0.6 |
| Hex | C5 | 6B | AD | 0 | 2E | C | 17 | 13C | 2C | 3C |
| Octal | 305 | 153 | 255 | 0 | 56 | 14 | 27 | 474 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10101101 | 0 | 101110 | 1100 | 10111 | 100111100 | 101100 | 111100 |
Color Harmonies of #C56BAD
Complementary color
Monochromatic Colors of #C56BAD
Black with #C56BAD
Text Example
Text Example
White with #C56BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BAD; }
p { color: rgb(197,107,173); }
H1.HeaderClassName
{
color: #C56BAD;
}
.AnyTagClassName
{
color: #C56BAD;
}
</style>
background-color css
<style>
a { background-color: #C56BAD; }
a { background-color: rgb(197,107,173); }
div.DivClassName
{
background-color: #C56BAD;
}
.BgClassName
{
background-color: #C56BAD;
}
</style>
border-color css
<style>
span { border-color: #C56BAD; }
span { border-color: rgb(197,107,173); }
td.TdClassName
{
border-color: #C56BAD;
}
.TagClassName
{
border-color: #C56BAD;
}
</style>