Shades of Fuchsia #C56ABA
Tints of Fuchsia #C56ABA
RGB
CMYK
RGB Variations
Color information
#C56ABA (or 0xC56ABA) is known color: Fuchsia. HEX triplet: C5, 6A and BA. RGB value is (197,106,186). Sum of RGB (Red+Green+Blue) = 197+106+186=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABA is #3A9545. Grayscale: #8E8E8E. Windows color (decimal): -3839302 or 12217029. OLE color: 12217029.
HSL color Cylindrical-coordinate representation of color #C56ABA: hue angle of 307.25º 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 #C56ABA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 186 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.23 |
| HSL | 307.25º | 0.44% | 0.59% | - |
| HSV(B) | 307.25º | 0.46% | 0.77% | - |
| XYZ | 37.04 | 25.72 | 49.47 | - |
| YUV | 142.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 186 | 0 | 0.46 | 0.06 | 0.23 | 307.25 | 0.44 | 0.59 |
| Hex | C5 | 6A | BA | 0 | 2E | 6 | 17 | 133 | 2C | 3B |
| Octal | 305 | 152 | 272 | 0 | 56 | 6 | 27 | 463 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10111010 | 0 | 101110 | 110 | 10111 | 100110011 | 101100 | 111011 |
Color Harmonies of #C56ABA
Complementary color
Monochromatic Colors of #C56ABA
Black with #C56ABA
Text Example
Text Example
White with #C56ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ABA; }
p { color: rgb(197,106,186); }
H1.HeaderClassName
{
color: #C56ABA;
}
.AnyTagClassName
{
color: #C56ABA;
}
</style>
background-color css
<style>
a { background-color: #C56ABA; }
a { background-color: rgb(197,106,186); }
div.DivClassName
{
background-color: #C56ABA;
}
.BgClassName
{
background-color: #C56ABA;
}
</style>
border-color css
<style>
span { border-color: #C56ABA; }
span { border-color: rgb(197,106,186); }
td.TdClassName
{
border-color: #C56ABA;
}
.TagClassName
{
border-color: #C56ABA;
}
</style>