Shades of Fuchsia #C556B4
Tints of Fuchsia #C556B4
RGB
CMYK
RGB Variations
Color information
#C556B4 (or 0xC556B4) is known color: Fuchsia. HEX triplet: C5, 56 and B4. RGB value is (197,86,180). Sum of RGB (Red+Green+Blue) = 197+86+180=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C556B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556B4 is #3AA94B. Grayscale: #818181. Windows color (decimal): -3844428 or 11818693. OLE color: 11818693.
HSL color Cylindrical-coordinate representation of color #C556B4: hue angle of 309.19º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C556B4 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 180 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.23 |
| HSL | 309.19º | 0.49% | 0.55% | - |
| HSV(B) | 309.19º | 0.56% | 0.77% | - |
| XYZ | 34.59 | 21.82 | 45.57 | - |
| YUV | 129.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 180 | 0 | 0.56 | 0.09 | 0.23 | 309.19 | 0.49 | 0.55 |
| Hex | C5 | 56 | B4 | 0 | 38 | 9 | 17 | 135 | 31 | 37 |
| Octal | 305 | 126 | 264 | 0 | 70 | 11 | 27 | 465 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10110100 | 0 | 111000 | 1001 | 10111 | 100110101 | 110001 | 110111 |
Color Harmonies of #C556B4
Complementary color
Monochromatic Colors of #C556B4
Black with #C556B4
Text Example
Text Example
White with #C556B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556B4; }
p { color: rgb(197,86,180); }
H1.HeaderClassName
{
color: #C556B4;
}
.AnyTagClassName
{
color: #C556B4;
}
</style>
background-color css
<style>
a { background-color: #C556B4; }
a { background-color: rgb(197,86,180); }
div.DivClassName
{
background-color: #C556B4;
}
.BgClassName
{
background-color: #C556B4;
}
</style>
border-color css
<style>
span { border-color: #C556B4; }
span { border-color: rgb(197,86,180); }
td.TdClassName
{
border-color: #C556B4;
}
.TagClassName
{
border-color: #C556B4;
}
</style>