Shades of Fuchsia #C16DB8
Tints of Fuchsia #C16DB8
RGB
CMYK
RGB Variations
Color information
#C16DB8 (or 0xC16DB8) is known color: Fuchsia. HEX triplet: C1, 6D and B8. RGB value is (193,109,184). Sum of RGB (Red+Green+Blue) = 193+109+184=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DB8 is #3E9247. Grayscale: #8E8E8E. Windows color (decimal): -4100680 or 12086721. OLE color: 12086721.
HSL color Cylindrical-coordinate representation of color #C16DB8: hue angle of 306.43º 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 #C16DB8 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 184 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.24 |
| HSL | 306.43º | 0.4% | 0.59% | - |
| HSV(B) | 306.43º | 0.44% | 0.76% | - |
| XYZ | 36.11 | 25.74 | 48.41 | - |
| YUV | 142.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 184 | 0 | 0.44 | 0.05 | 0.24 | 306.43 | 0.4 | 0.59 |
| Hex | C1 | 6D | B8 | 0 | 2C | 5 | 18 | 132 | 28 | 3B |
| Octal | 301 | 155 | 270 | 0 | 54 | 5 | 30 | 462 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10111000 | 0 | 101100 | 101 | 11000 | 100110010 | 101000 | 111011 |
Color Harmonies of #C16DB8
Complementary color
Monochromatic Colors of #C16DB8
Black with #C16DB8
Text Example
Text Example
White with #C16DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DB8; }
p { color: rgb(193,109,184); }
H1.HeaderClassName
{
color: #C16DB8;
}
.AnyTagClassName
{
color: #C16DB8;
}
</style>
background-color css
<style>
a { background-color: #C16DB8; }
a { background-color: rgb(193,109,184); }
div.DivClassName
{
background-color: #C16DB8;
}
.BgClassName
{
background-color: #C16DB8;
}
</style>
border-color css
<style>
span { border-color: #C16DB8; }
span { border-color: rgb(193,109,184); }
td.TdClassName
{
border-color: #C16DB8;
}
.TagClassName
{
border-color: #C16DB8;
}
</style>