Shades of Fuchsia #C856AB
Tints of Fuchsia #C856AB
RGB
CMYK
RGB Variations
Color information
#C856AB (or 0xC856AB) is known color: Fuchsia. HEX triplet: C8, 56 and AB. RGB value is (200,86,171). Sum of RGB (Red+Green+Blue) = 200+86+171=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C856AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856AB is #37A954. Grayscale: #818181. Windows color (decimal): -3647829 or 11228872. OLE color: 11228872.
HSL color Cylindrical-coordinate representation of color #C856AB: hue angle of 315.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C856AB is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 171 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.22 |
| HSL | 315.26º | 0.51% | 0.56% | - |
| HSV(B) | 315.26º | 0.57% | 0.78% | - |
| XYZ | 34.5 | 21.88 | 40.93 | - |
| YUV | 129.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 171 | 0 | 0.57 | 0.14 | 0.22 | 315.26 | 0.51 | 0.56 |
| Hex | C8 | 56 | AB | 0 | 39 | E | 16 | 13B | 33 | 38 |
| Octal | 310 | 126 | 253 | 0 | 71 | 16 | 26 | 473 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10101011 | 0 | 111001 | 1110 | 10110 | 100111011 | 110011 | 111000 |
Color Harmonies of #C856AB
Complementary color
Monochromatic Colors of #C856AB
Black with #C856AB
Text Example
Text Example
White with #C856AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856AB; }
p { color: rgb(200,86,171); }
H1.HeaderClassName
{
color: #C856AB;
}
.AnyTagClassName
{
color: #C856AB;
}
</style>
background-color css
<style>
a { background-color: #C856AB; }
a { background-color: rgb(200,86,171); }
div.DivClassName
{
background-color: #C856AB;
}
.BgClassName
{
background-color: #C856AB;
}
</style>
border-color css
<style>
span { border-color: #C856AB; }
span { border-color: rgb(200,86,171); }
td.TdClassName
{
border-color: #C856AB;
}
.TagClassName
{
border-color: #C856AB;
}
</style>