Shades of Fuchsia #C161C0
Tints of Fuchsia #C161C0
RGB
CMYK
RGB Variations
Color information
#C161C0 (or 0xC161C0) is known color: Fuchsia. HEX triplet: C1, 61 and C0. RGB value is (193,97,192). Sum of RGB (Red+Green+Blue) = 193+97+192=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C161C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161C0 is #3E9E3F. Grayscale: #888888. Windows color (decimal): -4103744 or 12607937. OLE color: 12607937.
HSL color Cylindrical-coordinate representation of color #C161C0: hue angle of 300.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 #C161C0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 192 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.24 |
| HSL | 300.63º | 0.44% | 0.57% | - |
| HSV(B) | 300.63º | 0.5% | 0.76% | - |
| XYZ | 35.78 | 23.69 | 52.56 | - |
| YUV | 136.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 192 | 0 | 0.50 | 0.01 | 0.24 | 300.63 | 0.44 | 0.57 |
| Hex | C1 | 61 | C0 | 0 | 32 | 1 | 18 | 12D | 2C | 39 |
| Octal | 301 | 141 | 300 | 0 | 62 | 1 | 30 | 455 | 54 | 71 |
| Binary | 11000001 | 1100001 | 11000000 | 0 | 110010 | 1 | 11000 | 100101101 | 101100 | 111001 |
Color Harmonies of #C161C0
Complementary color
Monochromatic Colors of #C161C0
Black with #C161C0
Text Example
Text Example
White with #C161C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161C0; }
p { color: rgb(193,97,192); }
H1.HeaderClassName
{
color: #C161C0;
}
.AnyTagClassName
{
color: #C161C0;
}
</style>
background-color css
<style>
a { background-color: #C161C0; }
a { background-color: rgb(193,97,192); }
div.DivClassName
{
background-color: #C161C0;
}
.BgClassName
{
background-color: #C161C0;
}
</style>
border-color css
<style>
span { border-color: #C161C0; }
span { border-color: rgb(193,97,192); }
td.TdClassName
{
border-color: #C161C0;
}
.TagClassName
{
border-color: #C161C0;
}
</style>