Shades of Fuchsia #C545AB
Tints of Fuchsia #C545AB
RGB
CMYK
RGB Variations
Color information
#C545AB (or 0xC545AB) is known color: Fuchsia. HEX triplet: C5, 45 and AB. RGB value is (197,69,171). Sum of RGB (Red+Green+Blue) = 197+69+171=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C545AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545AB is #3ABA54. Grayscale: #767676. Windows color (decimal): -3848789 or 11224517. OLE color: 11224517.
HSL color Cylindrical-coordinate representation of color #C545AB: hue angle of 312.19º 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 #C545AB is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 171 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.23 |
| HSL | 312.19º | 0.52% | 0.52% | - |
| HSV(B) | 312.19º | 0.65% | 0.77% | - |
| XYZ | 32.5 | 19.07 | 40.5 | - |
| YUV | 118.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 171 | 0 | 0.65 | 0.13 | 0.23 | 312.19 | 0.52 | 0.52 |
| Hex | C5 | 45 | AB | 0 | 41 | D | 17 | 138 | 34 | 34 |
| Octal | 305 | 105 | 253 | 0 | 101 | 15 | 27 | 470 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10101011 | 0 | 1000001 | 1101 | 10111 | 100111000 | 110100 | 110100 |
Color Harmonies of #C545AB
Complementary color
Monochromatic Colors of #C545AB
Black with #C545AB
Text Example
Text Example
White with #C545AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545AB; }
p { color: rgb(197,69,171); }
H1.HeaderClassName
{
color: #C545AB;
}
.AnyTagClassName
{
color: #C545AB;
}
</style>
background-color css
<style>
a { background-color: #C545AB; }
a { background-color: rgb(197,69,171); }
div.DivClassName
{
background-color: #C545AB;
}
.BgClassName
{
background-color: #C545AB;
}
</style>
border-color css
<style>
span { border-color: #C545AB; }
span { border-color: rgb(197,69,171); }
td.TdClassName
{
border-color: #C545AB;
}
.TagClassName
{
border-color: #C545AB;
}
</style>