Shades of Fuchsia #C561AD
Tints of Fuchsia #C561AD
RGB
CMYK
RGB Variations
Color information
#C561AD (or 0xC561AD) is known color: Fuchsia. HEX triplet: C5, 61 and AD. RGB value is (197,97,173). Sum of RGB (Red+Green+Blue) = 197+97+173=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AD is #3A9E52. Grayscale: #878787. Windows color (decimal): -3841619 or 11362757. OLE color: 11362757.
HSL color Cylindrical-coordinate representation of color #C561AD: hue angle of 314.4º 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 #C561AD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 173 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.23 |
| HSL | 314.4º | 0.46% | 0.58% | - |
| HSV(B) | 314.4º | 0.51% | 0.77% | - |
| XYZ | 34.84 | 23.44 | 42.22 | - |
| YUV | 135.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 173 | 0 | 0.51 | 0.12 | 0.23 | 314.4 | 0.46 | 0.58 |
| Hex | C5 | 61 | AD | 0 | 33 | C | 17 | 13A | 2E | 3A |
| Octal | 305 | 141 | 255 | 0 | 63 | 14 | 27 | 472 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10101101 | 0 | 110011 | 1100 | 10111 | 100111010 | 101110 | 111010 |
Color Harmonies of #C561AD
Complementary color
Monochromatic Colors of #C561AD
Black with #C561AD
Text Example
Text Example
White with #C561AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561AD; }
p { color: rgb(197,97,173); }
H1.HeaderClassName
{
color: #C561AD;
}
.AnyTagClassName
{
color: #C561AD;
}
</style>
background-color css
<style>
a { background-color: #C561AD; }
a { background-color: rgb(197,97,173); }
div.DivClassName
{
background-color: #C561AD;
}
.BgClassName
{
background-color: #C561AD;
}
</style>
border-color css
<style>
span { border-color: #C561AD; }
span { border-color: rgb(197,97,173); }
td.TdClassName
{
border-color: #C561AD;
}
.TagClassName
{
border-color: #C561AD;
}
</style>