Shades of Fuchsia #C16EC0
Tints of Fuchsia #C16EC0
RGB
CMYK
RGB Variations
Color information
#C16EC0 (or 0xC16EC0) is known color: Fuchsia. HEX triplet: C1, 6E and C0. RGB value is (193,110,192). Sum of RGB (Red+Green+Blue) = 193+110+192=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EC0 is #3E913F. Grayscale: #8F8F8F. Windows color (decimal): -4100416 or 12611265. OLE color: 12611265.
HSL color Cylindrical-coordinate representation of color #C16EC0: hue angle of 300.72º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16EC0 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 192 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.24 |
| HSL | 300.72º | 0.4% | 0.59% | - |
| HSV(B) | 300.72º | 0.43% | 0.76% | - |
| XYZ | 37.08 | 26.3 | 52.99 | - |
| YUV | 144.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 192 | 0 | 0.43 | 0.01 | 0.24 | 300.72 | 0.4 | 0.59 |
| Hex | C1 | 6E | C0 | 0 | 2B | 1 | 18 | 12D | 28 | 3B |
| Octal | 301 | 156 | 300 | 0 | 53 | 1 | 30 | 455 | 50 | 73 |
| Binary | 11000001 | 1101110 | 11000000 | 0 | 101011 | 1 | 11000 | 100101101 | 101000 | 111011 |
Color Harmonies of #C16EC0
Complementary color
Monochromatic Colors of #C16EC0
Black with #C16EC0
Text Example
Text Example
White with #C16EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EC0; }
p { color: rgb(193,110,192); }
H1.HeaderClassName
{
color: #C16EC0;
}
.AnyTagClassName
{
color: #C16EC0;
}
</style>
background-color css
<style>
a { background-color: #C16EC0; }
a { background-color: rgb(193,110,192); }
div.DivClassName
{
background-color: #C16EC0;
}
.BgClassName
{
background-color: #C16EC0;
}
</style>
border-color css
<style>
span { border-color: #C16EC0; }
span { border-color: rgb(193,110,192); }
td.TdClassName
{
border-color: #C16EC0;
}
.TagClassName
{
border-color: #C16EC0;
}
</style>