Shades of Fuchsia #C16DBB
Tints of Fuchsia #C16DBB
RGB
CMYK
RGB Variations
Color information
#C16DBB (or 0xC16DBB) is known color: Fuchsia. HEX triplet: C1, 6D and BB. RGB value is (193,109,187). Sum of RGB (Red+Green+Blue) = 193+109+187=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DBB is #3E9244. Grayscale: #8E8E8E. Windows color (decimal): -4100677 or 12283329. OLE color: 12283329.
HSL color Cylindrical-coordinate representation of color #C16DBB: hue angle of 304.29º 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 #C16DBB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 187 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.24 |
| HSL | 304.29º | 0.4% | 0.59% | - |
| HSV(B) | 304.29º | 0.44% | 0.76% | - |
| XYZ | 36.43 | 25.86 | 50.09 | - |
| YUV | 143.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 187 | 0 | 0.44 | 0.03 | 0.24 | 304.29 | 0.4 | 0.59 |
| Hex | C1 | 6D | BB | 0 | 2C | 3 | 18 | 130 | 28 | 3B |
| Octal | 301 | 155 | 273 | 0 | 54 | 3 | 30 | 460 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10111011 | 0 | 101100 | 11 | 11000 | 100110000 | 101000 | 111011 |
Color Harmonies of #C16DBB
Complementary color
Monochromatic Colors of #C16DBB
Black with #C16DBB
Text Example
Text Example
White with #C16DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DBB; }
p { color: rgb(193,109,187); }
H1.HeaderClassName
{
color: #C16DBB;
}
.AnyTagClassName
{
color: #C16DBB;
}
</style>
background-color css
<style>
a { background-color: #C16DBB; }
a { background-color: rgb(193,109,187); }
div.DivClassName
{
background-color: #C16DBB;
}
.BgClassName
{
background-color: #C16DBB;
}
</style>
border-color css
<style>
span { border-color: #C16DBB; }
span { border-color: rgb(193,109,187); }
td.TdClassName
{
border-color: #C16DBB;
}
.TagClassName
{
border-color: #C16DBB;
}
</style>