Shades of Fuchsia #C547BB
Tints of Fuchsia #C547BB
RGB
CMYK
RGB Variations
Color information
#C547BB (or 0xC547BB) is known color: Fuchsia. HEX triplet: C5, 47 and BB. RGB value is (197,71,187). Sum of RGB (Red+Green+Blue) = 197+71+187=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C547BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547BB is #3AB844. Grayscale: #797979. Windows color (decimal): -3848261 or 12273605. OLE color: 12273605.
HSL color Cylindrical-coordinate representation of color #C547BB: hue angle of 304.76º 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 #C547BB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 187 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.23 |
| HSL | 304.76º | 0.52% | 0.53% | - |
| HSV(B) | 304.76º | 0.64% | 0.77% | - |
| XYZ | 34.25 | 19.96 | 49.06 | - |
| YUV | 121.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 187 | 0 | 0.64 | 0.05 | 0.23 | 304.76 | 0.52 | 0.53 |
| Hex | C5 | 47 | BB | 0 | 40 | 5 | 17 | 131 | 34 | 35 |
| Octal | 305 | 107 | 273 | 0 | 100 | 5 | 27 | 461 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10111011 | 0 | 1000000 | 101 | 10111 | 100110001 | 110100 | 110101 |
Color Harmonies of #C547BB
Complementary color
Monochromatic Colors of #C547BB
Black with #C547BB
Text Example
Text Example
White with #C547BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547BB; }
p { color: rgb(197,71,187); }
H1.HeaderClassName
{
color: #C547BB;
}
.AnyTagClassName
{
color: #C547BB;
}
</style>
background-color css
<style>
a { background-color: #C547BB; }
a { background-color: rgb(197,71,187); }
div.DivClassName
{
background-color: #C547BB;
}
.BgClassName
{
background-color: #C547BB;
}
</style>
border-color css
<style>
span { border-color: #C547BB; }
span { border-color: rgb(197,71,187); }
td.TdClassName
{
border-color: #C547BB;
}
.TagClassName
{
border-color: #C547BB;
}
</style>