Shades of Fuchsia #C160AA
Tints of Fuchsia #C160AA
RGB
CMYK
RGB Variations
Color information
#C160AA (or 0xC160AA) is known color: Fuchsia. HEX triplet: C1, 60 and AA. RGB value is (193,96,170). Sum of RGB (Red+Green+Blue) = 193+96+170=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C160AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160AA is #3E9F55. Grayscale: #858585. Windows color (decimal): -4104022 or 11165889. OLE color: 11165889.
HSL color Cylindrical-coordinate representation of color #C160AA: hue angle of 314.23º 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 #C160AA is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 170 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.24 |
| HSL | 314.23º | 0.44% | 0.57% | - |
| HSV(B) | 314.23º | 0.5% | 0.76% | - |
| XYZ | 33.43 | 22.61 | 40.63 | - |
| YUV | 133.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 170 | 0 | 0.50 | 0.12 | 0.24 | 314.23 | 0.44 | 0.57 |
| Hex | C1 | 60 | AA | 0 | 32 | C | 18 | 13A | 2C | 39 |
| Octal | 301 | 140 | 252 | 0 | 62 | 14 | 30 | 472 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10101010 | 0 | 110010 | 1100 | 11000 | 100111010 | 101100 | 111001 |
Color Harmonies of #C160AA
Complementary color
Monochromatic Colors of #C160AA
Black with #C160AA
Text Example
Text Example
White with #C160AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160AA; }
p { color: rgb(193,96,170); }
H1.HeaderClassName
{
color: #C160AA;
}
.AnyTagClassName
{
color: #C160AA;
}
</style>
background-color css
<style>
a { background-color: #C160AA; }
a { background-color: rgb(193,96,170); }
div.DivClassName
{
background-color: #C160AA;
}
.BgClassName
{
background-color: #C160AA;
}
</style>
border-color css
<style>
span { border-color: #C160AA; }
span { border-color: rgb(193,96,170); }
td.TdClassName
{
border-color: #C160AA;
}
.TagClassName
{
border-color: #C160AA;
}
</style>