Shades of Fuchsia #C549AC
Tints of Fuchsia #C549AC
RGB
CMYK
RGB Variations
Color information
#C549AC (or 0xC549AC) is known color: Fuchsia. HEX triplet: C5, 49 and AC. RGB value is (197,73,172). Sum of RGB (Red+Green+Blue) = 197+73+172=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C549AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C549AC is #3AB653. Grayscale: #797979. Windows color (decimal): -3847764 or 11291077. OLE color: 11291077.
HSL color Cylindrical-coordinate representation of color #C549AC: hue angle of 312.1º 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 #C549AC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 172 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.23 |
| HSL | 312.1º | 0.52% | 0.53% | - |
| HSV(B) | 312.1º | 0.63% | 0.77% | - |
| XYZ | 32.85 | 19.61 | 41.08 | - |
| YUV | 121.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 172 | 0 | 0.63 | 0.13 | 0.23 | 312.1 | 0.52 | 0.53 |
| Hex | C5 | 49 | AC | 0 | 3F | D | 17 | 138 | 34 | 35 |
| Octal | 305 | 111 | 254 | 0 | 77 | 15 | 27 | 470 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10101100 | 0 | 111111 | 1101 | 10111 | 100111000 | 110100 | 110101 |
Color Harmonies of #C549AC
Complementary color
Monochromatic Colors of #C549AC
Black with #C549AC
Text Example
Text Example
White with #C549AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549AC; }
p { color: rgb(197,73,172); }
H1.HeaderClassName
{
color: #C549AC;
}
.AnyTagClassName
{
color: #C549AC;
}
</style>
background-color css
<style>
a { background-color: #C549AC; }
a { background-color: rgb(197,73,172); }
div.DivClassName
{
background-color: #C549AC;
}
.BgClassName
{
background-color: #C549AC;
}
</style>
border-color css
<style>
span { border-color: #C549AC; }
span { border-color: rgb(197,73,172); }
td.TdClassName
{
border-color: #C549AC;
}
.TagClassName
{
border-color: #C549AC;
}
</style>