Shades of Fuchsia #C85AB1
Tints of Fuchsia #C85AB1
RGB
CMYK
RGB Variations
Color information
#C85AB1 (or 0xC85AB1) is known color: Fuchsia. HEX triplet: C8, 5A and B1. RGB value is (200,90,177). Sum of RGB (Red+Green+Blue) = 200+90+177=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AB1 is #37A54E. Grayscale: #848484. Windows color (decimal): -3646799 or 11623112. OLE color: 11623112.
HSL color Cylindrical-coordinate representation of color #C85AB1: hue angle of 312.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85AB1 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 177 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.22 |
| HSL | 312.55º | 0.5% | 0.57% | - |
| HSV(B) | 312.55º | 0.55% | 0.78% | - |
| XYZ | 35.41 | 22.77 | 44.12 | - |
| YUV | 132.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 177 | 0 | 0.55 | 0.12 | 0.22 | 312.55 | 0.5 | 0.57 |
| Hex | C8 | 5A | B1 | 0 | 37 | C | 16 | 139 | 32 | 39 |
| Octal | 310 | 132 | 261 | 0 | 67 | 14 | 26 | 471 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10110001 | 0 | 110111 | 1100 | 10110 | 100111001 | 110010 | 111001 |
Color Harmonies of #C85AB1
Complementary color
Monochromatic Colors of #C85AB1
Black with #C85AB1
Text Example
Text Example
White with #C85AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AB1; }
p { color: rgb(200,90,177); }
H1.HeaderClassName
{
color: #C85AB1;
}
.AnyTagClassName
{
color: #C85AB1;
}
</style>
background-color css
<style>
a { background-color: #C85AB1; }
a { background-color: rgb(200,90,177); }
div.DivClassName
{
background-color: #C85AB1;
}
.BgClassName
{
background-color: #C85AB1;
}
</style>
border-color css
<style>
span { border-color: #C85AB1; }
span { border-color: rgb(200,90,177); }
td.TdClassName
{
border-color: #C85AB1;
}
.TagClassName
{
border-color: #C85AB1;
}
</style>