Shades of Fuchsia #C56ABB
Tints of Fuchsia #C56ABB
RGB
CMYK
RGB Variations
Color information
#C56ABB (or 0xC56ABB) is known color: Fuchsia. HEX triplet: C5, 6A and BB. RGB value is (197,106,187). Sum of RGB (Red+Green+Blue) = 197+106+187=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABB is #3A9544. Grayscale: #8E8E8E. Windows color (decimal): -3839301 or 12282565. OLE color: 12282565.
HSL color Cylindrical-coordinate representation of color #C56ABB: hue angle of 306.59º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ABB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 187 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.23 |
| HSL | 306.59º | 0.44% | 0.59% | - |
| HSV(B) | 306.59º | 0.46% | 0.77% | - |
| XYZ | 37.15 | 25.77 | 50.03 | - |
| YUV | 142.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 187 | 0 | 0.46 | 0.05 | 0.23 | 306.59 | 0.44 | 0.59 |
| Hex | C5 | 6A | BB | 0 | 2E | 5 | 17 | 133 | 2C | 3B |
| Octal | 305 | 152 | 273 | 0 | 56 | 5 | 27 | 463 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10111011 | 0 | 101110 | 101 | 10111 | 100110011 | 101100 | 111011 |
Color Harmonies of #C56ABB
Complementary color
Monochromatic Colors of #C56ABB
Black with #C56ABB
Text Example
Text Example
White with #C56ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ABB; }
p { color: rgb(197,106,187); }
H1.HeaderClassName
{
color: #C56ABB;
}
.AnyTagClassName
{
color: #C56ABB;
}
</style>
background-color css
<style>
a { background-color: #C56ABB; }
a { background-color: rgb(197,106,187); }
div.DivClassName
{
background-color: #C56ABB;
}
.BgClassName
{
background-color: #C56ABB;
}
</style>
border-color css
<style>
span { border-color: #C56ABB; }
span { border-color: rgb(197,106,187); }
td.TdClassName
{
border-color: #C56ABB;
}
.TagClassName
{
border-color: #C56ABB;
}
</style>