Shades of Fuchsia #C549BD
Tints of Fuchsia #C549BD
RGB
CMYK
RGB Variations
Color information
#C549BD (or 0xC549BD) is known color: Fuchsia. HEX triplet: C5, 49 and BD. RGB value is (197,73,189). Sum of RGB (Red+Green+Blue) = 197+73+189=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BD is #3AB642. Grayscale: #7A7A7A. Windows color (decimal): -3847747 or 12405189. OLE color: 12405189.
HSL color Cylindrical-coordinate representation of color #C549BD: hue angle of 303.87º 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 #C549BD is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 189 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.23 |
| HSL | 303.87º | 0.52% | 0.53% | - |
| HSV(B) | 303.87º | 0.63% | 0.77% | - |
| XYZ | 34.59 | 20.31 | 50.24 | - |
| YUV | 123.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 189 | 0 | 0.63 | 0.04 | 0.23 | 303.87 | 0.52 | 0.53 |
| Hex | C5 | 49 | BD | 0 | 3F | 4 | 17 | 130 | 34 | 35 |
| Octal | 305 | 111 | 275 | 0 | 77 | 4 | 27 | 460 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10111101 | 0 | 111111 | 100 | 10111 | 100110000 | 110100 | 110101 |
Color Harmonies of #C549BD
Complementary color
Monochromatic Colors of #C549BD
Black with #C549BD
Text Example
Text Example
White with #C549BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549BD; }
p { color: rgb(197,73,189); }
H1.HeaderClassName
{
color: #C549BD;
}
.AnyTagClassName
{
color: #C549BD;
}
</style>
background-color css
<style>
a { background-color: #C549BD; }
a { background-color: rgb(197,73,189); }
div.DivClassName
{
background-color: #C549BD;
}
.BgClassName
{
background-color: #C549BD;
}
</style>
border-color css
<style>
span { border-color: #C549BD; }
span { border-color: rgb(197,73,189); }
td.TdClassName
{
border-color: #C549BD;
}
.TagClassName
{
border-color: #C549BD;
}
</style>