Shades of Fuchsia #C559AA
Tints of Fuchsia #C559AA
RGB
CMYK
RGB Variations
Color information
#C559AA (or 0xC559AA) is known color: Fuchsia. HEX triplet: C5, 59 and AA. RGB value is (197,89,170). Sum of RGB (Red+Green+Blue) = 197+89+170=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C559AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C559AA is #3AA655. Grayscale: #828282. Windows color (decimal): -3843670 or 11164101. OLE color: 11164101.
HSL color Cylindrical-coordinate representation of color #C559AA: hue angle of 315º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C559AA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 170 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.23 |
| HSL | 315º | 0.48% | 0.56% | - |
| HSV(B) | 315º | 0.55% | 0.77% | - |
| XYZ | 33.85 | 21.92 | 40.48 | - |
| YUV | 130.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 170 | 0 | 0.55 | 0.14 | 0.23 | 315 | 0.48 | 0.56 |
| Hex | C5 | 59 | AA | 0 | 37 | E | 17 | 13B | 30 | 38 |
| Octal | 305 | 131 | 252 | 0 | 67 | 16 | 27 | 473 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10101010 | 0 | 110111 | 1110 | 10111 | 100111011 | 110000 | 111000 |
Color Harmonies of #C559AA
Complementary color
Monochromatic Colors of #C559AA
Black with #C559AA
Text Example
Text Example
White with #C559AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559AA; }
p { color: rgb(197,89,170); }
H1.HeaderClassName
{
color: #C559AA;
}
.AnyTagClassName
{
color: #C559AA;
}
</style>
background-color css
<style>
a { background-color: #C559AA; }
a { background-color: rgb(197,89,170); }
div.DivClassName
{
background-color: #C559AA;
}
.BgClassName
{
background-color: #C559AA;
}
</style>
border-color css
<style>
span { border-color: #C559AA; }
span { border-color: rgb(197,89,170); }
td.TdClassName
{
border-color: #C559AA;
}
.TagClassName
{
border-color: #C559AA;
}
</style>