Shades of Fuchsia #C859C0
Tints of Fuchsia #C859C0
RGB
CMYK
RGB Variations
Color information
#C859C0 (or 0xC859C0) is known color: Fuchsia. HEX triplet: C8, 59 and C0. RGB value is (200,89,192). Sum of RGB (Red+Green+Blue) = 200+89+192=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C859C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859C0 is #37A63F. Grayscale: #858585. Windows color (decimal): -3647040 or 12605896. OLE color: 12605896.
HSL color Cylindrical-coordinate representation of color #C859C0: hue angle of 304.32º 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 #C859C0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 192 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.22 |
| HSL | 304.32º | 0.5% | 0.57% | - |
| HSV(B) | 304.32º | 0.56% | 0.78% | - |
| XYZ | 36.91 | 23.23 | 52.41 | - |
| YUV | 133.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 192 | 0 | 0.56 | 0.04 | 0.22 | 304.32 | 0.5 | 0.57 |
| Hex | C8 | 59 | C0 | 0 | 38 | 4 | 16 | 130 | 32 | 39 |
| Octal | 310 | 131 | 300 | 0 | 70 | 4 | 26 | 460 | 62 | 71 |
| Binary | 11001000 | 1011001 | 11000000 | 0 | 111000 | 100 | 10110 | 100110000 | 110010 | 111001 |
Color Harmonies of #C859C0
Complementary color
Monochromatic Colors of #C859C0
Black with #C859C0
Text Example
Text Example
White with #C859C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859C0; }
p { color: rgb(200,89,192); }
H1.HeaderClassName
{
color: #C859C0;
}
.AnyTagClassName
{
color: #C859C0;
}
</style>
background-color css
<style>
a { background-color: #C859C0; }
a { background-color: rgb(200,89,192); }
div.DivClassName
{
background-color: #C859C0;
}
.BgClassName
{
background-color: #C859C0;
}
</style>
border-color css
<style>
span { border-color: #C859C0; }
span { border-color: rgb(200,89,192); }
td.TdClassName
{
border-color: #C859C0;
}
.TagClassName
{
border-color: #C859C0;
}
</style>