Shades of Fuchsia #C549BF
Tints of Fuchsia #C549BF
RGB
CMYK
RGB Variations
Color information
#C549BF (or 0xC549BF) is known color: Fuchsia. HEX triplet: C5, 49 and BF. RGB value is (197,73,191). Sum of RGB (Red+Green+Blue) = 197+73+191=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BF is #3AB640. Grayscale: #7B7B7B. Windows color (decimal): -3847745 or 12536261. OLE color: 12536261.
HSL color Cylindrical-coordinate representation of color #C549BF: hue angle of 302.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C549BF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 191 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.23 |
| HSL | 302.9º | 0.52% | 0.53% | - |
| HSV(B) | 302.9º | 0.63% | 0.77% | - |
| XYZ | 34.81 | 20.4 | 51.39 | - |
| YUV | 123.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 191 | 0 | 0.63 | 0.03 | 0.23 | 302.9 | 0.52 | 0.53 |
| Hex | C5 | 49 | BF | 0 | 3F | 3 | 17 | 12F | 34 | 35 |
| Octal | 305 | 111 | 277 | 0 | 77 | 3 | 27 | 457 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10111111 | 0 | 111111 | 11 | 10111 | 100101111 | 110100 | 110101 |
Color Harmonies of #C549BF
Complementary color
Monochromatic Colors of #C549BF
Black with #C549BF
Text Example
Text Example
White with #C549BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549BF; }
p { color: rgb(197,73,191); }
H1.HeaderClassName
{
color: #C549BF;
}
.AnyTagClassName
{
color: #C549BF;
}
</style>
background-color css
<style>
a { background-color: #C549BF; }
a { background-color: rgb(197,73,191); }
div.DivClassName
{
background-color: #C549BF;
}
.BgClassName
{
background-color: #C549BF;
}
</style>
border-color css
<style>
span { border-color: #C549BF; }
span { border-color: rgb(197,73,191); }
td.TdClassName
{
border-color: #C549BF;
}
.TagClassName
{
border-color: #C549BF;
}
</style>