Shades of Fuchsia #C859B0
Tints of Fuchsia #C859B0
RGB
CMYK
RGB Variations
Color information
#C859B0 (or 0xC859B0) is known color: Fuchsia. HEX triplet: C8, 59 and B0. RGB value is (200,89,176). Sum of RGB (Red+Green+Blue) = 200+89+176=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C859B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C859B0 is #37A64F. Grayscale: #838383. Windows color (decimal): -3647056 or 11557320. OLE color: 11557320.
HSL color Cylindrical-coordinate representation of color #C859B0: hue angle of 312.97º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859B0 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 176 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.22 |
| HSL | 312.97º | 0.5% | 0.57% | - |
| HSV(B) | 312.97º | 0.56% | 0.78% | - |
| XYZ | 35.23 | 22.56 | 43.57 | - |
| YUV | 132.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 176 | 0 | 0.56 | 0.12 | 0.22 | 312.97 | 0.5 | 0.57 |
| Hex | C8 | 59 | B0 | 0 | 38 | C | 16 | 139 | 32 | 39 |
| Octal | 310 | 131 | 260 | 0 | 70 | 14 | 26 | 471 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10110000 | 0 | 111000 | 1100 | 10110 | 100111001 | 110010 | 111001 |
Color Harmonies of #C859B0
Complementary color
Monochromatic Colors of #C859B0
Black with #C859B0
Text Example
Text Example
White with #C859B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859B0; }
p { color: rgb(200,89,176); }
H1.HeaderClassName
{
color: #C859B0;
}
.AnyTagClassName
{
color: #C859B0;
}
</style>
background-color css
<style>
a { background-color: #C859B0; }
a { background-color: rgb(200,89,176); }
div.DivClassName
{
background-color: #C859B0;
}
.BgClassName
{
background-color: #C859B0;
}
</style>
border-color css
<style>
span { border-color: #C859B0; }
span { border-color: rgb(200,89,176); }
td.TdClassName
{
border-color: #C859B0;
}
.TagClassName
{
border-color: #C859B0;
}
</style>