Shades of Fuchsia #C85BC0
Tints of Fuchsia #C85BC0
RGB
CMYK
RGB Variations
Color information
#C85BC0 (or 0xC85BC0) is known color: Fuchsia. HEX triplet: C8, 5B and C0. RGB value is (200,91,192). Sum of RGB (Red+Green+Blue) = 200+91+192=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BC0 is #37A43F. Grayscale: #868686. Windows color (decimal): -3646528 or 12606408. OLE color: 12606408.
HSL color Cylindrical-coordinate representation of color #C85BC0: hue angle of 304.4º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85BC0 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 192 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.22 |
| HSL | 304.4º | 0.5% | 0.57% | - |
| HSV(B) | 304.4º | 0.55% | 0.78% | - |
| XYZ | 37.07 | 23.57 | 52.46 | - |
| YUV | 135.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 192 | 0 | 0.54 | 0.04 | 0.22 | 304.4 | 0.5 | 0.57 |
| Hex | C8 | 5B | C0 | 0 | 36 | 4 | 16 | 130 | 32 | 39 |
| Octal | 310 | 133 | 300 | 0 | 66 | 4 | 26 | 460 | 62 | 71 |
| Binary | 11001000 | 1011011 | 11000000 | 0 | 110110 | 100 | 10110 | 100110000 | 110010 | 111001 |
Color Harmonies of #C85BC0
Complementary color
Monochromatic Colors of #C85BC0
Black with #C85BC0
Text Example
Text Example
White with #C85BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BC0; }
p { color: rgb(200,91,192); }
H1.HeaderClassName
{
color: #C85BC0;
}
.AnyTagClassName
{
color: #C85BC0;
}
</style>
background-color css
<style>
a { background-color: #C85BC0; }
a { background-color: rgb(200,91,192); }
div.DivClassName
{
background-color: #C85BC0;
}
.BgClassName
{
background-color: #C85BC0;
}
</style>
border-color css
<style>
span { border-color: #C85BC0; }
span { border-color: rgb(200,91,192); }
td.TdClassName
{
border-color: #C85BC0;
}
.TagClassName
{
border-color: #C85BC0;
}
</style>