Shades of Fuchsia #C160C0
Tints of Fuchsia #C160C0
RGB
CMYK
RGB Variations
Color information
#C160C0 (or 0xC160C0) is known color: Fuchsia. HEX triplet: C1, 60 and C0. RGB value is (193,96,192). Sum of RGB (Red+Green+Blue) = 193+96+192=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C160C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160C0 is #3E9F3F. Grayscale: #878787. Windows color (decimal): -4104000 or 12607681. OLE color: 12607681.
HSL color Cylindrical-coordinate representation of color #C160C0: 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 #C160C0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 192 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.24 |
| HSL | 300.62º | 0.44% | 0.57% | - |
| HSV(B) | 300.62º | 0.5% | 0.76% | - |
| XYZ | 35.69 | 23.51 | 52.53 | - |
| YUV | 135.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 192 | 0 | 0.50 | 0.01 | 0.24 | 300.62 | 0.44 | 0.57 |
| Hex | C1 | 60 | C0 | 0 | 32 | 1 | 18 | 12D | 2C | 39 |
| Octal | 301 | 140 | 300 | 0 | 62 | 1 | 30 | 455 | 54 | 71 |
| Binary | 11000001 | 1100000 | 11000000 | 0 | 110010 | 1 | 11000 | 100101101 | 101100 | 111001 |
Color Harmonies of #C160C0
Complementary color
Monochromatic Colors of #C160C0
Black with #C160C0
Text Example
Text Example
White with #C160C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160C0; }
p { color: rgb(193,96,192); }
H1.HeaderClassName
{
color: #C160C0;
}
.AnyTagClassName
{
color: #C160C0;
}
</style>
background-color css
<style>
a { background-color: #C160C0; }
a { background-color: rgb(193,96,192); }
div.DivClassName
{
background-color: #C160C0;
}
.BgClassName
{
background-color: #C160C0;
}
</style>
border-color css
<style>
span { border-color: #C160C0; }
span { border-color: rgb(193,96,192); }
td.TdClassName
{
border-color: #C160C0;
}
.TagClassName
{
border-color: #C160C0;
}
</style>