Shades of Fuchsia #C16BAB
Tints of Fuchsia #C16BAB
RGB
CMYK
RGB Variations
Color information
#C16BAB (or 0xC16BAB) is known color: Fuchsia. HEX triplet: C1, 6B and AB. RGB value is (193,107,171). Sum of RGB (Red+Green+Blue) = 193+107+171=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BAB is #3E9454. Grayscale: #8B8B8B. Windows color (decimal): -4101205 or 11234241. OLE color: 11234241.
HSL color Cylindrical-coordinate representation of color #C16BAB: hue angle of 315.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16BAB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 171 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.24 |
| HSL | 315.35º | 0.41% | 0.59% | - |
| HSV(B) | 315.35º | 0.45% | 0.76% | - |
| XYZ | 34.6 | 24.79 | 41.49 | - |
| YUV | 140.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 171 | 0 | 0.45 | 0.11 | 0.24 | 315.35 | 0.41 | 0.59 |
| Hex | C1 | 6B | AB | 0 | 2D | B | 18 | 13B | 29 | 3B |
| Octal | 301 | 153 | 253 | 0 | 55 | 13 | 30 | 473 | 51 | 73 |
| Binary | 11000001 | 1101011 | 10101011 | 0 | 101101 | 1011 | 11000 | 100111011 | 101001 | 111011 |
Color Harmonies of #C16BAB
Complementary color
Monochromatic Colors of #C16BAB
Black with #C16BAB
Text Example
Text Example
White with #C16BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BAB; }
p { color: rgb(193,107,171); }
H1.HeaderClassName
{
color: #C16BAB;
}
.AnyTagClassName
{
color: #C16BAB;
}
</style>
background-color css
<style>
a { background-color: #C16BAB; }
a { background-color: rgb(193,107,171); }
div.DivClassName
{
background-color: #C16BAB;
}
.BgClassName
{
background-color: #C16BAB;
}
</style>
border-color css
<style>
span { border-color: #C16BAB; }
span { border-color: rgb(193,107,171); }
td.TdClassName
{
border-color: #C16BAB;
}
.TagClassName
{
border-color: #C16BAB;
}
</style>