Shades of Fuchsia #C859CC
Tints of Fuchsia #C859CC
RGB
CMYK
RGB Variations
Color information
#C859CC (or 0xC859CC) is known color: Fuchsia. HEX triplet: C8, 59 and CC. RGB value is (200,89,204). Sum of RGB (Red+Green+Blue) = 200+89+204=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C859CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859CC is #37A633. Grayscale: #868686. Windows color (decimal): -3647028 or 13392328. OLE color: 13392328.
HSL color Cylindrical-coordinate representation of color #C859CC: hue angle of 297.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859CC is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 89 | 204 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.2 |
| HSL | 297.91º | 0.53% | 0.57% | - |
| HSV(B) | 297.91º | 0.56% | 0.8% | - |
| XYZ | 38.29 | 23.78 | 59.7 | - |
| YUV | 135.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 204 | 0.02 | 0.56 | 0 | 0.2 | 297.91 | 0.53 | 0.57 |
| Hex | C8 | 59 | CC | 2 | 38 | 0 | 14 | 12A | 35 | 39 |
| Octal | 310 | 131 | 314 | 2 | 70 | 0 | 24 | 452 | 65 | 71 |
| Binary | 11001000 | 1011001 | 11001100 | 10 | 111000 | 0 | 10100 | 100101010 | 110101 | 111001 |
Color Harmonies of #C859CC
Complementary color
Monochromatic Colors of #C859CC
Black with #C859CC
Text Example
Text Example
White with #C859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859CC; }
p { color: rgb(200,89,204); }
H1.HeaderClassName
{
color: #C859CC;
}
.AnyTagClassName
{
color: #C859CC;
}
</style>
background-color css
<style>
a { background-color: #C859CC; }
a { background-color: rgb(200,89,204); }
div.DivClassName
{
background-color: #C859CC;
}
.BgClassName
{
background-color: #C859CC;
}
</style>
border-color css
<style>
span { border-color: #C859CC; }
span { border-color: rgb(200,89,204); }
td.TdClassName
{
border-color: #C859CC;
}
.TagClassName
{
border-color: #C859CC;
}
</style>