Shades of Fuchsia #C549BC
Tints of Fuchsia #C549BC
RGB
CMYK
RGB Variations
Color information
#C549BC (or 0xC549BC) is known color: Fuchsia. HEX triplet: C5, 49 and BC. RGB value is (197,73,188). Sum of RGB (Red+Green+Blue) = 197+73+188=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BC is #3AB643. Grayscale: #7A7A7A. Windows color (decimal): -3847748 or 12339653. OLE color: 12339653.
HSL color Cylindrical-coordinate representation of color #C549BC: hue angle of 304.35º 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 #C549BC is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 188 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.23 |
| HSL | 304.35º | 0.52% | 0.53% | - |
| HSV(B) | 304.35º | 0.63% | 0.77% | - |
| XYZ | 34.49 | 20.27 | 49.67 | - |
| YUV | 123.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 188 | 0 | 0.63 | 0.05 | 0.23 | 304.35 | 0.52 | 0.53 |
| Hex | C5 | 49 | BC | 0 | 3F | 5 | 17 | 130 | 34 | 35 |
| Octal | 305 | 111 | 274 | 0 | 77 | 5 | 27 | 460 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10111100 | 0 | 111111 | 101 | 10111 | 100110000 | 110100 | 110101 |
Color Harmonies of #C549BC
Complementary color
Monochromatic Colors of #C549BC
Black with #C549BC
Text Example
Text Example
White with #C549BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549BC; }
p { color: rgb(197,73,188); }
H1.HeaderClassName
{
color: #C549BC;
}
.AnyTagClassName
{
color: #C549BC;
}
</style>
background-color css
<style>
a { background-color: #C549BC; }
a { background-color: rgb(197,73,188); }
div.DivClassName
{
background-color: #C549BC;
}
.BgClassName
{
background-color: #C549BC;
}
</style>
border-color css
<style>
span { border-color: #C549BC; }
span { border-color: rgb(197,73,188); }
td.TdClassName
{
border-color: #C549BC;
}
.TagClassName
{
border-color: #C549BC;
}
</style>