Shades of Fuchsia #C56AAF
Tints of Fuchsia #C56AAF
RGB
CMYK
RGB Variations
Color information
#C56AAF (or 0xC56AAF) is known color: Fuchsia. HEX triplet: C5, 6A and AF. RGB value is (197,106,175). Sum of RGB (Red+Green+Blue) = 197+106+175=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AAF is #3A9550. Grayscale: #8C8C8C. Windows color (decimal): -3839313 or 11496133. OLE color: 11496133.
HSL color Cylindrical-coordinate representation of color #C56AAF: hue angle of 314.51º 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 #C56AAF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 175 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.23 |
| HSL | 314.51º | 0.44% | 0.59% | - |
| HSV(B) | 314.51º | 0.46% | 0.77% | - |
| XYZ | 35.92 | 25.27 | 43.54 | - |
| YUV | 141.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 175 | 0 | 0.46 | 0.11 | 0.23 | 314.51 | 0.44 | 0.59 |
| Hex | C5 | 6A | AF | 0 | 2E | B | 17 | 13B | 2C | 3B |
| Octal | 305 | 152 | 257 | 0 | 56 | 13 | 27 | 473 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10101111 | 0 | 101110 | 1011 | 10111 | 100111011 | 101100 | 111011 |
Color Harmonies of #C56AAF
Complementary color
Monochromatic Colors of #C56AAF
Black with #C56AAF
Text Example
Text Example
White with #C56AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AAF; }
p { color: rgb(197,106,175); }
H1.HeaderClassName
{
color: #C56AAF;
}
.AnyTagClassName
{
color: #C56AAF;
}
</style>
background-color css
<style>
a { background-color: #C56AAF; }
a { background-color: rgb(197,106,175); }
div.DivClassName
{
background-color: #C56AAF;
}
.BgClassName
{
background-color: #C56AAF;
}
</style>
border-color css
<style>
span { border-color: #C56AAF; }
span { border-color: rgb(197,106,175); }
td.TdClassName
{
border-color: #C56AAF;
}
.TagClassName
{
border-color: #C56AAF;
}
</style>