Shades of Fuchsia #C549AD
Tints of Fuchsia #C549AD
RGB
CMYK
RGB Variations
Color information
#C549AD (or 0xC549AD) is known color: Fuchsia. HEX triplet: C5, 49 and AD. RGB value is (197,73,173). Sum of RGB (Red+Green+Blue) = 197+73+173=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C549AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C549AD is #3AB652. Grayscale: #797979. Windows color (decimal): -3847763 or 11356613. OLE color: 11356613.
HSL color Cylindrical-coordinate representation of color #C549AD: hue angle of 311.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C549AD is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 173 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.23 |
| HSL | 311.61º | 0.52% | 0.53% | - |
| HSV(B) | 311.61º | 0.63% | 0.77% | - |
| XYZ | 32.95 | 19.65 | 41.59 | - |
| YUV | 121.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 173 | 0 | 0.63 | 0.12 | 0.23 | 311.61 | 0.52 | 0.53 |
| Hex | C5 | 49 | AD | 0 | 3F | C | 17 | 138 | 34 | 35 |
| Octal | 305 | 111 | 255 | 0 | 77 | 14 | 27 | 470 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10101101 | 0 | 111111 | 1100 | 10111 | 100111000 | 110100 | 110101 |
Color Harmonies of #C549AD
Complementary color
Monochromatic Colors of #C549AD
Black with #C549AD
Text Example
Text Example
White with #C549AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549AD; }
p { color: rgb(197,73,173); }
H1.HeaderClassName
{
color: #C549AD;
}
.AnyTagClassName
{
color: #C549AD;
}
</style>
background-color css
<style>
a { background-color: #C549AD; }
a { background-color: rgb(197,73,173); }
div.DivClassName
{
background-color: #C549AD;
}
.BgClassName
{
background-color: #C549AD;
}
</style>
border-color css
<style>
span { border-color: #C549AD; }
span { border-color: rgb(197,73,173); }
td.TdClassName
{
border-color: #C549AD;
}
.TagClassName
{
border-color: #C549AD;
}
</style>