Shades of Fuchsia #C559B3
Tints of Fuchsia #C559B3
RGB
CMYK
RGB Variations
Color information
#C559B3 (or 0xC559B3) is known color: Fuchsia. HEX triplet: C5, 59 and B3. RGB value is (197,89,179). Sum of RGB (Red+Green+Blue) = 197+89+179=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C559B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559B3 is #3AA64C. Grayscale: #838383. Windows color (decimal): -3843661 or 11753925. OLE color: 11753925.
HSL color Cylindrical-coordinate representation of color #C559B3: hue angle of 310º 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 #C559B3 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 179 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.23 |
| HSL | 310º | 0.48% | 0.56% | - |
| HSV(B) | 310º | 0.55% | 0.77% | - |
| XYZ | 34.74 | 22.27 | 45.12 | - |
| YUV | 131.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 179 | 0 | 0.55 | 0.09 | 0.23 | 310 | 0.48 | 0.56 |
| Hex | C5 | 59 | B3 | 0 | 37 | 9 | 17 | 136 | 30 | 38 |
| Octal | 305 | 131 | 263 | 0 | 67 | 11 | 27 | 466 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10110011 | 0 | 110111 | 1001 | 10111 | 100110110 | 110000 | 111000 |
Color Harmonies of #C559B3
Complementary color
Monochromatic Colors of #C559B3
Black with #C559B3
Text Example
Text Example
White with #C559B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559B3; }
p { color: rgb(197,89,179); }
H1.HeaderClassName
{
color: #C559B3;
}
.AnyTagClassName
{
color: #C559B3;
}
</style>
background-color css
<style>
a { background-color: #C559B3; }
a { background-color: rgb(197,89,179); }
div.DivClassName
{
background-color: #C559B3;
}
.BgClassName
{
background-color: #C559B3;
}
</style>
border-color css
<style>
span { border-color: #C559B3; }
span { border-color: rgb(197,89,179); }
td.TdClassName
{
border-color: #C559B3;
}
.TagClassName
{
border-color: #C559B3;
}
</style>