Shades of Fuchsia #C859B4
Tints of Fuchsia #C859B4
RGB
CMYK
RGB Variations
Color information
#C859B4 (or 0xC859B4) is known color: Fuchsia. HEX triplet: C8, 59 and B4. RGB value is (200,89,180). Sum of RGB (Red+Green+Blue) = 200+89+180=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C859B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859B4 is #37A64B. Grayscale: #848484. Windows color (decimal): -3647052 or 11819464. OLE color: 11819464.
HSL color Cylindrical-coordinate representation of color #C859B4: hue angle of 310.81º 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 #C859B4 is Cyan = 0, Magento = 0.56, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 180 | - |
| CMYK | 0 | 0.56 | 0.1 | 0.22 |
| HSL | 310.81º | 0.5% | 0.57% | - |
| HSV(B) | 310.81º | 0.56% | 0.78% | - |
| XYZ | 35.63 | 22.72 | 45.69 | - |
| YUV | 132.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 180 | 0 | 0.56 | 0.1 | 0.22 | 310.81 | 0.5 | 0.57 |
| Hex | C8 | 59 | B4 | 0 | 38 | A | 16 | 137 | 32 | 39 |
| Octal | 310 | 131 | 264 | 0 | 70 | 12 | 26 | 467 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10110100 | 0 | 111000 | 1010 | 10110 | 100110111 | 110010 | 111001 |
Color Harmonies of #C859B4
Complementary color
Monochromatic Colors of #C859B4
Black with #C859B4
Text Example
Text Example
White with #C859B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859B4; }
p { color: rgb(200,89,180); }
H1.HeaderClassName
{
color: #C859B4;
}
.AnyTagClassName
{
color: #C859B4;
}
</style>
background-color css
<style>
a { background-color: #C859B4; }
a { background-color: rgb(200,89,180); }
div.DivClassName
{
background-color: #C859B4;
}
.BgClassName
{
background-color: #C859B4;
}
</style>
border-color css
<style>
span { border-color: #C859B4; }
span { border-color: rgb(200,89,180); }
td.TdClassName
{
border-color: #C859B4;
}
.TagClassName
{
border-color: #C859B4;
}
</style>