Shades of Fuchsia #C85BC9
Tints of Fuchsia #C85BC9
RGB
CMYK
RGB Variations
Color information
#C85BC9 (or 0xC85BC9) is known color: Fuchsia. HEX triplet: C8, 5B and C9. RGB value is (200,91,201). Sum of RGB (Red+Green+Blue) = 200+91+201=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #C85BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BC9 is #37A436. Grayscale: #878787. Windows color (decimal): -3646519 or 13196232. OLE color: 13196232.
HSL color Cylindrical-coordinate representation of color #C85BC9: hue angle of 299.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85BC9 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 91 | 201 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.21 |
| HSL | 299.45º | 0.5% | 0.57% | - |
| HSV(B) | 299.45º | 0.55% | 0.79% | - |
| XYZ | 38.1 | 23.98 | 57.88 | - |
| YUV | 136.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 201 | 0.00 | 0.55 | 0 | 0.21 | 299.45 | 0.5 | 0.57 |
| Hex | C8 | 5B | C9 | 0 | 37 | 0 | 15 | 12B | 32 | 39 |
| Octal | 310 | 133 | 311 | 0 | 67 | 0 | 25 | 453 | 62 | 71 |
| Binary | 11001000 | 1011011 | 11001001 | 0 | 110111 | 0 | 10101 | 100101011 | 110010 | 111001 |
Color Harmonies of #C85BC9
Complementary color
Monochromatic Colors of #C85BC9
Black with #C85BC9
Text Example
Text Example
White with #C85BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BC9; }
p { color: rgb(200,91,201); }
H1.HeaderClassName
{
color: #C85BC9;
}
.AnyTagClassName
{
color: #C85BC9;
}
</style>
background-color css
<style>
a { background-color: #C85BC9; }
a { background-color: rgb(200,91,201); }
div.DivClassName
{
background-color: #C85BC9;
}
.BgClassName
{
background-color: #C85BC9;
}
</style>
border-color css
<style>
span { border-color: #C85BC9; }
span { border-color: rgb(200,91,201); }
td.TdClassName
{
border-color: #C85BC9;
}
.TagClassName
{
border-color: #C85BC9;
}
</style>