Shades of Fuchsia #C547AE
Tints of Fuchsia #C547AE
RGB
CMYK
RGB Variations
Color information
#C547AE (or 0xC547AE) is known color: Fuchsia. HEX triplet: C5, 47 and AE. RGB value is (197,71,174). Sum of RGB (Red+Green+Blue) = 197+71+174=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AE is #3AB851. Grayscale: #787878. Windows color (decimal): -3848274 or 11421637. OLE color: 11421637.
HSL color Cylindrical-coordinate representation of color #C547AE: hue angle of 310.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C547AE is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 174 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.23 |
| HSL | 310.95º | 0.52% | 0.53% | - |
| HSV(B) | 310.95º | 0.64% | 0.77% | - |
| XYZ | 32.92 | 19.43 | 42.06 | - |
| YUV | 120.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 174 | 0 | 0.64 | 0.12 | 0.23 | 310.95 | 0.52 | 0.53 |
| Hex | C5 | 47 | AE | 0 | 40 | C | 17 | 137 | 34 | 35 |
| Octal | 305 | 107 | 256 | 0 | 100 | 14 | 27 | 467 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10101110 | 0 | 1000000 | 1100 | 10111 | 100110111 | 110100 | 110101 |
Color Harmonies of #C547AE
Complementary color
Monochromatic Colors of #C547AE
Black with #C547AE
Text Example
Text Example
White with #C547AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547AE; }
p { color: rgb(197,71,174); }
H1.HeaderClassName
{
color: #C547AE;
}
.AnyTagClassName
{
color: #C547AE;
}
</style>
background-color css
<style>
a { background-color: #C547AE; }
a { background-color: rgb(197,71,174); }
div.DivClassName
{
background-color: #C547AE;
}
.BgClassName
{
background-color: #C547AE;
}
</style>
border-color css
<style>
span { border-color: #C547AE; }
span { border-color: rgb(197,71,174); }
td.TdClassName
{
border-color: #C547AE;
}
.TagClassName
{
border-color: #C547AE;
}
</style>