Shades of Fuchsia #C859C5
Tints of Fuchsia #C859C5
RGB
CMYK
RGB Variations
Color information
#C859C5 (or 0xC859C5) is known color: Fuchsia. HEX triplet: C8, 59 and C5. RGB value is (200,89,197). Sum of RGB (Red+Green+Blue) = 200+89+197=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C859C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859C5 is #37A63A. Grayscale: #868686. Windows color (decimal): -3647035 or 12933576. OLE color: 12933576.
HSL color Cylindrical-coordinate representation of color #C859C5: hue angle of 301.62º 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 #C859C5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 197 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.22 |
| HSL | 301.62º | 0.5% | 0.57% | - |
| HSV(B) | 301.62º | 0.56% | 0.78% | - |
| XYZ | 37.47 | 23.46 | 55.38 | - |
| YUV | 134.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 197 | 0 | 0.56 | 0.02 | 0.22 | 301.62 | 0.5 | 0.57 |
| Hex | C8 | 59 | C5 | 0 | 38 | 2 | 16 | 12E | 32 | 39 |
| Octal | 310 | 131 | 305 | 0 | 70 | 2 | 26 | 456 | 62 | 71 |
| Binary | 11001000 | 1011001 | 11000101 | 0 | 111000 | 10 | 10110 | 100101110 | 110010 | 111001 |
Color Harmonies of #C859C5
Complementary color
Monochromatic Colors of #C859C5
Black with #C859C5
Text Example
Text Example
White with #C859C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859C5; }
p { color: rgb(200,89,197); }
H1.HeaderClassName
{
color: #C859C5;
}
.AnyTagClassName
{
color: #C859C5;
}
</style>
background-color css
<style>
a { background-color: #C859C5; }
a { background-color: rgb(200,89,197); }
div.DivClassName
{
background-color: #C859C5;
}
.BgClassName
{
background-color: #C859C5;
}
</style>
border-color css
<style>
span { border-color: #C859C5; }
span { border-color: rgb(200,89,197); }
td.TdClassName
{
border-color: #C859C5;
}
.TagClassName
{
border-color: #C859C5;
}
</style>