Shades of Fuchsia #C559BA
Tints of Fuchsia #C559BA
RGB
CMYK
RGB Variations
Color information
#C559BA (or 0xC559BA) is known color: Fuchsia. HEX triplet: C5, 59 and BA. RGB value is (197,89,186). Sum of RGB (Red+Green+Blue) = 197+89+186=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C559BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559BA is #3AA645. Grayscale: #848484. Windows color (decimal): -3843654 or 12212677. OLE color: 12212677.
HSL color Cylindrical-coordinate representation of color #C559BA: hue angle of 306.11º 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 #C559BA is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 186 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.23 |
| HSL | 306.11º | 0.48% | 0.56% | - |
| HSV(B) | 306.11º | 0.55% | 0.77% | - |
| XYZ | 35.46 | 22.56 | 48.94 | - |
| YUV | 132.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 186 | 0 | 0.55 | 0.06 | 0.23 | 306.11 | 0.48 | 0.56 |
| Hex | C5 | 59 | BA | 0 | 37 | 6 | 17 | 132 | 30 | 38 |
| Octal | 305 | 131 | 272 | 0 | 67 | 6 | 27 | 462 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10111010 | 0 | 110111 | 110 | 10111 | 100110010 | 110000 | 111000 |
Color Harmonies of #C559BA
Complementary color
Monochromatic Colors of #C559BA
Black with #C559BA
Text Example
Text Example
White with #C559BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559BA; }
p { color: rgb(197,89,186); }
H1.HeaderClassName
{
color: #C559BA;
}
.AnyTagClassName
{
color: #C559BA;
}
</style>
background-color css
<style>
a { background-color: #C559BA; }
a { background-color: rgb(197,89,186); }
div.DivClassName
{
background-color: #C559BA;
}
.BgClassName
{
background-color: #C559BA;
}
</style>
border-color css
<style>
span { border-color: #C559BA; }
span { border-color: rgb(197,89,186); }
td.TdClassName
{
border-color: #C559BA;
}
.TagClassName
{
border-color: #C559BA;
}
</style>