Shades of Fuchsia #C56EB0
Tints of Fuchsia #C56EB0
RGB
CMYK
RGB Variations
Color information
#C56EB0 (or 0xC56EB0) is known color: Fuchsia. HEX triplet: C5, 6E and B0. RGB value is (197,110,176). Sum of RGB (Red+Green+Blue) = 197+110+176=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C56EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56EB0 is #3A914F. Grayscale: #8F8F8F. Windows color (decimal): -3838288 or 11562693. OLE color: 11562693.
HSL color Cylindrical-coordinate representation of color #C56EB0: hue angle of 314.48º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56EB0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 176 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.23 |
| HSL | 314.48º | 0.43% | 0.6% | - |
| HSV(B) | 314.48º | 0.44% | 0.77% | - |
| XYZ | 36.44 | 26.16 | 44.2 | - |
| YUV | 143.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 176 | 0 | 0.44 | 0.11 | 0.23 | 314.48 | 0.43 | 0.6 |
| Hex | C5 | 6E | B0 | 0 | 2C | B | 17 | 13A | 2B | 3C |
| Octal | 305 | 156 | 260 | 0 | 54 | 13 | 27 | 472 | 53 | 74 |
| Binary | 11000101 | 1101110 | 10110000 | 0 | 101100 | 1011 | 10111 | 100111010 | 101011 | 111100 |
Color Harmonies of #C56EB0
Complementary color
Monochromatic Colors of #C56EB0
Black with #C56EB0
Text Example
Text Example
White with #C56EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EB0; }
p { color: rgb(197,110,176); }
H1.HeaderClassName
{
color: #C56EB0;
}
.AnyTagClassName
{
color: #C56EB0;
}
</style>
background-color css
<style>
a { background-color: #C56EB0; }
a { background-color: rgb(197,110,176); }
div.DivClassName
{
background-color: #C56EB0;
}
.BgClassName
{
background-color: #C56EB0;
}
</style>
border-color css
<style>
span { border-color: #C56EB0; }
span { border-color: rgb(197,110,176); }
td.TdClassName
{
border-color: #C56EB0;
}
.TagClassName
{
border-color: #C56EB0;
}
</style>