Shades of Fuchsia #C16EB2
Tints of Fuchsia #C16EB2
RGB
CMYK
RGB Variations
Color information
#C16EB2 (or 0xC16EB2) is known color: Fuchsia. HEX triplet: C1, 6E and B2. RGB value is (193,110,178). Sum of RGB (Red+Green+Blue) = 193+110+178=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EB2 is #3E914D. Grayscale: #8E8E8E. Windows color (decimal): -4100430 or 11693761. OLE color: 11693761.
HSL color Cylindrical-coordinate representation of color #C16EB2: hue angle of 310.84º 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 #C16EB2 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 178 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.24 |
| HSL | 310.84º | 0.4% | 0.59% | - |
| HSV(B) | 310.84º | 0.43% | 0.76% | - |
| XYZ | 35.6 | 25.7 | 45.2 | - |
| YUV | 142.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 178 | 0 | 0.43 | 0.08 | 0.24 | 310.84 | 0.4 | 0.59 |
| Hex | C1 | 6E | B2 | 0 | 2B | 8 | 18 | 137 | 28 | 3B |
| Octal | 301 | 156 | 262 | 0 | 53 | 10 | 30 | 467 | 50 | 73 |
| Binary | 11000001 | 1101110 | 10110010 | 0 | 101011 | 1000 | 11000 | 100110111 | 101000 | 111011 |
Color Harmonies of #C16EB2
Complementary color
Monochromatic Colors of #C16EB2
Black with #C16EB2
Text Example
Text Example
White with #C16EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EB2; }
p { color: rgb(193,110,178); }
H1.HeaderClassName
{
color: #C16EB2;
}
.AnyTagClassName
{
color: #C16EB2;
}
</style>
background-color css
<style>
a { background-color: #C16EB2; }
a { background-color: rgb(193,110,178); }
div.DivClassName
{
background-color: #C16EB2;
}
.BgClassName
{
background-color: #C16EB2;
}
</style>
border-color css
<style>
span { border-color: #C16EB2; }
span { border-color: rgb(193,110,178); }
td.TdClassName
{
border-color: #C16EB2;
}
.TagClassName
{
border-color: #C16EB2;
}
</style>