Shades of Fuchsia #C85BBC
Tints of Fuchsia #C85BBC
RGB
CMYK
RGB Variations
Color information
#C85BBC (or 0xC85BBC) is known color: Fuchsia. HEX triplet: C8, 5B and BC. RGB value is (200,91,188). Sum of RGB (Red+Green+Blue) = 200+91+188=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BBC is #37A443. Grayscale: #868686. Windows color (decimal): -3646532 or 12344264. OLE color: 12344264.
HSL color Cylindrical-coordinate representation of color #C85BBC: hue angle of 306.61º 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 #C85BBC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 188 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.22 |
| HSL | 306.61º | 0.5% | 0.57% | - |
| HSV(B) | 306.61º | 0.55% | 0.78% | - |
| XYZ | 36.64 | 23.39 | 50.16 | - |
| YUV | 134.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 188 | 0 | 0.54 | 0.06 | 0.22 | 306.61 | 0.5 | 0.57 |
| Hex | C8 | 5B | BC | 0 | 36 | 6 | 16 | 133 | 32 | 39 |
| Octal | 310 | 133 | 274 | 0 | 66 | 6 | 26 | 463 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10111100 | 0 | 110110 | 110 | 10110 | 100110011 | 110010 | 111001 |
Color Harmonies of #C85BBC
Complementary color
Monochromatic Colors of #C85BBC
Black with #C85BBC
Text Example
Text Example
White with #C85BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BBC; }
p { color: rgb(200,91,188); }
H1.HeaderClassName
{
color: #C85BBC;
}
.AnyTagClassName
{
color: #C85BBC;
}
</style>
background-color css
<style>
a { background-color: #C85BBC; }
a { background-color: rgb(200,91,188); }
div.DivClassName
{
background-color: #C85BBC;
}
.BgClassName
{
background-color: #C85BBC;
}
</style>
border-color css
<style>
span { border-color: #C85BBC; }
span { border-color: rgb(200,91,188); }
td.TdClassName
{
border-color: #C85BBC;
}
.TagClassName
{
border-color: #C85BBC;
}
</style>