Shades of Fuchsia #C160B7
Tints of Fuchsia #C160B7
RGB
CMYK
RGB Variations
Color information
#C160B7 (or 0xC160B7) is known color: Fuchsia. HEX triplet: C1, 60 and B7. RGB value is (193,96,183). Sum of RGB (Red+Green+Blue) = 193+96+183=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C160B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160B7 is #3E9F48. Grayscale: #868686. Windows color (decimal): -4104009 or 12017857. OLE color: 12017857.
HSL color Cylindrical-coordinate representation of color #C160B7: hue angle of 306.19º 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 #C160B7 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 183 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.24 |
| HSL | 306.19º | 0.44% | 0.57% | - |
| HSV(B) | 306.19º | 0.5% | 0.76% | - |
| XYZ | 34.72 | 23.12 | 47.43 | - |
| YUV | 134.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 183 | 0 | 0.50 | 0.05 | 0.24 | 306.19 | 0.44 | 0.57 |
| Hex | C1 | 60 | B7 | 0 | 32 | 5 | 18 | 132 | 2C | 39 |
| Octal | 301 | 140 | 267 | 0 | 62 | 5 | 30 | 462 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10110111 | 0 | 110010 | 101 | 11000 | 100110010 | 101100 | 111001 |
Color Harmonies of #C160B7
Complementary color
Monochromatic Colors of #C160B7
Black with #C160B7
Text Example
Text Example
White with #C160B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160B7; }
p { color: rgb(193,96,183); }
H1.HeaderClassName
{
color: #C160B7;
}
.AnyTagClassName
{
color: #C160B7;
}
</style>
background-color css
<style>
a { background-color: #C160B7; }
a { background-color: rgb(193,96,183); }
div.DivClassName
{
background-color: #C160B7;
}
.BgClassName
{
background-color: #C160B7;
}
</style>
border-color css
<style>
span { border-color: #C160B7; }
span { border-color: rgb(193,96,183); }
td.TdClassName
{
border-color: #C160B7;
}
.TagClassName
{
border-color: #C160B7;
}
</style>