Shades of Fuchsia #C85BBF
Tints of Fuchsia #C85BBF
RGB
CMYK
RGB Variations
Color information
#C85BBF (or 0xC85BBF) is known color: Fuchsia. HEX triplet: C8, 5B and BF. RGB value is (200,91,191). Sum of RGB (Red+Green+Blue) = 200+91+191=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BBF is #37A440. Grayscale: #868686. Windows color (decimal): -3646529 or 12540872. OLE color: 12540872.
HSL color Cylindrical-coordinate representation of color #C85BBF: hue angle of 304.95º 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 #C85BBF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 191 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.22 |
| HSL | 304.95º | 0.5% | 0.57% | - |
| HSV(B) | 304.95º | 0.55% | 0.78% | - |
| XYZ | 36.96 | 23.52 | 51.88 | - |
| YUV | 134.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 191 | 0 | 0.54 | 0.04 | 0.22 | 304.95 | 0.5 | 0.57 |
| Hex | C8 | 5B | BF | 0 | 36 | 4 | 16 | 131 | 32 | 39 |
| Octal | 310 | 133 | 277 | 0 | 66 | 4 | 26 | 461 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10111111 | 0 | 110110 | 100 | 10110 | 100110001 | 110010 | 111001 |
Color Harmonies of #C85BBF
Complementary color
Monochromatic Colors of #C85BBF
Black with #C85BBF
Text Example
Text Example
White with #C85BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BBF; }
p { color: rgb(200,91,191); }
H1.HeaderClassName
{
color: #C85BBF;
}
.AnyTagClassName
{
color: #C85BBF;
}
</style>
background-color css
<style>
a { background-color: #C85BBF; }
a { background-color: rgb(200,91,191); }
div.DivClassName
{
background-color: #C85BBF;
}
.BgClassName
{
background-color: #C85BBF;
}
</style>
border-color css
<style>
span { border-color: #C85BBF; }
span { border-color: rgb(200,91,191); }
td.TdClassName
{
border-color: #C85BBF;
}
.TagClassName
{
border-color: #C85BBF;
}
</style>