Shades of Fuchsia #C859C8
Tints of Fuchsia #C859C8
RGB
CMYK
RGB Variations
Color information
#C859C8 (or 0xC859C8) is known color: Fuchsia. HEX triplet: C8, 59 and C8. RGB value is (200,89,200). Sum of RGB (Red+Green+Blue) = 200+89+200=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C859C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859C8 is #37A637. Grayscale: #868686. Windows color (decimal): -3647032 or 13130184. OLE color: 13130184.
HSL color Cylindrical-coordinate representation of color #C859C8: hue angle of 300º 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 #C859C8 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 200 | - |
| CMYK | 0 | 0.56 | 0 | 0.22 |
| HSL | 300º | 0.5% | 0.57% | - |
| HSV(B) | 300º | 0.56% | 0.78% | - |
| XYZ | 37.82 | 23.59 | 57.2 | - |
| YUV | 134.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 200 | 0 | 0.56 | 0 | 0.22 | 300 | 0.5 | 0.57 |
| Hex | C8 | 59 | C8 | 0 | 38 | 0 | 16 | 12C | 32 | 39 |
| Octal | 310 | 131 | 310 | 0 | 70 | 0 | 26 | 454 | 62 | 71 |
| Binary | 11001000 | 1011001 | 11001000 | 0 | 111000 | 0 | 10110 | 100101100 | 110010 | 111001 |
Color Harmonies of #C859C8
Complementary color
Monochromatic Colors of #C859C8
Black with #C859C8
Text Example
Text Example
White with #C859C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859C8; }
p { color: rgb(200,89,200); }
H1.HeaderClassName
{
color: #C859C8;
}
.AnyTagClassName
{
color: #C859C8;
}
</style>
background-color css
<style>
a { background-color: #C859C8; }
a { background-color: rgb(200,89,200); }
div.DivClassName
{
background-color: #C859C8;
}
.BgClassName
{
background-color: #C859C8;
}
</style>
border-color css
<style>
span { border-color: #C859C8; }
span { border-color: rgb(200,89,200); }
td.TdClassName
{
border-color: #C859C8;
}
.TagClassName
{
border-color: #C859C8;
}
</style>