Shades of Fuchsia #C859B5
Tints of Fuchsia #C859B5
RGB
CMYK
RGB Variations
Color information
#C859B5 (or 0xC859B5) is known color: Fuchsia. HEX triplet: C8, 59 and B5. RGB value is (200,89,181). Sum of RGB (Red+Green+Blue) = 200+89+181=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C859B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859B5 is #37A64A. Grayscale: #848484. Windows color (decimal): -3647051 or 11885000. OLE color: 11885000.
HSL color Cylindrical-coordinate representation of color #C859B5: hue angle of 310.27º 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 #C859B5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 181 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.22 |
| HSL | 310.27º | 0.5% | 0.57% | - |
| HSV(B) | 310.27º | 0.56% | 0.78% | - |
| XYZ | 35.73 | 22.76 | 46.23 | - |
| YUV | 132.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 181 | 0 | 0.56 | 0.09 | 0.22 | 310.27 | 0.5 | 0.57 |
| Hex | C8 | 59 | B5 | 0 | 38 | 9 | 16 | 136 | 32 | 39 |
| Octal | 310 | 131 | 265 | 0 | 70 | 11 | 26 | 466 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10110101 | 0 | 111000 | 1001 | 10110 | 100110110 | 110010 | 111001 |
Color Harmonies of #C859B5
Complementary color
Monochromatic Colors of #C859B5
Black with #C859B5
Text Example
Text Example
White with #C859B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859B5; }
p { color: rgb(200,89,181); }
H1.HeaderClassName
{
color: #C859B5;
}
.AnyTagClassName
{
color: #C859B5;
}
</style>
background-color css
<style>
a { background-color: #C859B5; }
a { background-color: rgb(200,89,181); }
div.DivClassName
{
background-color: #C859B5;
}
.BgClassName
{
background-color: #C859B5;
}
</style>
border-color css
<style>
span { border-color: #C859B5; }
span { border-color: rgb(200,89,181); }
td.TdClassName
{
border-color: #C859B5;
}
.TagClassName
{
border-color: #C859B5;
}
</style>