Shades of Fuchsia #C556BD
Tints of Fuchsia #C556BD
RGB
CMYK
RGB Variations
Color information
#C556BD (or 0xC556BD) is known color: Fuchsia. HEX triplet: C5, 56 and BD. RGB value is (197,86,189). Sum of RGB (Red+Green+Blue) = 197+86+189=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C556BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556BD is #3AA942. Grayscale: #828282. Windows color (decimal): -3844419 or 12408517. OLE color: 12408517.
HSL color Cylindrical-coordinate representation of color #C556BD: hue angle of 304.32º 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 #C556BD is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 189 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.23 |
| HSL | 304.32º | 0.49% | 0.55% | - |
| HSV(B) | 304.32º | 0.56% | 0.77% | - |
| XYZ | 35.54 | 22.2 | 50.56 | - |
| YUV | 130.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 189 | 0 | 0.56 | 0.04 | 0.23 | 304.32 | 0.49 | 0.55 |
| Hex | C5 | 56 | BD | 0 | 38 | 4 | 17 | 130 | 31 | 37 |
| Octal | 305 | 126 | 275 | 0 | 70 | 4 | 27 | 460 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10111101 | 0 | 111000 | 100 | 10111 | 100110000 | 110001 | 110111 |
Color Harmonies of #C556BD
Complementary color
Monochromatic Colors of #C556BD
Black with #C556BD
Text Example
Text Example
White with #C556BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556BD; }
p { color: rgb(197,86,189); }
H1.HeaderClassName
{
color: #C556BD;
}
.AnyTagClassName
{
color: #C556BD;
}
</style>
background-color css
<style>
a { background-color: #C556BD; }
a { background-color: rgb(197,86,189); }
div.DivClassName
{
background-color: #C556BD;
}
.BgClassName
{
background-color: #C556BD;
}
</style>
border-color css
<style>
span { border-color: #C556BD; }
span { border-color: rgb(197,86,189); }
td.TdClassName
{
border-color: #C556BD;
}
.TagClassName
{
border-color: #C556BD;
}
</style>