Shades of Fuchsia #C559BD
Tints of Fuchsia #C559BD
RGB
CMYK
RGB Variations
Color information
#C559BD (or 0xC559BD) is known color: Fuchsia. HEX triplet: C5, 59 and BD. RGB value is (197,89,189). Sum of RGB (Red+Green+Blue) = 197+89+189=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C559BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559BD is #3AA642. Grayscale: #848484. Windows color (decimal): -3843651 or 12409285. OLE color: 12409285.
HSL color Cylindrical-coordinate representation of color #C559BD: hue angle of 304.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C559BD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 189 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.23 |
| HSL | 304.44º | 0.48% | 0.56% | - |
| HSV(B) | 304.44º | 0.55% | 0.77% | - |
| XYZ | 35.78 | 22.69 | 50.64 | - |
| YUV | 132.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 189 | 0 | 0.55 | 0.04 | 0.23 | 304.44 | 0.48 | 0.56 |
| Hex | C5 | 59 | BD | 0 | 37 | 4 | 17 | 130 | 30 | 38 |
| Octal | 305 | 131 | 275 | 0 | 67 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10111101 | 0 | 110111 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C559BD
Complementary color
Monochromatic Colors of #C559BD
Black with #C559BD
Text Example
Text Example
White with #C559BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559BD; }
p { color: rgb(197,89,189); }
H1.HeaderClassName
{
color: #C559BD;
}
.AnyTagClassName
{
color: #C559BD;
}
</style>
background-color css
<style>
a { background-color: #C559BD; }
a { background-color: rgb(197,89,189); }
div.DivClassName
{
background-color: #C559BD;
}
.BgClassName
{
background-color: #C559BD;
}
</style>
border-color css
<style>
span { border-color: #C559BD; }
span { border-color: rgb(197,89,189); }
td.TdClassName
{
border-color: #C559BD;
}
.TagClassName
{
border-color: #C559BD;
}
</style>