Shades of Fuchsia #C556AA
Tints of Fuchsia #C556AA
RGB
CMYK
RGB Variations
Color information
#C556AA (or 0xC556AA) is known color: Fuchsia. HEX triplet: C5, 56 and AA. RGB value is (197,86,170). Sum of RGB (Red+Green+Blue) = 197+86+170=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C556AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C556AA is #3AA955. Grayscale: #808080. Windows color (decimal): -3844438 or 11163333. OLE color: 11163333.
HSL color Cylindrical-coordinate representation of color #C556AA: hue angle of 314.59º 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 #C556AA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 170 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.23 |
| HSL | 314.59º | 0.49% | 0.55% | - |
| HSV(B) | 314.59º | 0.56% | 0.77% | - |
| XYZ | 33.61 | 21.43 | 40.39 | - |
| YUV | 128.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 170 | 0 | 0.56 | 0.14 | 0.23 | 314.59 | 0.49 | 0.55 |
| Hex | C5 | 56 | AA | 0 | 38 | E | 17 | 13B | 31 | 37 |
| Octal | 305 | 126 | 252 | 0 | 70 | 16 | 27 | 473 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10101010 | 0 | 111000 | 1110 | 10111 | 100111011 | 110001 | 110111 |
Color Harmonies of #C556AA
Complementary color
Monochromatic Colors of #C556AA
Black with #C556AA
Text Example
Text Example
White with #C556AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556AA; }
p { color: rgb(197,86,170); }
H1.HeaderClassName
{
color: #C556AA;
}
.AnyTagClassName
{
color: #C556AA;
}
</style>
background-color css
<style>
a { background-color: #C556AA; }
a { background-color: rgb(197,86,170); }
div.DivClassName
{
background-color: #C556AA;
}
.BgClassName
{
background-color: #C556AA;
}
</style>
border-color css
<style>
span { border-color: #C556AA; }
span { border-color: rgb(197,86,170); }
td.TdClassName
{
border-color: #C556AA;
}
.TagClassName
{
border-color: #C556AA;
}
</style>