Shades of Fuchsia #C859CB
Tints of Fuchsia #C859CB
RGB
CMYK
RGB Variations
Color information
#C859CB (or 0xC859CB) is known color: Fuchsia. HEX triplet: C8, 59 and CB. RGB value is (200,89,203). Sum of RGB (Red+Green+Blue) = 200+89+203=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C859CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859CB is #37A634. Grayscale: #868686. Windows color (decimal): -3647029 or 13326792. OLE color: 13326792.
HSL color Cylindrical-coordinate representation of color #C859CB: hue angle of 298.42º degrees, saturation: 0.52, 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 #C859CB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 89 | 203 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.20 |
| HSL | 298.42º | 0.52% | 0.57% | - |
| HSV(B) | 298.42º | 0.56% | 0.8% | - |
| XYZ | 38.17 | 23.74 | 59.07 | - |
| YUV | 135.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 203 | 0.01 | 0.56 | 0 | 0.20 | 298.42 | 0.52 | 0.57 |
| Hex | C8 | 59 | CB | 1 | 38 | 0 | 14 | 12A | 34 | 39 |
| Octal | 310 | 131 | 313 | 1 | 70 | 0 | 24 | 452 | 64 | 71 |
| Binary | 11001000 | 1011001 | 11001011 | 1 | 111000 | 0 | 10100 | 100101010 | 110100 | 111001 |
Color Harmonies of #C859CB
Complementary color
Monochromatic Colors of #C859CB
Black with #C859CB
Text Example
Text Example
White with #C859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859CB; }
p { color: rgb(200,89,203); }
H1.HeaderClassName
{
color: #C859CB;
}
.AnyTagClassName
{
color: #C859CB;
}
</style>
background-color css
<style>
a { background-color: #C859CB; }
a { background-color: rgb(200,89,203); }
div.DivClassName
{
background-color: #C859CB;
}
.BgClassName
{
background-color: #C859CB;
}
</style>
border-color css
<style>
span { border-color: #C859CB; }
span { border-color: rgb(200,89,203); }
td.TdClassName
{
border-color: #C859CB;
}
.TagClassName
{
border-color: #C859CB;
}
</style>