Shades of Fuchsia #C56AC9
Tints of Fuchsia #C56AC9
RGB
CMYK
RGB Variations
Color information
#C56AC9 (or 0xC56AC9) is known color: Fuchsia. HEX triplet: C5, 6A and C9. RGB value is (197,106,201). Sum of RGB (Red+Green+Blue) = 197+106+201=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #C56AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AC9 is #3A9536. Grayscale: #8F8F8F. Windows color (decimal): -3839287 or 13200069. OLE color: 13200069.
HSL color Cylindrical-coordinate representation of color #C56AC9: hue angle of 297.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56AC9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 106 | 201 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.21 |
| HSL | 297.47º | 0.47% | 0.6% | - |
| HSV(B) | 297.47º | 0.47% | 0.79% | - |
| XYZ | 38.72 | 26.4 | 58.31 | - |
| YUV | 144.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 201 | 0.02 | 0.47 | 0 | 0.21 | 297.47 | 0.47 | 0.6 |
| Hex | C5 | 6A | C9 | 2 | 2F | 0 | 15 | 129 | 2F | 3C |
| Octal | 305 | 152 | 311 | 2 | 57 | 0 | 25 | 451 | 57 | 74 |
| Binary | 11000101 | 1101010 | 11001001 | 10 | 101111 | 0 | 10101 | 100101001 | 101111 | 111100 |
Color Harmonies of #C56AC9
Complementary color
Monochromatic Colors of #C56AC9
Black with #C56AC9
Text Example
Text Example
White with #C56AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AC9; }
p { color: rgb(197,106,201); }
H1.HeaderClassName
{
color: #C56AC9;
}
.AnyTagClassName
{
color: #C56AC9;
}
</style>
background-color css
<style>
a { background-color: #C56AC9; }
a { background-color: rgb(197,106,201); }
div.DivClassName
{
background-color: #C56AC9;
}
.BgClassName
{
background-color: #C56AC9;
}
</style>
border-color css
<style>
span { border-color: #C56AC9; }
span { border-color: rgb(197,106,201); }
td.TdClassName
{
border-color: #C56AC9;
}
.TagClassName
{
border-color: #C56AC9;
}
</style>