Shades of Fuchsia #C547AF
Tints of Fuchsia #C547AF
RGB
CMYK
RGB Variations
Color information
#C547AF (or 0xC547AF) is known color: Fuchsia. HEX triplet: C5, 47 and AF. RGB value is (197,71,175). Sum of RGB (Red+Green+Blue) = 197+71+175=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AF is #3AB850. Grayscale: #787878. Windows color (decimal): -3848273 or 11487173. OLE color: 11487173.
HSL color Cylindrical-coordinate representation of color #C547AF: hue angle of 310.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C547AF is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 175 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.23 |
| HSL | 310.48º | 0.52% | 0.53% | - |
| HSV(B) | 310.48º | 0.64% | 0.77% | - |
| XYZ | 33.02 | 19.47 | 42.58 | - |
| YUV | 120.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 175 | 0 | 0.64 | 0.11 | 0.23 | 310.48 | 0.52 | 0.53 |
| Hex | C5 | 47 | AF | 0 | 40 | B | 17 | 136 | 34 | 35 |
| Octal | 305 | 107 | 257 | 0 | 100 | 13 | 27 | 466 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10101111 | 0 | 1000000 | 1011 | 10111 | 100110110 | 110100 | 110101 |
Color Harmonies of #C547AF
Complementary color
Monochromatic Colors of #C547AF
Black with #C547AF
Text Example
Text Example
White with #C547AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547AF; }
p { color: rgb(197,71,175); }
H1.HeaderClassName
{
color: #C547AF;
}
.AnyTagClassName
{
color: #C547AF;
}
</style>
background-color css
<style>
a { background-color: #C547AF; }
a { background-color: rgb(197,71,175); }
div.DivClassName
{
background-color: #C547AF;
}
.BgClassName
{
background-color: #C547AF;
}
</style>
border-color css
<style>
span { border-color: #C547AF; }
span { border-color: rgb(197,71,175); }
td.TdClassName
{
border-color: #C547AF;
}
.TagClassName
{
border-color: #C547AF;
}
</style>