Shades of Fuchsia #C859CF
Tints of Fuchsia #C859CF
RGB
CMYK
RGB Variations
Color information
#C859CF (or 0xC859CF) is known color: Fuchsia. HEX triplet: C8, 59 and CF. RGB value is (200,89,207). Sum of RGB (Red+Green+Blue) = 200+89+207=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C859CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859CF is #37A630. Grayscale: #878787. Windows color (decimal): -3647025 or 13588936. OLE color: 13588936.
HSL color Cylindrical-coordinate representation of color #C859CF: hue angle of 296.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C859CF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 89 | 207 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.19 |
| HSL | 296.44º | 0.55% | 0.58% | - |
| HSV(B) | 296.44º | 0.57% | 0.81% | - |
| XYZ | 38.65 | 23.93 | 61.61 | - |
| YUV | 135.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 207 | 0.03 | 0.57 | 0 | 0.19 | 296.44 | 0.55 | 0.58 |
| Hex | C8 | 59 | CF | 3 | 39 | 0 | 13 | 128 | 37 | 3A |
| Octal | 310 | 131 | 317 | 3 | 71 | 0 | 23 | 450 | 67 | 72 |
| Binary | 11001000 | 1011001 | 11001111 | 11 | 111001 | 0 | 10011 | 100101000 | 110111 | 111010 |
Color Harmonies of #C859CF
Complementary color
Monochromatic Colors of #C859CF
Black with #C859CF
Text Example
Text Example
White with #C859CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859CF; }
p { color: rgb(200,89,207); }
H1.HeaderClassName
{
color: #C859CF;
}
.AnyTagClassName
{
color: #C859CF;
}
</style>
background-color css
<style>
a { background-color: #C859CF; }
a { background-color: rgb(200,89,207); }
div.DivClassName
{
background-color: #C859CF;
}
.BgClassName
{
background-color: #C859CF;
}
</style>
border-color css
<style>
span { border-color: #C859CF; }
span { border-color: rgb(200,89,207); }
td.TdClassName
{
border-color: #C859CF;
}
.TagClassName
{
border-color: #C859CF;
}
</style>