Shades of Fuchsia #C161AC
Tints of Fuchsia #C161AC
RGB
CMYK
RGB Variations
Color information
#C161AC (or 0xC161AC) is known color: Fuchsia. HEX triplet: C1, 61 and AC. RGB value is (193,97,172). Sum of RGB (Red+Green+Blue) = 193+97+172=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AC is #3E9E53. Grayscale: #868686. Windows color (decimal): -4103764 or 11297217. OLE color: 11297217.
HSL color Cylindrical-coordinate representation of color #C161AC: hue angle of 313.12º 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 #C161AC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 172 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.24 |
| HSL | 313.13º | 0.44% | 0.57% | - |
| HSV(B) | 313.13º | 0.5% | 0.76% | - |
| XYZ | 33.71 | 22.87 | 41.67 | - |
| YUV | 134.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 172 | 0 | 0.50 | 0.11 | 0.24 | 313.13 | 0.44 | 0.57 |
| Hex | C1 | 61 | AC | 0 | 32 | B | 18 | 139 | 2C | 39 |
| Octal | 301 | 141 | 254 | 0 | 62 | 13 | 30 | 471 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10101100 | 0 | 110010 | 1011 | 11000 | 100111001 | 101100 | 111001 |
Color Harmonies of #C161AC
Complementary color
Monochromatic Colors of #C161AC
Black with #C161AC
Text Example
Text Example
White with #C161AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161AC; }
p { color: rgb(193,97,172); }
H1.HeaderClassName
{
color: #C161AC;
}
.AnyTagClassName
{
color: #C161AC;
}
</style>
background-color css
<style>
a { background-color: #C161AC; }
a { background-color: rgb(193,97,172); }
div.DivClassName
{
background-color: #C161AC;
}
.BgClassName
{
background-color: #C161AC;
}
</style>
border-color css
<style>
span { border-color: #C161AC; }
span { border-color: rgb(193,97,172); }
td.TdClassName
{
border-color: #C161AC;
}
.TagClassName
{
border-color: #C161AC;
}
</style>