Shades of Fuchsia #C156AB
Tints of Fuchsia #C156AB
RGB
CMYK
RGB Variations
Color information
#C156AB (or 0xC156AB) is known color: Fuchsia. HEX triplet: C1, 56 and AB. RGB value is (193,86,171). Sum of RGB (Red+Green+Blue) = 193+86+171=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C156AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156AB is #3EA954. Grayscale: #7F7F7F. Windows color (decimal): -4106581 or 11228865. OLE color: 11228865.
HSL color Cylindrical-coordinate representation of color #C156AB: hue angle of 312.34º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C156AB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 171 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.24 |
| HSL | 312.34º | 0.46% | 0.55% | - |
| HSV(B) | 312.34º | 0.55% | 0.76% | - |
| XYZ | 32.67 | 20.93 | 40.85 | - |
| YUV | 127.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 171 | 0 | 0.55 | 0.11 | 0.24 | 312.34 | 0.46 | 0.55 |
| Hex | C1 | 56 | AB | 0 | 37 | B | 18 | 138 | 2E | 37 |
| Octal | 301 | 126 | 253 | 0 | 67 | 13 | 30 | 470 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10101011 | 0 | 110111 | 1011 | 11000 | 100111000 | 101110 | 110111 |
Color Harmonies of #C156AB
Complementary color
Monochromatic Colors of #C156AB
Black with #C156AB
Text Example
Text Example
White with #C156AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156AB; }
p { color: rgb(193,86,171); }
H1.HeaderClassName
{
color: #C156AB;
}
.AnyTagClassName
{
color: #C156AB;
}
</style>
background-color css
<style>
a { background-color: #C156AB; }
a { background-color: rgb(193,86,171); }
div.DivClassName
{
background-color: #C156AB;
}
.BgClassName
{
background-color: #C156AB;
}
</style>
border-color css
<style>
span { border-color: #C156AB; }
span { border-color: rgb(193,86,171); }
td.TdClassName
{
border-color: #C156AB;
}
.TagClassName
{
border-color: #C156AB;
}
</style>