Shades of Fuchsia #C56DAF
Tints of Fuchsia #C56DAF
RGB
CMYK
RGB Variations
Color information
#C56DAF (or 0xC56DAF) is known color: Fuchsia. HEX triplet: C5, 6D and AF. RGB value is (197,109,175). Sum of RGB (Red+Green+Blue) = 197+109+175=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56DAF is #3A9250. Grayscale: #8E8E8E. Windows color (decimal): -3838545 or 11496901. OLE color: 11496901.
HSL color Cylindrical-coordinate representation of color #C56DAF: hue angle of 315º 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 #C56DAF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 175 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.23 |
| HSL | 315º | 0.43% | 0.6% | - |
| HSV(B) | 315º | 0.45% | 0.77% | - |
| XYZ | 36.23 | 25.9 | 43.65 | - |
| YUV | 142.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 175 | 0 | 0.45 | 0.11 | 0.23 | 315 | 0.43 | 0.6 |
| Hex | C5 | 6D | AF | 0 | 2D | B | 17 | 13B | 2B | 3C |
| Octal | 305 | 155 | 257 | 0 | 55 | 13 | 27 | 473 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10101111 | 0 | 101101 | 1011 | 10111 | 100111011 | 101011 | 111100 |
Color Harmonies of #C56DAF
Complementary color
Monochromatic Colors of #C56DAF
Black with #C56DAF
Text Example
Text Example
White with #C56DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DAF; }
p { color: rgb(197,109,175); }
H1.HeaderClassName
{
color: #C56DAF;
}
.AnyTagClassName
{
color: #C56DAF;
}
</style>
background-color css
<style>
a { background-color: #C56DAF; }
a { background-color: rgb(197,109,175); }
div.DivClassName
{
background-color: #C56DAF;
}
.BgClassName
{
background-color: #C56DAF;
}
</style>
border-color css
<style>
span { border-color: #C56DAF; }
span { border-color: rgb(197,109,175); }
td.TdClassName
{
border-color: #C56DAF;
}
.TagClassName
{
border-color: #C56DAF;
}
</style>