Shades of Fuchsia #C547BF
Tints of Fuchsia #C547BF
RGB
CMYK
RGB Variations
Color information
#C547BF (or 0xC547BF) is known color: Fuchsia. HEX triplet: C5, 47 and BF. RGB value is (197,71,191). Sum of RGB (Red+Green+Blue) = 197+71+191=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C547BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547BF is #3AB840. Grayscale: #7A7A7A. Windows color (decimal): -3848257 or 12535749. OLE color: 12535749.
HSL color Cylindrical-coordinate representation of color #C547BF: hue angle of 302.86º 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 #C547BF is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 191 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.23 |
| HSL | 302.86º | 0.52% | 0.53% | - |
| HSV(B) | 302.86º | 0.64% | 0.77% | - |
| XYZ | 34.68 | 20.14 | 51.35 | - |
| YUV | 122.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 191 | 0 | 0.64 | 0.03 | 0.23 | 302.86 | 0.52 | 0.53 |
| Hex | C5 | 47 | BF | 0 | 40 | 3 | 17 | 12F | 34 | 35 |
| Octal | 305 | 107 | 277 | 0 | 100 | 3 | 27 | 457 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10111111 | 0 | 1000000 | 11 | 10111 | 100101111 | 110100 | 110101 |
Color Harmonies of #C547BF
Complementary color
Monochromatic Colors of #C547BF
Black with #C547BF
Text Example
Text Example
White with #C547BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547BF; }
p { color: rgb(197,71,191); }
H1.HeaderClassName
{
color: #C547BF;
}
.AnyTagClassName
{
color: #C547BF;
}
</style>
background-color css
<style>
a { background-color: #C547BF; }
a { background-color: rgb(197,71,191); }
div.DivClassName
{
background-color: #C547BF;
}
.BgClassName
{
background-color: #C547BF;
}
</style>
border-color css
<style>
span { border-color: #C547BF; }
span { border-color: rgb(197,71,191); }
td.TdClassName
{
border-color: #C547BF;
}
.TagClassName
{
border-color: #C547BF;
}
</style>