Shades of Fuchsia #C161AD
Tints of Fuchsia #C161AD
RGB
CMYK
RGB Variations
Color information
#C161AD (or 0xC161AD) is known color: Fuchsia. HEX triplet: C1, 61 and AD. RGB value is (193,97,173). Sum of RGB (Red+Green+Blue) = 193+97+173=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AD is #3E9E52. Grayscale: #868686. Windows color (decimal): -4103763 or 11362753. OLE color: 11362753.
HSL color Cylindrical-coordinate representation of color #C161AD: hue angle of 312.5º 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 #C161AD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 173 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.24 |
| HSL | 312.5º | 0.44% | 0.57% | - |
| HSV(B) | 312.5º | 0.5% | 0.76% | - |
| XYZ | 33.81 | 22.9 | 42.17 | - |
| YUV | 134.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 173 | 0 | 0.50 | 0.10 | 0.24 | 312.5 | 0.44 | 0.57 |
| Hex | C1 | 61 | AD | 0 | 32 | A | 18 | 138 | 2C | 39 |
| Octal | 301 | 141 | 255 | 0 | 62 | 12 | 30 | 470 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10101101 | 0 | 110010 | 1010 | 11000 | 100111000 | 101100 | 111001 |
Color Harmonies of #C161AD
Complementary color
Monochromatic Colors of #C161AD
Black with #C161AD
Text Example
Text Example
White with #C161AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161AD; }
p { color: rgb(193,97,173); }
H1.HeaderClassName
{
color: #C161AD;
}
.AnyTagClassName
{
color: #C161AD;
}
</style>
background-color css
<style>
a { background-color: #C161AD; }
a { background-color: rgb(193,97,173); }
div.DivClassName
{
background-color: #C161AD;
}
.BgClassName
{
background-color: #C161AD;
}
</style>
border-color css
<style>
span { border-color: #C161AD; }
span { border-color: rgb(193,97,173); }
td.TdClassName
{
border-color: #C161AD;
}
.TagClassName
{
border-color: #C161AD;
}
</style>