Shades of Fuchsia #C556BC
Tints of Fuchsia #C556BC
RGB
CMYK
RGB Variations
Color information
#C556BC (or 0xC556BC) is known color: Fuchsia. HEX triplet: C5, 56 and BC. RGB value is (197,86,188). Sum of RGB (Red+Green+Blue) = 197+86+188=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C556BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556BC is #3AA943. Grayscale: #828282. Windows color (decimal): -3844420 or 12342981. OLE color: 12342981.
HSL color Cylindrical-coordinate representation of color #C556BC: hue angle of 304.86º 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 #C556BC is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 188 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.23 |
| HSL | 304.86º | 0.49% | 0.55% | - |
| HSV(B) | 304.86º | 0.56% | 0.77% | - |
| XYZ | 35.43 | 22.16 | 49.99 | - |
| YUV | 130.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 188 | 0 | 0.56 | 0.05 | 0.23 | 304.86 | 0.49 | 0.55 |
| Hex | C5 | 56 | BC | 0 | 38 | 5 | 17 | 131 | 31 | 37 |
| Octal | 305 | 126 | 274 | 0 | 70 | 5 | 27 | 461 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10111100 | 0 | 111000 | 101 | 10111 | 100110001 | 110001 | 110111 |
Color Harmonies of #C556BC
Complementary color
Monochromatic Colors of #C556BC
Black with #C556BC
Text Example
Text Example
White with #C556BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556BC; }
p { color: rgb(197,86,188); }
H1.HeaderClassName
{
color: #C556BC;
}
.AnyTagClassName
{
color: #C556BC;
}
</style>
background-color css
<style>
a { background-color: #C556BC; }
a { background-color: rgb(197,86,188); }
div.DivClassName
{
background-color: #C556BC;
}
.BgClassName
{
background-color: #C556BC;
}
</style>
border-color css
<style>
span { border-color: #C556BC; }
span { border-color: rgb(197,86,188); }
td.TdClassName
{
border-color: #C556BC;
}
.TagClassName
{
border-color: #C556BC;
}
</style>