Shades of Fuchsia #C559AF
Tints of Fuchsia #C559AF
RGB
CMYK
RGB Variations
Color information
#C559AF (or 0xC559AF) is known color: Fuchsia. HEX triplet: C5, 59 and AF. RGB value is (197,89,175). Sum of RGB (Red+Green+Blue) = 197+89+175=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C559AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C559AF is #3AA650. Grayscale: #828282. Windows color (decimal): -3843665 or 11491781. OLE color: 11491781.
HSL color Cylindrical-coordinate representation of color #C559AF: hue angle of 312.22º 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 #C559AF is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 175 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.23 |
| HSL | 312.22º | 0.48% | 0.56% | - |
| HSV(B) | 312.22º | 0.55% | 0.77% | - |
| XYZ | 34.34 | 22.11 | 43.02 | - |
| YUV | 131.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 175 | 0 | 0.55 | 0.11 | 0.23 | 312.22 | 0.48 | 0.56 |
| Hex | C5 | 59 | AF | 0 | 37 | B | 17 | 138 | 30 | 38 |
| Octal | 305 | 131 | 257 | 0 | 67 | 13 | 27 | 470 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10101111 | 0 | 110111 | 1011 | 10111 | 100111000 | 110000 | 111000 |
Color Harmonies of #C559AF
Complementary color
Monochromatic Colors of #C559AF
Black with #C559AF
Text Example
Text Example
White with #C559AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559AF; }
p { color: rgb(197,89,175); }
H1.HeaderClassName
{
color: #C559AF;
}
.AnyTagClassName
{
color: #C559AF;
}
</style>
background-color css
<style>
a { background-color: #C559AF; }
a { background-color: rgb(197,89,175); }
div.DivClassName
{
background-color: #C559AF;
}
.BgClassName
{
background-color: #C559AF;
}
</style>
border-color css
<style>
span { border-color: #C559AF; }
span { border-color: rgb(197,89,175); }
td.TdClassName
{
border-color: #C559AF;
}
.TagClassName
{
border-color: #C559AF;
}
</style>