Shades of Fuchsia #C561AF
Tints of Fuchsia #C561AF
RGB
CMYK
RGB Variations
Color information
#C561AF (or 0xC561AF) is known color: Fuchsia. HEX triplet: C5, 61 and AF. RGB value is (197,97,175). Sum of RGB (Red+Green+Blue) = 197+97+175=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AF is #3A9E50. Grayscale: #878787. Windows color (decimal): -3841617 or 11493829. OLE color: 11493829.
HSL color Cylindrical-coordinate representation of color #C561AF: hue angle of 313.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C561AF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 175 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.23 |
| HSL | 313.2º | 0.46% | 0.58% | - |
| HSV(B) | 313.2º | 0.51% | 0.77% | - |
| XYZ | 35.04 | 23.51 | 43.25 | - |
| YUV | 135.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 175 | 0 | 0.51 | 0.11 | 0.23 | 313.2 | 0.46 | 0.58 |
| Hex | C5 | 61 | AF | 0 | 33 | B | 17 | 139 | 2E | 3A |
| Octal | 305 | 141 | 257 | 0 | 63 | 13 | 27 | 471 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10101111 | 0 | 110011 | 1011 | 10111 | 100111001 | 101110 | 111010 |
Color Harmonies of #C561AF
Complementary color
Monochromatic Colors of #C561AF
Black with #C561AF
Text Example
Text Example
White with #C561AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561AF; }
p { color: rgb(197,97,175); }
H1.HeaderClassName
{
color: #C561AF;
}
.AnyTagClassName
{
color: #C561AF;
}
</style>
background-color css
<style>
a { background-color: #C561AF; }
a { background-color: rgb(197,97,175); }
div.DivClassName
{
background-color: #C561AF;
}
.BgClassName
{
background-color: #C561AF;
}
</style>
border-color css
<style>
span { border-color: #C561AF; }
span { border-color: rgb(197,97,175); }
td.TdClassName
{
border-color: #C561AF;
}
.TagClassName
{
border-color: #C561AF;
}
</style>