Shades of Fuchsia #C85EAB
Tints of Fuchsia #C85EAB
RGB
CMYK
RGB Variations
Color information
#C85EAB (or 0xC85EAB) is known color: Fuchsia. HEX triplet: C8, 5E and AB. RGB value is (200,94,171). Sum of RGB (Red+Green+Blue) = 200+94+171=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EAB is #37A154. Grayscale: #868686. Windows color (decimal): -3645781 or 11230920. OLE color: 11230920.
HSL color Cylindrical-coordinate representation of color #C85EAB: hue angle of 316.42º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EAB is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 171 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.22 |
| HSL | 316.42º | 0.49% | 0.58% | - |
| HSV(B) | 316.42º | 0.53% | 0.78% | - |
| XYZ | 35.17 | 23.23 | 41.16 | - |
| YUV | 134.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 171 | 0 | 0.53 | 0.14 | 0.22 | 316.42 | 0.49 | 0.58 |
| Hex | C8 | 5E | AB | 0 | 35 | E | 16 | 13C | 31 | 3A |
| Octal | 310 | 136 | 253 | 0 | 65 | 16 | 26 | 474 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10101011 | 0 | 110101 | 1110 | 10110 | 100111100 | 110001 | 111010 |
Color Harmonies of #C85EAB
Complementary color
Monochromatic Colors of #C85EAB
Black with #C85EAB
Text Example
Text Example
White with #C85EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EAB; }
p { color: rgb(200,94,171); }
H1.HeaderClassName
{
color: #C85EAB;
}
.AnyTagClassName
{
color: #C85EAB;
}
</style>
background-color css
<style>
a { background-color: #C85EAB; }
a { background-color: rgb(200,94,171); }
div.DivClassName
{
background-color: #C85EAB;
}
.BgClassName
{
background-color: #C85EAB;
}
</style>
border-color css
<style>
span { border-color: #C85EAB; }
span { border-color: rgb(200,94,171); }
td.TdClassName
{
border-color: #C85EAB;
}
.TagClassName
{
border-color: #C85EAB;
}
</style>