Shades of Fuchsia #C16DB6
Tints of Fuchsia #C16DB6
RGB
CMYK
RGB Variations
Color information
#C16DB6 (or 0xC16DB6) is known color: Fuchsia. HEX triplet: C1, 6D and B6. RGB value is (193,109,182). Sum of RGB (Red+Green+Blue) = 193+109+182=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DB6 is #3E9249. Grayscale: #8E8E8E. Windows color (decimal): -4100682 or 11955649. OLE color: 11955649.
HSL color Cylindrical-coordinate representation of color #C16DB6: hue angle of 307.86º 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 #C16DB6 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 182 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.24 |
| HSL | 307.86º | 0.4% | 0.59% | - |
| HSV(B) | 307.86º | 0.44% | 0.76% | - |
| XYZ | 35.9 | 25.65 | 47.31 | - |
| YUV | 142.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 182 | 0 | 0.44 | 0.06 | 0.24 | 307.86 | 0.4 | 0.59 |
| Hex | C1 | 6D | B6 | 0 | 2C | 6 | 18 | 134 | 28 | 3B |
| Octal | 301 | 155 | 266 | 0 | 54 | 6 | 30 | 464 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10110110 | 0 | 101100 | 110 | 11000 | 100110100 | 101000 | 111011 |
Color Harmonies of #C16DB6
Complementary color
Monochromatic Colors of #C16DB6
Black with #C16DB6
Text Example
Text Example
White with #C16DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DB6; }
p { color: rgb(193,109,182); }
H1.HeaderClassName
{
color: #C16DB6;
}
.AnyTagClassName
{
color: #C16DB6;
}
</style>
background-color css
<style>
a { background-color: #C16DB6; }
a { background-color: rgb(193,109,182); }
div.DivClassName
{
background-color: #C16DB6;
}
.BgClassName
{
background-color: #C16DB6;
}
</style>
border-color css
<style>
span { border-color: #C16DB6; }
span { border-color: rgb(193,109,182); }
td.TdClassName
{
border-color: #C16DB6;
}
.TagClassName
{
border-color: #C16DB6;
}
</style>