Shades of Fuchsia #C160A9
Tints of Fuchsia #C160A9
RGB
CMYK
RGB Variations
Color information
#C160A9 (or 0xC160A9) is known color: Fuchsia. HEX triplet: C1, 60 and A9. RGB value is (193,96,169). Sum of RGB (Red+Green+Blue) = 193+96+169=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A9 is #3E9F56. Grayscale: #858585. Windows color (decimal): -4104023 or 11100353. OLE color: 11100353.
HSL color Cylindrical-coordinate representation of color #C160A9: hue angle of 314.85º 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 #C160A9 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 169 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.24 |
| HSL | 314.85º | 0.44% | 0.57% | - |
| HSV(B) | 314.85º | 0.5% | 0.76% | - |
| XYZ | 33.34 | 22.57 | 40.14 | - |
| YUV | 133.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 169 | 0 | 0.50 | 0.12 | 0.24 | 314.85 | 0.44 | 0.57 |
| Hex | C1 | 60 | A9 | 0 | 32 | C | 18 | 13B | 2C | 39 |
| Octal | 301 | 140 | 251 | 0 | 62 | 14 | 30 | 473 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10101001 | 0 | 110010 | 1100 | 11000 | 100111011 | 101100 | 111001 |
Color Harmonies of #C160A9
Complementary color
Monochromatic Colors of #C160A9
Black with #C160A9
Text Example
Text Example
White with #C160A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160A9; }
p { color: rgb(193,96,169); }
H1.HeaderClassName
{
color: #C160A9;
}
.AnyTagClassName
{
color: #C160A9;
}
</style>
background-color css
<style>
a { background-color: #C160A9; }
a { background-color: rgb(193,96,169); }
div.DivClassName
{
background-color: #C160A9;
}
.BgClassName
{
background-color: #C160A9;
}
</style>
border-color css
<style>
span { border-color: #C160A9; }
span { border-color: rgb(193,96,169); }
td.TdClassName
{
border-color: #C160A9;
}
.TagClassName
{
border-color: #C160A9;
}
</style>