Shades of Fuchsia #C549B6
Tints of Fuchsia #C549B6
RGB
CMYK
RGB Variations
Color information
#C549B6 (or 0xC549B6) is known color: Fuchsia. HEX triplet: C5, 49 and B6. RGB value is (197,73,182). Sum of RGB (Red+Green+Blue) = 197+73+182=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C549B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549B6 is #3AB649. Grayscale: #7A7A7A. Windows color (decimal): -3847754 or 11946437. OLE color: 11946437.
HSL color Cylindrical-coordinate representation of color #C549B6: hue angle of 307.26º 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 #C549B6 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 182 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.23 |
| HSL | 307.26º | 0.52% | 0.53% | - |
| HSV(B) | 307.26º | 0.63% | 0.77% | - |
| XYZ | 33.85 | 20.01 | 46.33 | - |
| YUV | 122.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 182 | 0 | 0.63 | 0.08 | 0.23 | 307.26 | 0.52 | 0.53 |
| Hex | C5 | 49 | B6 | 0 | 3F | 8 | 17 | 133 | 34 | 35 |
| Octal | 305 | 111 | 266 | 0 | 77 | 10 | 27 | 463 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10110110 | 0 | 111111 | 1000 | 10111 | 100110011 | 110100 | 110101 |
Color Harmonies of #C549B6
Complementary color
Monochromatic Colors of #C549B6
Black with #C549B6
Text Example
Text Example
White with #C549B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549B6; }
p { color: rgb(197,73,182); }
H1.HeaderClassName
{
color: #C549B6;
}
.AnyTagClassName
{
color: #C549B6;
}
</style>
background-color css
<style>
a { background-color: #C549B6; }
a { background-color: rgb(197,73,182); }
div.DivClassName
{
background-color: #C549B6;
}
.BgClassName
{
background-color: #C549B6;
}
</style>
border-color css
<style>
span { border-color: #C549B6; }
span { border-color: rgb(197,73,182); }
td.TdClassName
{
border-color: #C549B6;
}
.TagClassName
{
border-color: #C549B6;
}
</style>