Shades of Fuchsia #C549B2
Tints of Fuchsia #C549B2
RGB
CMYK
RGB Variations
Color information
#C549B2 (or 0xC549B2) is known color: Fuchsia. HEX triplet: C5, 49 and B2. RGB value is (197,73,178). Sum of RGB (Red+Green+Blue) = 197+73+178=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C549B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C549B2 is #3AB64D. Grayscale: #797979. Windows color (decimal): -3847758 or 11684293. OLE color: 11684293.
HSL color Cylindrical-coordinate representation of color #C549B2: hue angle of 309.19º 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 #C549B2 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 178 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.23 |
| HSL | 309.19º | 0.52% | 0.53% | - |
| HSV(B) | 309.19º | 0.63% | 0.77% | - |
| XYZ | 33.44 | 19.85 | 44.19 | - |
| YUV | 122.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 178 | 0 | 0.63 | 0.10 | 0.23 | 309.19 | 0.52 | 0.53 |
| Hex | C5 | 49 | B2 | 0 | 3F | A | 17 | 135 | 34 | 35 |
| Octal | 305 | 111 | 262 | 0 | 77 | 12 | 27 | 465 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10110010 | 0 | 111111 | 1010 | 10111 | 100110101 | 110100 | 110101 |
Color Harmonies of #C549B2
Complementary color
Monochromatic Colors of #C549B2
Black with #C549B2
Text Example
Text Example
White with #C549B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549B2; }
p { color: rgb(197,73,178); }
H1.HeaderClassName
{
color: #C549B2;
}
.AnyTagClassName
{
color: #C549B2;
}
</style>
background-color css
<style>
a { background-color: #C549B2; }
a { background-color: rgb(197,73,178); }
div.DivClassName
{
background-color: #C549B2;
}
.BgClassName
{
background-color: #C549B2;
}
</style>
border-color css
<style>
span { border-color: #C549B2; }
span { border-color: rgb(197,73,178); }
td.TdClassName
{
border-color: #C549B2;
}
.TagClassName
{
border-color: #C549B2;
}
</style>