Shades of Fuchsia #C161B0
Tints of Fuchsia #C161B0
RGB
CMYK
RGB Variations
Color information
#C161B0 (or 0xC161B0) is known color: Fuchsia. HEX triplet: C1, 61 and B0. RGB value is (193,97,176). Sum of RGB (Red+Green+Blue) = 193+97+176=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C161B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161B0 is #3E9E4F. Grayscale: #868686. Windows color (decimal): -4103760 or 11559361. OLE color: 11559361.
HSL color Cylindrical-coordinate representation of color #C161B0: hue angle of 310.62º 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 #C161B0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 176 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.24 |
| HSL | 310.63º | 0.44% | 0.57% | - |
| HSV(B) | 310.63º | 0.5% | 0.76% | - |
| XYZ | 34.1 | 23.02 | 43.72 | - |
| YUV | 134.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 176 | 0 | 0.50 | 0.09 | 0.24 | 310.63 | 0.44 | 0.57 |
| Hex | C1 | 61 | B0 | 0 | 32 | 9 | 18 | 137 | 2C | 39 |
| Octal | 301 | 141 | 260 | 0 | 62 | 11 | 30 | 467 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10110000 | 0 | 110010 | 1001 | 11000 | 100110111 | 101100 | 111001 |
Color Harmonies of #C161B0
Complementary color
Monochromatic Colors of #C161B0
Black with #C161B0
Text Example
Text Example
White with #C161B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161B0; }
p { color: rgb(193,97,176); }
H1.HeaderClassName
{
color: #C161B0;
}
.AnyTagClassName
{
color: #C161B0;
}
</style>
background-color css
<style>
a { background-color: #C161B0; }
a { background-color: rgb(193,97,176); }
div.DivClassName
{
background-color: #C161B0;
}
.BgClassName
{
background-color: #C161B0;
}
</style>
border-color css
<style>
span { border-color: #C161B0; }
span { border-color: rgb(193,97,176); }
td.TdClassName
{
border-color: #C161B0;
}
.TagClassName
{
border-color: #C161B0;
}
</style>