Shades of Fuchsia #C561AC
Tints of Fuchsia #C561AC
RGB
CMYK
RGB Variations
Color information
#C561AC (or 0xC561AC) is known color: Fuchsia. HEX triplet: C5, 61 and AC. RGB value is (197,97,172). Sum of RGB (Red+Green+Blue) = 197+97+172=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AC is #3A9E53. Grayscale: #878787. Windows color (decimal): -3841620 or 11297221. OLE color: 11297221.
HSL color Cylindrical-coordinate representation of color #C561AC: hue angle of 315º 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 #C561AC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 172 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.23 |
| HSL | 315º | 0.46% | 0.58% | - |
| HSV(B) | 315º | 0.51% | 0.77% | - |
| XYZ | 34.75 | 23.4 | 41.71 | - |
| YUV | 135.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 172 | 0 | 0.51 | 0.13 | 0.23 | 315 | 0.46 | 0.58 |
| Hex | C5 | 61 | AC | 0 | 33 | D | 17 | 13B | 2E | 3A |
| Octal | 305 | 141 | 254 | 0 | 63 | 15 | 27 | 473 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10101100 | 0 | 110011 | 1101 | 10111 | 100111011 | 101110 | 111010 |
Color Harmonies of #C561AC
Complementary color
Monochromatic Colors of #C561AC
Black with #C561AC
Text Example
Text Example
White with #C561AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561AC; }
p { color: rgb(197,97,172); }
H1.HeaderClassName
{
color: #C561AC;
}
.AnyTagClassName
{
color: #C561AC;
}
</style>
background-color css
<style>
a { background-color: #C561AC; }
a { background-color: rgb(197,97,172); }
div.DivClassName
{
background-color: #C561AC;
}
.BgClassName
{
background-color: #C561AC;
}
</style>
border-color css
<style>
span { border-color: #C561AC; }
span { border-color: rgb(197,97,172); }
td.TdClassName
{
border-color: #C561AC;
}
.TagClassName
{
border-color: #C561AC;
}
</style>