Shades of Fuchsia #C16AB9
Tints of Fuchsia #C16AB9
RGB
CMYK
RGB Variations
Color information
#C16AB9 (or 0xC16AB9) is known color: Fuchsia. HEX triplet: C1, 6A and B9. RGB value is (193,106,185). Sum of RGB (Red+Green+Blue) = 193+106+185=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AB9 is #3E9546. Grayscale: #8C8C8C. Windows color (decimal): -4101447 or 12151489. OLE color: 12151489.
HSL color Cylindrical-coordinate representation of color #C16AB9: hue angle of 305.52º 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 #C16AB9 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 185 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.24 |
| HSL | 305.52º | 0.41% | 0.59% | - |
| HSV(B) | 305.52º | 0.45% | 0.76% | - |
| XYZ | 35.9 | 25.15 | 48.86 | - |
| YUV | 141.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 185 | 0 | 0.45 | 0.04 | 0.24 | 305.52 | 0.41 | 0.59 |
| Hex | C1 | 6A | B9 | 0 | 2D | 4 | 18 | 132 | 29 | 3B |
| Octal | 301 | 152 | 271 | 0 | 55 | 4 | 30 | 462 | 51 | 73 |
| Binary | 11000001 | 1101010 | 10111001 | 0 | 101101 | 100 | 11000 | 100110010 | 101001 | 111011 |
Color Harmonies of #C16AB9
Complementary color
Monochromatic Colors of #C16AB9
Black with #C16AB9
Text Example
Text Example
White with #C16AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AB9; }
p { color: rgb(193,106,185); }
H1.HeaderClassName
{
color: #C16AB9;
}
.AnyTagClassName
{
color: #C16AB9;
}
</style>
background-color css
<style>
a { background-color: #C16AB9; }
a { background-color: rgb(193,106,185); }
div.DivClassName
{
background-color: #C16AB9;
}
.BgClassName
{
background-color: #C16AB9;
}
</style>
border-color css
<style>
span { border-color: #C16AB9; }
span { border-color: rgb(193,106,185); }
td.TdClassName
{
border-color: #C16AB9;
}
.TagClassName
{
border-color: #C16AB9;
}
</style>