Shades of Fuchsia #C161AB
Tints of Fuchsia #C161AB
RGB
CMYK
RGB Variations
Color information
#C161AB (or 0xC161AB) is known color: Fuchsia. HEX triplet: C1, 61 and AB. RGB value is (193,97,171). Sum of RGB (Red+Green+Blue) = 193+97+171=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AB is #3E9E54. Grayscale: #858585. Windows color (decimal): -4103765 or 11231681. OLE color: 11231681.
HSL color Cylindrical-coordinate representation of color #C161AB: hue angle of 313.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C161AB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 171 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.24 |
| HSL | 313.75º | 0.44% | 0.57% | - |
| HSV(B) | 313.75º | 0.5% | 0.76% | - |
| XYZ | 33.62 | 22.83 | 41.16 | - |
| YUV | 134.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 171 | 0 | 0.50 | 0.11 | 0.24 | 313.75 | 0.44 | 0.57 |
| Hex | C1 | 61 | AB | 0 | 32 | B | 18 | 13A | 2C | 39 |
| Octal | 301 | 141 | 253 | 0 | 62 | 13 | 30 | 472 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10101011 | 0 | 110010 | 1011 | 11000 | 100111010 | 101100 | 111001 |
Color Harmonies of #C161AB
Complementary color
Monochromatic Colors of #C161AB
Black with #C161AB
Text Example
Text Example
White with #C161AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161AB; }
p { color: rgb(193,97,171); }
H1.HeaderClassName
{
color: #C161AB;
}
.AnyTagClassName
{
color: #C161AB;
}
</style>
background-color css
<style>
a { background-color: #C161AB; }
a { background-color: rgb(193,97,171); }
div.DivClassName
{
background-color: #C161AB;
}
.BgClassName
{
background-color: #C161AB;
}
</style>
border-color css
<style>
span { border-color: #C161AB; }
span { border-color: rgb(193,97,171); }
td.TdClassName
{
border-color: #C161AB;
}
.TagClassName
{
border-color: #C161AB;
}
</style>