Shades of Fuchsia #C85BAF
Tints of Fuchsia #C85BAF
RGB
CMYK
RGB Variations
Color information
#C85BAF (or 0xC85BAF) is known color: Fuchsia. HEX triplet: C8, 5B and AF. RGB value is (200,91,175). Sum of RGB (Red+Green+Blue) = 200+91+175=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BAF is #37A450. Grayscale: #848484. Windows color (decimal): -3646545 or 11492296. OLE color: 11492296.
HSL color Cylindrical-coordinate representation of color #C85BAF: hue angle of 313.76º 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 #C85BAF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 175 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.22 |
| HSL | 313.76º | 0.5% | 0.57% | - |
| HSV(B) | 313.76º | 0.55% | 0.78% | - |
| XYZ | 35.3 | 22.86 | 43.11 | - |
| YUV | 133.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 175 | 0 | 0.54 | 0.12 | 0.22 | 313.76 | 0.5 | 0.57 |
| Hex | C8 | 5B | AF | 0 | 36 | C | 16 | 13A | 32 | 39 |
| Octal | 310 | 133 | 257 | 0 | 66 | 14 | 26 | 472 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10101111 | 0 | 110110 | 1100 | 10110 | 100111010 | 110010 | 111001 |
Color Harmonies of #C85BAF
Complementary color
Monochromatic Colors of #C85BAF
Black with #C85BAF
Text Example
Text Example
White with #C85BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BAF; }
p { color: rgb(200,91,175); }
H1.HeaderClassName
{
color: #C85BAF;
}
.AnyTagClassName
{
color: #C85BAF;
}
</style>
background-color css
<style>
a { background-color: #C85BAF; }
a { background-color: rgb(200,91,175); }
div.DivClassName
{
background-color: #C85BAF;
}
.BgClassName
{
background-color: #C85BAF;
}
</style>
border-color css
<style>
span { border-color: #C85BAF; }
span { border-color: rgb(200,91,175); }
td.TdClassName
{
border-color: #C85BAF;
}
.TagClassName
{
border-color: #C85BAF;
}
</style>