Shades of Fuchsia #C160B3
Tints of Fuchsia #C160B3
RGB
CMYK
RGB Variations
Color information
#C160B3 (or 0xC160B3) is known color: Fuchsia. HEX triplet: C1, 60 and B3. RGB value is (193,96,179). Sum of RGB (Red+Green+Blue) = 193+96+179=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C160B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160B3 is #3E9F4C. Grayscale: #868686. Windows color (decimal): -4104013 or 11755713. OLE color: 11755713.
HSL color Cylindrical-coordinate representation of color #C160B3: hue angle of 308.66º 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 #C160B3 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 179 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.24 |
| HSL | 308.66º | 0.44% | 0.57% | - |
| HSV(B) | 308.66º | 0.5% | 0.76% | - |
| XYZ | 34.31 | 22.96 | 45.27 | - |
| YUV | 134.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 179 | 0 | 0.50 | 0.07 | 0.24 | 308.66 | 0.44 | 0.57 |
| Hex | C1 | 60 | B3 | 0 | 32 | 7 | 18 | 135 | 2C | 39 |
| Octal | 301 | 140 | 263 | 0 | 62 | 7 | 30 | 465 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10110011 | 0 | 110010 | 111 | 11000 | 100110101 | 101100 | 111001 |
Color Harmonies of #C160B3
Complementary color
Monochromatic Colors of #C160B3
Black with #C160B3
Text Example
Text Example
White with #C160B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160B3; }
p { color: rgb(193,96,179); }
H1.HeaderClassName
{
color: #C160B3;
}
.AnyTagClassName
{
color: #C160B3;
}
</style>
background-color css
<style>
a { background-color: #C160B3; }
a { background-color: rgb(193,96,179); }
div.DivClassName
{
background-color: #C160B3;
}
.BgClassName
{
background-color: #C160B3;
}
</style>
border-color css
<style>
span { border-color: #C160B3; }
span { border-color: rgb(193,96,179); }
td.TdClassName
{
border-color: #C160B3;
}
.TagClassName
{
border-color: #C160B3;
}
</style>