Shades of Fuchsia #C559BF
Tints of Fuchsia #C559BF
RGB
CMYK
RGB Variations
Color information
#C559BF (or 0xC559BF) is known color: Fuchsia. HEX triplet: C5, 59 and BF. RGB value is (197,89,191). Sum of RGB (Red+Green+Blue) = 197+89+191=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C559BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559BF is #3AA640. Grayscale: #848484. Windows color (decimal): -3843649 or 12540357. OLE color: 12540357.
HSL color Cylindrical-coordinate representation of color #C559BF: hue angle of 303.33º 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 #C559BF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 191 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.23 |
| HSL | 303.33º | 0.48% | 0.56% | - |
| HSV(B) | 303.33º | 0.55% | 0.77% | - |
| XYZ | 36 | 22.78 | 51.79 | - |
| YUV | 132.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 191 | 0 | 0.55 | 0.03 | 0.23 | 303.33 | 0.48 | 0.56 |
| Hex | C5 | 59 | BF | 0 | 37 | 3 | 17 | 12F | 30 | 38 |
| Octal | 305 | 131 | 277 | 0 | 67 | 3 | 27 | 457 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10111111 | 0 | 110111 | 11 | 10111 | 100101111 | 110000 | 111000 |
Color Harmonies of #C559BF
Complementary color
Monochromatic Colors of #C559BF
Black with #C559BF
Text Example
Text Example
White with #C559BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559BF; }
p { color: rgb(197,89,191); }
H1.HeaderClassName
{
color: #C559BF;
}
.AnyTagClassName
{
color: #C559BF;
}
</style>
background-color css
<style>
a { background-color: #C559BF; }
a { background-color: rgb(197,89,191); }
div.DivClassName
{
background-color: #C559BF;
}
.BgClassName
{
background-color: #C559BF;
}
</style>
border-color css
<style>
span { border-color: #C559BF; }
span { border-color: rgb(197,89,191); }
td.TdClassName
{
border-color: #C559BF;
}
.TagClassName
{
border-color: #C559BF;
}
</style>