Shades of Fuchsia #C160B4
Tints of Fuchsia #C160B4
RGB
CMYK
RGB Variations
Color information
#C160B4 (or 0xC160B4) is known color: Fuchsia. HEX triplet: C1, 60 and B4. RGB value is (193,96,180). Sum of RGB (Red+Green+Blue) = 193+96+180=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C160B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160B4 is #3E9F4B. Grayscale: #868686. Windows color (decimal): -4104012 or 11821249. OLE color: 11821249.
HSL color Cylindrical-coordinate representation of color #C160B4: hue angle of 308.04º 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 #C160B4 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 180 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.24 |
| HSL | 308.04º | 0.44% | 0.57% | - |
| HSV(B) | 308.04º | 0.5% | 0.76% | - |
| XYZ | 34.41 | 23 | 45.81 | - |
| YUV | 134.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 180 | 0 | 0.50 | 0.07 | 0.24 | 308.04 | 0.44 | 0.57 |
| Hex | C1 | 60 | B4 | 0 | 32 | 7 | 18 | 134 | 2C | 39 |
| Octal | 301 | 140 | 264 | 0 | 62 | 7 | 30 | 464 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10110100 | 0 | 110010 | 111 | 11000 | 100110100 | 101100 | 111001 |
Color Harmonies of #C160B4
Complementary color
Monochromatic Colors of #C160B4
Black with #C160B4
Text Example
Text Example
White with #C160B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160B4; }
p { color: rgb(193,96,180); }
H1.HeaderClassName
{
color: #C160B4;
}
.AnyTagClassName
{
color: #C160B4;
}
</style>
background-color css
<style>
a { background-color: #C160B4; }
a { background-color: rgb(193,96,180); }
div.DivClassName
{
background-color: #C160B4;
}
.BgClassName
{
background-color: #C160B4;
}
</style>
border-color css
<style>
span { border-color: #C160B4; }
span { border-color: rgb(193,96,180); }
td.TdClassName
{
border-color: #C160B4;
}
.TagClassName
{
border-color: #C160B4;
}
</style>