Shades of Fuchsia #C856B1
Tints of Fuchsia #C856B1
RGB
CMYK
RGB Variations
Color information
#C856B1 (or 0xC856B1) is known color: Fuchsia. HEX triplet: C8, 56 and B1. RGB value is (200,86,177). Sum of RGB (Red+Green+Blue) = 200+86+177=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C856B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856B1 is #37A94E. Grayscale: #828282. Windows color (decimal): -3647823 or 11622088. OLE color: 11622088.
HSL color Cylindrical-coordinate representation of color #C856B1: hue angle of 312.11º 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 #C856B1 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 177 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.22 |
| HSL | 312.11º | 0.51% | 0.56% | - |
| HSV(B) | 312.11º | 0.57% | 0.78% | - |
| XYZ | 35.08 | 22.11 | 44.01 | - |
| YUV | 130.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 177 | 0 | 0.57 | 0.12 | 0.22 | 312.11 | 0.51 | 0.56 |
| Hex | C8 | 56 | B1 | 0 | 39 | C | 16 | 138 | 33 | 38 |
| Octal | 310 | 126 | 261 | 0 | 71 | 14 | 26 | 470 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10110001 | 0 | 111001 | 1100 | 10110 | 100111000 | 110011 | 111000 |
Color Harmonies of #C856B1
Complementary color
Monochromatic Colors of #C856B1
Black with #C856B1
Text Example
Text Example
White with #C856B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856B1; }
p { color: rgb(200,86,177); }
H1.HeaderClassName
{
color: #C856B1;
}
.AnyTagClassName
{
color: #C856B1;
}
</style>
background-color css
<style>
a { background-color: #C856B1; }
a { background-color: rgb(200,86,177); }
div.DivClassName
{
background-color: #C856B1;
}
.BgClassName
{
background-color: #C856B1;
}
</style>
border-color css
<style>
span { border-color: #C856B1; }
span { border-color: rgb(200,86,177); }
td.TdClassName
{
border-color: #C856B1;
}
.TagClassName
{
border-color: #C856B1;
}
</style>