Shades of Fuchsia #C16AAC
Tints of Fuchsia #C16AAC
RGB
CMYK
RGB Variations
Color information
#C16AAC (or 0xC16AAC) is known color: Fuchsia. HEX triplet: C1, 6A and AC. RGB value is (193,106,172). Sum of RGB (Red+Green+Blue) = 193+106+172=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16AAC is #3E9553. Grayscale: #8B8B8B. Windows color (decimal): -4101460 or 11299521. OLE color: 11299521.
HSL color Cylindrical-coordinate representation of color #C16AAC: hue angle of 314.48º 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 #C16AAC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 172 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.24 |
| HSL | 314.48º | 0.41% | 0.59% | - |
| HSV(B) | 314.48º | 0.45% | 0.76% | - |
| XYZ | 34.59 | 24.62 | 41.96 | - |
| YUV | 139.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 172 | 0 | 0.45 | 0.11 | 0.24 | 314.48 | 0.41 | 0.59 |
| Hex | C1 | 6A | AC | 0 | 2D | B | 18 | 13A | 29 | 3B |
| Octal | 301 | 152 | 254 | 0 | 55 | 13 | 30 | 472 | 51 | 73 |
| Binary | 11000001 | 1101010 | 10101100 | 0 | 101101 | 1011 | 11000 | 100111010 | 101001 | 111011 |
Color Harmonies of #C16AAC
Complementary color
Monochromatic Colors of #C16AAC
Black with #C16AAC
Text Example
Text Example
White with #C16AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AAC; }
p { color: rgb(193,106,172); }
H1.HeaderClassName
{
color: #C16AAC;
}
.AnyTagClassName
{
color: #C16AAC;
}
</style>
background-color css
<style>
a { background-color: #C16AAC; }
a { background-color: rgb(193,106,172); }
div.DivClassName
{
background-color: #C16AAC;
}
.BgClassName
{
background-color: #C16AAC;
}
</style>
border-color css
<style>
span { border-color: #C16AAC; }
span { border-color: rgb(193,106,172); }
td.TdClassName
{
border-color: #C16AAC;
}
.TagClassName
{
border-color: #C16AAC;
}
</style>