Shades of Fuchsia #C56AAE
Tints of Fuchsia #C56AAE
RGB
CMYK
RGB Variations
Color information
#C56AAE (or 0xC56AAE) is known color: Fuchsia. HEX triplet: C5, 6A and AE. RGB value is (197,106,174). Sum of RGB (Red+Green+Blue) = 197+106+174=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AAE is #3A9551. Grayscale: #8C8C8C. Windows color (decimal): -3839314 or 11430597. OLE color: 11430597.
HSL color Cylindrical-coordinate representation of color #C56AAE: hue angle of 315.16º 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 #C56AAE is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 174 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.23 |
| HSL | 315.16º | 0.44% | 0.59% | - |
| HSV(B) | 315.16º | 0.46% | 0.77% | - |
| XYZ | 35.82 | 25.23 | 43.03 | - |
| YUV | 140.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 174 | 0 | 0.46 | 0.12 | 0.23 | 315.16 | 0.44 | 0.59 |
| Hex | C5 | 6A | AE | 0 | 2E | C | 17 | 13B | 2C | 3B |
| Octal | 305 | 152 | 256 | 0 | 56 | 14 | 27 | 473 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10101110 | 0 | 101110 | 1100 | 10111 | 100111011 | 101100 | 111011 |
Color Harmonies of #C56AAE
Complementary color
Monochromatic Colors of #C56AAE
Black with #C56AAE
Text Example
Text Example
White with #C56AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AAE; }
p { color: rgb(197,106,174); }
H1.HeaderClassName
{
color: #C56AAE;
}
.AnyTagClassName
{
color: #C56AAE;
}
</style>
background-color css
<style>
a { background-color: #C56AAE; }
a { background-color: rgb(197,106,174); }
div.DivClassName
{
background-color: #C56AAE;
}
.BgClassName
{
background-color: #C56AAE;
}
</style>
border-color css
<style>
span { border-color: #C56AAE; }
span { border-color: rgb(197,106,174); }
td.TdClassName
{
border-color: #C56AAE;
}
.TagClassName
{
border-color: #C56AAE;
}
</style>