Shades of Fuchsia #C556A8
Tints of Fuchsia #C556A8
RGB
CMYK
RGB Variations
Color information
#C556A8 (or 0xC556A8) is known color: Fuchsia. HEX triplet: C5, 56 and A8. RGB value is (197,86,168). Sum of RGB (Red+Green+Blue) = 197+86+168=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C556A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C556A8 is #3AA957. Grayscale: #808080. Windows color (decimal): -3844440 or 11032261. OLE color: 11032261.
HSL color Cylindrical-coordinate representation of color #C556A8: hue angle of 315.68º 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 #C556A8 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 168 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.23 |
| HSL | 315.68º | 0.49% | 0.55% | - |
| HSV(B) | 315.68º | 0.56% | 0.77% | - |
| XYZ | 33.42 | 21.35 | 39.41 | - |
| YUV | 128.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 168 | 0 | 0.56 | 0.15 | 0.23 | 315.68 | 0.49 | 0.55 |
| Hex | C5 | 56 | A8 | 0 | 38 | F | 17 | 13C | 31 | 37 |
| Octal | 305 | 126 | 250 | 0 | 70 | 17 | 27 | 474 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10101000 | 0 | 111000 | 1111 | 10111 | 100111100 | 110001 | 110111 |
Color Harmonies of #C556A8
Complementary color
Monochromatic Colors of #C556A8
Black with #C556A8
Text Example
Text Example
White with #C556A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556A8; }
p { color: rgb(197,86,168); }
H1.HeaderClassName
{
color: #C556A8;
}
.AnyTagClassName
{
color: #C556A8;
}
</style>
background-color css
<style>
a { background-color: #C556A8; }
a { background-color: rgb(197,86,168); }
div.DivClassName
{
background-color: #C556A8;
}
.BgClassName
{
background-color: #C556A8;
}
</style>
border-color css
<style>
span { border-color: #C556A8; }
span { border-color: rgb(197,86,168); }
td.TdClassName
{
border-color: #C556A8;
}
.TagClassName
{
border-color: #C556A8;
}
</style>