Shades of Fuchsia #C85ABF
Tints of Fuchsia #C85ABF
RGB
CMYK
RGB Variations
Color information
#C85ABF (or 0xC85ABF) is known color: Fuchsia. HEX triplet: C8, 5A and BF. RGB value is (200,90,191). Sum of RGB (Red+Green+Blue) = 200+90+191=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C85ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ABF is #37A540. Grayscale: #868686. Windows color (decimal): -3646785 or 12540616. OLE color: 12540616.
HSL color Cylindrical-coordinate representation of color #C85ABF: hue angle of 304.91º 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 #C85ABF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 191 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.22 |
| HSL | 304.91º | 0.5% | 0.57% | - |
| HSV(B) | 304.91º | 0.55% | 0.78% | - |
| XYZ | 36.88 | 23.35 | 51.85 | - |
| YUV | 134.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 191 | 0 | 0.55 | 0.04 | 0.22 | 304.91 | 0.5 | 0.57 |
| Hex | C8 | 5A | BF | 0 | 37 | 4 | 16 | 131 | 32 | 39 |
| Octal | 310 | 132 | 277 | 0 | 67 | 4 | 26 | 461 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10111111 | 0 | 110111 | 100 | 10110 | 100110001 | 110010 | 111001 |
Color Harmonies of #C85ABF
Complementary color
Monochromatic Colors of #C85ABF
Black with #C85ABF
Text Example
Text Example
White with #C85ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ABF; }
p { color: rgb(200,90,191); }
H1.HeaderClassName
{
color: #C85ABF;
}
.AnyTagClassName
{
color: #C85ABF;
}
</style>
background-color css
<style>
a { background-color: #C85ABF; }
a { background-color: rgb(200,90,191); }
div.DivClassName
{
background-color: #C85ABF;
}
.BgClassName
{
background-color: #C85ABF;
}
</style>
border-color css
<style>
span { border-color: #C85ABF; }
span { border-color: rgb(200,90,191); }
td.TdClassName
{
border-color: #C85ABF;
}
.TagClassName
{
border-color: #C85ABF;
}
</style>