Shades of Fuchsia #C545A9
Tints of Fuchsia #C545A9
RGB
CMYK
RGB Variations
Color information
#C545A9 (or 0xC545A9) is known color: Fuchsia. HEX triplet: C5, 45 and A9. RGB value is (197,69,169). Sum of RGB (Red+Green+Blue) = 197+69+169=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C545A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545A9 is #3ABA56. Grayscale: #767676. Windows color (decimal): -3848791 or 11093445. OLE color: 11093445.
HSL color Cylindrical-coordinate representation of color #C545A9: hue angle of 313.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C545A9 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 169 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.23 |
| HSL | 313.13º | 0.52% | 0.52% | - |
| HSV(B) | 313.13º | 0.65% | 0.77% | - |
| XYZ | 32.32 | 18.99 | 39.5 | - |
| YUV | 118.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 169 | 0 | 0.65 | 0.14 | 0.23 | 313.13 | 0.52 | 0.52 |
| Hex | C5 | 45 | A9 | 0 | 41 | E | 17 | 139 | 34 | 34 |
| Octal | 305 | 105 | 251 | 0 | 101 | 16 | 27 | 471 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10101001 | 0 | 1000001 | 1110 | 10111 | 100111001 | 110100 | 110100 |
Color Harmonies of #C545A9
Complementary color
Monochromatic Colors of #C545A9
Black with #C545A9
Text Example
Text Example
White with #C545A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545A9; }
p { color: rgb(197,69,169); }
H1.HeaderClassName
{
color: #C545A9;
}
.AnyTagClassName
{
color: #C545A9;
}
</style>
background-color css
<style>
a { background-color: #C545A9; }
a { background-color: rgb(197,69,169); }
div.DivClassName
{
background-color: #C545A9;
}
.BgClassName
{
background-color: #C545A9;
}
</style>
border-color css
<style>
span { border-color: #C545A9; }
span { border-color: rgb(197,69,169); }
td.TdClassName
{
border-color: #C545A9;
}
.TagClassName
{
border-color: #C545A9;
}
</style>