Shades of Fuchsia #C546A9
Tints of Fuchsia #C546A9
RGB
CMYK
RGB Variations
Color information
#C546A9 (or 0xC546A9) is known color: Fuchsia. HEX triplet: C5, 46 and A9. RGB value is (197,70,169). Sum of RGB (Red+Green+Blue) = 197+70+169=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C546A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546A9 is #3AB956. Grayscale: #767676. Windows color (decimal): -3848535 or 11093701. OLE color: 11093701.
HSL color Cylindrical-coordinate representation of color #C546A9: hue angle of 313.23º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C546A9 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 169 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.23 |
| HSL | 313.23º | 0.52% | 0.52% | - |
| HSV(B) | 313.23º | 0.64% | 0.77% | - |
| XYZ | 32.38 | 19.12 | 39.52 | - |
| YUV | 119.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 169 | 0 | 0.64 | 0.14 | 0.23 | 313.23 | 0.52 | 0.52 |
| Hex | C5 | 46 | A9 | 0 | 40 | E | 17 | 139 | 34 | 34 |
| Octal | 305 | 106 | 251 | 0 | 100 | 16 | 27 | 471 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10101001 | 0 | 1000000 | 1110 | 10111 | 100111001 | 110100 | 110100 |
Color Harmonies of #C546A9
Complementary color
Monochromatic Colors of #C546A9
Black with #C546A9
Text Example
Text Example
White with #C546A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546A9; }
p { color: rgb(197,70,169); }
H1.HeaderClassName
{
color: #C546A9;
}
.AnyTagClassName
{
color: #C546A9;
}
</style>
background-color css
<style>
a { background-color: #C546A9; }
a { background-color: rgb(197,70,169); }
div.DivClassName
{
background-color: #C546A9;
}
.BgClassName
{
background-color: #C546A9;
}
</style>
border-color css
<style>
span { border-color: #C546A9; }
span { border-color: rgb(197,70,169); }
td.TdClassName
{
border-color: #C546A9;
}
.TagClassName
{
border-color: #C546A9;
}
</style>