Shades of Fuchsia #C056AB
Tints of Fuchsia #C056AB
RGB
CMYK
RGB Variations
Color information
#C056AB (or 0xC056AB) is known color: Fuchsia. HEX triplet: C0, 56 and AB. RGB value is (192,86,171). Sum of RGB (Red+Green+Blue) = 192+86+171=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C056AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056AB is #3FA954. Grayscale: #7F7F7F. Windows color (decimal): -4172117 or 11228864. OLE color: 11228864.
HSL color Cylindrical-coordinate representation of color #C056AB: hue angle of 311.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C056AB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 171 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.25 |
| HSL | 311.89º | 0.46% | 0.55% | - |
| HSV(B) | 311.89º | 0.55% | 0.75% | - |
| XYZ | 32.42 | 20.8 | 40.83 | - |
| YUV | 127.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 171 | 0 | 0.55 | 0.11 | 0.25 | 311.89 | 0.46 | 0.55 |
| Hex | C0 | 56 | AB | 0 | 37 | B | 19 | 138 | 2E | 37 |
| Octal | 300 | 126 | 253 | 0 | 67 | 13 | 31 | 470 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10101011 | 0 | 110111 | 1011 | 11001 | 100111000 | 101110 | 110111 |
Color Harmonies of #C056AB
Complementary color
Monochromatic Colors of #C056AB
Black with #C056AB
Text Example
Text Example
White with #C056AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056AB; }
p { color: rgb(192,86,171); }
H1.HeaderClassName
{
color: #C056AB;
}
.AnyTagClassName
{
color: #C056AB;
}
</style>
background-color css
<style>
a { background-color: #C056AB; }
a { background-color: rgb(192,86,171); }
div.DivClassName
{
background-color: #C056AB;
}
.BgClassName
{
background-color: #C056AB;
}
</style>
border-color css
<style>
span { border-color: #C056AB; }
span { border-color: rgb(192,86,171); }
td.TdClassName
{
border-color: #C056AB;
}
.TagClassName
{
border-color: #C056AB;
}
</style>