Shades of Fuchsia #C56CAD
Tints of Fuchsia #C56CAD
RGB
CMYK
RGB Variations
Color information
#C56CAD (or 0xC56CAD) is known color: Fuchsia. HEX triplet: C5, 6C and AD. RGB value is (197,108,173). Sum of RGB (Red+Green+Blue) = 197+108+173=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56CAD is #3A9352. Grayscale: #8D8D8D. Windows color (decimal): -3838803 or 11365573. OLE color: 11365573.
HSL color Cylindrical-coordinate representation of color #C56CAD: hue angle of 316.18º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56CAD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 173 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.23 |
| HSL | 316.18º | 0.43% | 0.6% | - |
| HSV(B) | 316.18º | 0.45% | 0.77% | - |
| XYZ | 35.93 | 25.61 | 42.59 | - |
| YUV | 142.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 173 | 0 | 0.45 | 0.12 | 0.23 | 316.18 | 0.43 | 0.6 |
| Hex | C5 | 6C | AD | 0 | 2D | C | 17 | 13C | 2B | 3C |
| Octal | 305 | 154 | 255 | 0 | 55 | 14 | 27 | 474 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10101101 | 0 | 101101 | 1100 | 10111 | 100111100 | 101011 | 111100 |
Color Harmonies of #C56CAD
Complementary color
Monochromatic Colors of #C56CAD
Black with #C56CAD
Text Example
Text Example
White with #C56CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CAD; }
p { color: rgb(197,108,173); }
H1.HeaderClassName
{
color: #C56CAD;
}
.AnyTagClassName
{
color: #C56CAD;
}
</style>
background-color css
<style>
a { background-color: #C56CAD; }
a { background-color: rgb(197,108,173); }
div.DivClassName
{
background-color: #C56CAD;
}
.BgClassName
{
background-color: #C56CAD;
}
</style>
border-color css
<style>
span { border-color: #C56CAD; }
span { border-color: rgb(197,108,173); }
td.TdClassName
{
border-color: #C56CAD;
}
.TagClassName
{
border-color: #C56CAD;
}
</style>