Shades of Fuchsia #C850AB
Tints of Fuchsia #C850AB
RGB
CMYK
RGB Variations
Color information
#C850AB (or 0xC850AB) is known color: Fuchsia. HEX triplet: C8, 50 and AB. RGB value is (200,80,171). Sum of RGB (Red+Green+Blue) = 200+80+171=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C850AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850AB is #37AF54. Grayscale: #7E7E7E. Windows color (decimal): -3649365 or 11227336. OLE color: 11227336.
HSL color Cylindrical-coordinate representation of color #C850AB: hue angle of 314.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C850AB is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 171 | - |
| CMYK | 0 | 0.6 | 0.14 | 0.22 |
| HSL | 314.5º | 0.52% | 0.55% | - |
| HSV(B) | 314.5º | 0.6% | 0.78% | - |
| XYZ | 34.04 | 20.96 | 40.78 | - |
| YUV | 126.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 171 | 0 | 0.6 | 0.14 | 0.22 | 314.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | AB | 0 | 3C | E | 16 | 13A | 34 | 37 |
| Octal | 310 | 120 | 253 | 0 | 74 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10101011 | 0 | 111100 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C850AB
Complementary color
Monochromatic Colors of #C850AB
Black with #C850AB
Text Example
Text Example
White with #C850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850AB; }
p { color: rgb(200,80,171); }
H1.HeaderClassName
{
color: #C850AB;
}
.AnyTagClassName
{
color: #C850AB;
}
</style>
background-color css
<style>
a { background-color: #C850AB; }
a { background-color: rgb(200,80,171); }
div.DivClassName
{
background-color: #C850AB;
}
.BgClassName
{
background-color: #C850AB;
}
</style>
border-color css
<style>
span { border-color: #C850AB; }
span { border-color: rgb(200,80,171); }
td.TdClassName
{
border-color: #C850AB;
}
.TagClassName
{
border-color: #C850AB;
}
</style>