Shades of Fuchsia #C549BB
Tints of Fuchsia #C549BB
RGB
CMYK
RGB Variations
Color information
#C549BB (or 0xC549BB) is known color: Fuchsia. HEX triplet: C5, 49 and BB. RGB value is (197,73,187). Sum of RGB (Red+Green+Blue) = 197+73+187=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BB is #3AB644. Grayscale: #7A7A7A. Windows color (decimal): -3847749 or 12274117. OLE color: 12274117.
HSL color Cylindrical-coordinate representation of color #C549BB: hue angle of 304.84º 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 #C549BB is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 187 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.23 |
| HSL | 304.84º | 0.52% | 0.53% | - |
| HSV(B) | 304.84º | 0.63% | 0.77% | - |
| XYZ | 34.38 | 20.22 | 49.11 | - |
| YUV | 123.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 187 | 0 | 0.63 | 0.05 | 0.23 | 304.84 | 0.52 | 0.53 |
| Hex | C5 | 49 | BB | 0 | 3F | 5 | 17 | 131 | 34 | 35 |
| Octal | 305 | 111 | 273 | 0 | 77 | 5 | 27 | 461 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10111011 | 0 | 111111 | 101 | 10111 | 100110001 | 110100 | 110101 |
Color Harmonies of #C549BB
Complementary color
Monochromatic Colors of #C549BB
Black with #C549BB
Text Example
Text Example
White with #C549BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549BB; }
p { color: rgb(197,73,187); }
H1.HeaderClassName
{
color: #C549BB;
}
.AnyTagClassName
{
color: #C549BB;
}
</style>
background-color css
<style>
a { background-color: #C549BB; }
a { background-color: rgb(197,73,187); }
div.DivClassName
{
background-color: #C549BB;
}
.BgClassName
{
background-color: #C549BB;
}
</style>
border-color css
<style>
span { border-color: #C549BB; }
span { border-color: rgb(197,73,187); }
td.TdClassName
{
border-color: #C549BB;
}
.TagClassName
{
border-color: #C549BB;
}
</style>