Shades of Fuchsia #C859C1
Tints of Fuchsia #C859C1
RGB
CMYK
RGB Variations
Color information
#C859C1 (or 0xC859C1) is known color: Fuchsia. HEX triplet: C8, 59 and C1. RGB value is (200,89,193). Sum of RGB (Red+Green+Blue) = 200+89+193=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C859C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859C1 is #37A63E. Grayscale: #858585. Windows color (decimal): -3647039 or 12671432. OLE color: 12671432.
HSL color Cylindrical-coordinate representation of color #C859C1: hue angle of 303.78º 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 #C859C1 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 193 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.22 |
| HSL | 303.78º | 0.5% | 0.57% | - |
| HSV(B) | 303.78º | 0.56% | 0.78% | - |
| XYZ | 37.02 | 23.27 | 52.99 | - |
| YUV | 134.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 193 | 0 | 0.56 | 0.04 | 0.22 | 303.78 | 0.5 | 0.57 |
| Hex | C8 | 59 | C1 | 0 | 38 | 4 | 16 | 130 | 32 | 39 |
| Octal | 310 | 131 | 301 | 0 | 70 | 4 | 26 | 460 | 62 | 71 |
| Binary | 11001000 | 1011001 | 11000001 | 0 | 111000 | 100 | 10110 | 100110000 | 110010 | 111001 |
Color Harmonies of #C859C1
Complementary color
Monochromatic Colors of #C859C1
Black with #C859C1
Text Example
Text Example
White with #C859C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859C1; }
p { color: rgb(200,89,193); }
H1.HeaderClassName
{
color: #C859C1;
}
.AnyTagClassName
{
color: #C859C1;
}
</style>
background-color css
<style>
a { background-color: #C859C1; }
a { background-color: rgb(200,89,193); }
div.DivClassName
{
background-color: #C859C1;
}
.BgClassName
{
background-color: #C859C1;
}
</style>
border-color css
<style>
span { border-color: #C859C1; }
span { border-color: rgb(200,89,193); }
td.TdClassName
{
border-color: #C859C1;
}
.TagClassName
{
border-color: #C859C1;
}
</style>