Shades of Fuchsia #C56FBC
Tints of Fuchsia #C56FBC
RGB
CMYK
RGB Variations
Color information
#C56FBC (or 0xC56FBC) is known color: Fuchsia. HEX triplet: C5, 6F and BC. RGB value is (197,111,188). Sum of RGB (Red+Green+Blue) = 197+111+188=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FBC is #3A9043. Grayscale: #919191. Windows color (decimal): -3838020 or 12349381. OLE color: 12349381.
HSL color Cylindrical-coordinate representation of color #C56FBC: hue angle of 306.28º 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 #C56FBC is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 188 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.23 |
| HSL | 306.28º | 0.43% | 0.6% | - |
| HSV(B) | 306.28º | 0.44% | 0.77% | - |
| XYZ | 37.79 | 26.87 | 50.77 | - |
| YUV | 145.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 188 | 0 | 0.44 | 0.05 | 0.23 | 306.28 | 0.43 | 0.6 |
| Hex | C5 | 6F | BC | 0 | 2C | 5 | 17 | 132 | 2B | 3C |
| Octal | 305 | 157 | 274 | 0 | 54 | 5 | 27 | 462 | 53 | 74 |
| Binary | 11000101 | 1101111 | 10111100 | 0 | 101100 | 101 | 10111 | 100110010 | 101011 | 111100 |
Color Harmonies of #C56FBC
Complementary color
Monochromatic Colors of #C56FBC
Black with #C56FBC
Text Example
Text Example
White with #C56FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FBC; }
p { color: rgb(197,111,188); }
H1.HeaderClassName
{
color: #C56FBC;
}
.AnyTagClassName
{
color: #C56FBC;
}
</style>
background-color css
<style>
a { background-color: #C56FBC; }
a { background-color: rgb(197,111,188); }
div.DivClassName
{
background-color: #C56FBC;
}
.BgClassName
{
background-color: #C56FBC;
}
</style>
border-color css
<style>
span { border-color: #C56FBC; }
span { border-color: rgb(197,111,188); }
td.TdClassName
{
border-color: #C56FBC;
}
.TagClassName
{
border-color: #C56FBC;
}
</style>