Shades of Fuchsia #C56ABE
Tints of Fuchsia #C56ABE
RGB
CMYK
RGB Variations
Color information
#C56ABE (or 0xC56ABE) is known color: Fuchsia. HEX triplet: C5, 6A and BE. RGB value is (197,106,190). Sum of RGB (Red+Green+Blue) = 197+106+190=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABE is #3A9541. Grayscale: #8E8E8E. Windows color (decimal): -3839298 or 12479173. OLE color: 12479173.
HSL color Cylindrical-coordinate representation of color #C56ABE: hue angle of 304.62º 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 #C56ABE is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 190 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.23 |
| HSL | 304.62º | 0.44% | 0.59% | - |
| HSV(B) | 304.62º | 0.46% | 0.77% | - |
| XYZ | 37.47 | 25.9 | 51.74 | - |
| YUV | 142.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 190 | 0 | 0.46 | 0.04 | 0.23 | 304.62 | 0.44 | 0.59 |
| Hex | C5 | 6A | BE | 0 | 2E | 4 | 17 | 131 | 2C | 3B |
| Octal | 305 | 152 | 276 | 0 | 56 | 4 | 27 | 461 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10111110 | 0 | 101110 | 100 | 10111 | 100110001 | 101100 | 111011 |
Color Harmonies of #C56ABE
Complementary color
Monochromatic Colors of #C56ABE
Black with #C56ABE
Text Example
Text Example
White with #C56ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ABE; }
p { color: rgb(197,106,190); }
H1.HeaderClassName
{
color: #C56ABE;
}
.AnyTagClassName
{
color: #C56ABE;
}
</style>
background-color css
<style>
a { background-color: #C56ABE; }
a { background-color: rgb(197,106,190); }
div.DivClassName
{
background-color: #C56ABE;
}
.BgClassName
{
background-color: #C56ABE;
}
</style>
border-color css
<style>
span { border-color: #C56ABE; }
span { border-color: rgb(197,106,190); }
td.TdClassName
{
border-color: #C56ABE;
}
.TagClassName
{
border-color: #C56ABE;
}
</style>