Shades of Fuchsia #C16DB0
Tints of Fuchsia #C16DB0
RGB
CMYK
RGB Variations
Color information
#C16DB0 (or 0xC16DB0) is known color: Fuchsia. HEX triplet: C1, 6D and B0. RGB value is (193,109,176). Sum of RGB (Red+Green+Blue) = 193+109+176=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16DB0 is #3E924F. Grayscale: #8D8D8D. Windows color (decimal): -4100688 or 11562433. OLE color: 11562433.
HSL color Cylindrical-coordinate representation of color #C16DB0: hue angle of 312.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16DB0 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 176 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.24 |
| HSL | 312.14º | 0.4% | 0.59% | - |
| HSV(B) | 312.14º | 0.44% | 0.76% | - |
| XYZ | 35.3 | 25.41 | 44.12 | - |
| YUV | 141.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 176 | 0 | 0.44 | 0.09 | 0.24 | 312.14 | 0.4 | 0.59 |
| Hex | C1 | 6D | B0 | 0 | 2C | 9 | 18 | 138 | 28 | 3B |
| Octal | 301 | 155 | 260 | 0 | 54 | 11 | 30 | 470 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10110000 | 0 | 101100 | 1001 | 11000 | 100111000 | 101000 | 111011 |
Color Harmonies of #C16DB0
Complementary color
Monochromatic Colors of #C16DB0
Black with #C16DB0
Text Example
Text Example
White with #C16DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DB0; }
p { color: rgb(193,109,176); }
H1.HeaderClassName
{
color: #C16DB0;
}
.AnyTagClassName
{
color: #C16DB0;
}
</style>
background-color css
<style>
a { background-color: #C16DB0; }
a { background-color: rgb(193,109,176); }
div.DivClassName
{
background-color: #C16DB0;
}
.BgClassName
{
background-color: #C16DB0;
}
</style>
border-color css
<style>
span { border-color: #C16DB0; }
span { border-color: rgb(193,109,176); }
td.TdClassName
{
border-color: #C16DB0;
}
.TagClassName
{
border-color: #C16DB0;
}
</style>