Shades of Fuchsia #C160A8
Tints of Fuchsia #C160A8
RGB
CMYK
RGB Variations
Color information
#C160A8 (or 0xC160A8) is known color: Fuchsia. HEX triplet: C1, 60 and A8. RGB value is (193,96,168). Sum of RGB (Red+Green+Blue) = 193+96+168=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A8 is #3E9F57. Grayscale: #858585. Windows color (decimal): -4104024 or 11034817. OLE color: 11034817.
HSL color Cylindrical-coordinate representation of color #C160A8: hue angle of 315.46º 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 #C160A8 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 168 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.24 |
| HSL | 315.46º | 0.44% | 0.57% | - |
| HSV(B) | 315.46º | 0.5% | 0.76% | - |
| XYZ | 33.24 | 22.53 | 39.64 | - |
| YUV | 133.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 168 | 0 | 0.50 | 0.13 | 0.24 | 315.46 | 0.44 | 0.57 |
| Hex | C1 | 60 | A8 | 0 | 32 | D | 18 | 13B | 2C | 39 |
| Octal | 301 | 140 | 250 | 0 | 62 | 15 | 30 | 473 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10101000 | 0 | 110010 | 1101 | 11000 | 100111011 | 101100 | 111001 |
Color Harmonies of #C160A8
Complementary color
Monochromatic Colors of #C160A8
Black with #C160A8
Text Example
Text Example
White with #C160A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160A8; }
p { color: rgb(193,96,168); }
H1.HeaderClassName
{
color: #C160A8;
}
.AnyTagClassName
{
color: #C160A8;
}
</style>
background-color css
<style>
a { background-color: #C160A8; }
a { background-color: rgb(193,96,168); }
div.DivClassName
{
background-color: #C160A8;
}
.BgClassName
{
background-color: #C160A8;
}
</style>
border-color css
<style>
span { border-color: #C160A8; }
span { border-color: rgb(193,96,168); }
td.TdClassName
{
border-color: #C160A8;
}
.TagClassName
{
border-color: #C160A8;
}
</style>