Shades of Fuchsia #C559B2
Tints of Fuchsia #C559B2
RGB
CMYK
RGB Variations
Color information
#C559B2 (or 0xC559B2) is known color: Fuchsia. HEX triplet: C5, 59 and B2. RGB value is (197,89,178). Sum of RGB (Red+Green+Blue) = 197+89+178=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C559B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C559B2 is #3AA64D. Grayscale: #838383. Windows color (decimal): -3843662 or 11688389. OLE color: 11688389.
HSL color Cylindrical-coordinate representation of color #C559B2: hue angle of 310.56º 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 #C559B2 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 178 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.23 |
| HSL | 310.56º | 0.48% | 0.56% | - |
| HSV(B) | 310.56º | 0.55% | 0.77% | - |
| XYZ | 34.63 | 22.23 | 44.58 | - |
| YUV | 131.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 178 | 0 | 0.55 | 0.10 | 0.23 | 310.56 | 0.48 | 0.56 |
| Hex | C5 | 59 | B2 | 0 | 37 | A | 17 | 137 | 30 | 38 |
| Octal | 305 | 131 | 262 | 0 | 67 | 12 | 27 | 467 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10110010 | 0 | 110111 | 1010 | 10111 | 100110111 | 110000 | 111000 |
Color Harmonies of #C559B2
Complementary color
Monochromatic Colors of #C559B2
Black with #C559B2
Text Example
Text Example
White with #C559B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559B2; }
p { color: rgb(197,89,178); }
H1.HeaderClassName
{
color: #C559B2;
}
.AnyTagClassName
{
color: #C559B2;
}
</style>
background-color css
<style>
a { background-color: #C559B2; }
a { background-color: rgb(197,89,178); }
div.DivClassName
{
background-color: #C559B2;
}
.BgClassName
{
background-color: #C559B2;
}
</style>
border-color css
<style>
span { border-color: #C559B2; }
span { border-color: rgb(197,89,178); }
td.TdClassName
{
border-color: #C559B2;
}
.TagClassName
{
border-color: #C559B2;
}
</style>