Shades of Fuchsia #C160BF
Tints of Fuchsia #C160BF
RGB
CMYK
RGB Variations
Color information
#C160BF (or 0xC160BF) is known color: Fuchsia. HEX triplet: C1, 60 and BF. RGB value is (193,96,191). Sum of RGB (Red+Green+Blue) = 193+96+191=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C160BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160BF is #3E9F40. Grayscale: #878787. Windows color (decimal): -4104001 or 12542145. OLE color: 12542145.
HSL color Cylindrical-coordinate representation of color #C160BF: hue angle of 301.24º 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 #C160BF is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 191 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.24 |
| HSL | 301.24º | 0.44% | 0.57% | - |
| HSV(B) | 301.24º | 0.5% | 0.76% | - |
| XYZ | 35.58 | 23.46 | 51.94 | - |
| YUV | 135.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 191 | 0 | 0.50 | 0.01 | 0.24 | 301.24 | 0.44 | 0.57 |
| Hex | C1 | 60 | BF | 0 | 32 | 1 | 18 | 12D | 2C | 39 |
| Octal | 301 | 140 | 277 | 0 | 62 | 1 | 30 | 455 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10111111 | 0 | 110010 | 1 | 11000 | 100101101 | 101100 | 111001 |
Color Harmonies of #C160BF
Complementary color
Monochromatic Colors of #C160BF
Black with #C160BF
Text Example
Text Example
White with #C160BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160BF; }
p { color: rgb(193,96,191); }
H1.HeaderClassName
{
color: #C160BF;
}
.AnyTagClassName
{
color: #C160BF;
}
</style>
background-color css
<style>
a { background-color: #C160BF; }
a { background-color: rgb(193,96,191); }
div.DivClassName
{
background-color: #C160BF;
}
.BgClassName
{
background-color: #C160BF;
}
</style>
border-color css
<style>
span { border-color: #C160BF; }
span { border-color: rgb(193,96,191); }
td.TdClassName
{
border-color: #C160BF;
}
.TagClassName
{
border-color: #C160BF;
}
</style>