Shades of Fuchsia #C16EB1
Tints of Fuchsia #C16EB1
RGB
CMYK
RGB Variations
Color information
#C16EB1 (or 0xC16EB1) is known color: Fuchsia. HEX triplet: C1, 6E and B1. RGB value is (193,110,177). Sum of RGB (Red+Green+Blue) = 193+110+177=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EB1 is #3E914E. Grayscale: #8E8E8E. Windows color (decimal): -4100431 or 11628225. OLE color: 11628225.
HSL color Cylindrical-coordinate representation of color #C16EB1: hue angle of 311.57º 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 #C16EB1 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 177 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.24 |
| HSL | 311.57º | 0.4% | 0.59% | - |
| HSV(B) | 311.57º | 0.43% | 0.76% | - |
| XYZ | 35.5 | 25.66 | 44.68 | - |
| YUV | 142.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 177 | 0 | 0.43 | 0.08 | 0.24 | 311.57 | 0.4 | 0.59 |
| Hex | C1 | 6E | B1 | 0 | 2B | 8 | 18 | 138 | 28 | 3B |
| Octal | 301 | 156 | 261 | 0 | 53 | 10 | 30 | 470 | 50 | 73 |
| Binary | 11000001 | 1101110 | 10110001 | 0 | 101011 | 1000 | 11000 | 100111000 | 101000 | 111011 |
Color Harmonies of #C16EB1
Complementary color
Monochromatic Colors of #C16EB1
Black with #C16EB1
Text Example
Text Example
White with #C16EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EB1; }
p { color: rgb(193,110,177); }
H1.HeaderClassName
{
color: #C16EB1;
}
.AnyTagClassName
{
color: #C16EB1;
}
</style>
background-color css
<style>
a { background-color: #C16EB1; }
a { background-color: rgb(193,110,177); }
div.DivClassName
{
background-color: #C16EB1;
}
.BgClassName
{
background-color: #C16EB1;
}
</style>
border-color css
<style>
span { border-color: #C16EB1; }
span { border-color: rgb(193,110,177); }
td.TdClassName
{
border-color: #C16EB1;
}
.TagClassName
{
border-color: #C16EB1;
}
</style>