Shades of Fuchsia #C16DBE
Tints of Fuchsia #C16DBE
RGB
CMYK
RGB Variations
Color information
#C16DBE (or 0xC16DBE) is known color: Fuchsia. HEX triplet: C1, 6D and BE. RGB value is (193,109,190). Sum of RGB (Red+Green+Blue) = 193+109+190=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DBE is #3E9241. Grayscale: #8F8F8F. Windows color (decimal): -4100674 or 12479937. OLE color: 12479937.
HSL color Cylindrical-coordinate representation of color #C16DBE: hue angle of 302.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 #C16DBE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 190 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.24 |
| HSL | 302.14º | 0.4% | 0.59% | - |
| HSV(B) | 302.14º | 0.44% | 0.76% | - |
| XYZ | 36.76 | 25.99 | 51.8 | - |
| YUV | 143.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 190 | 0 | 0.44 | 0.02 | 0.24 | 302.14 | 0.4 | 0.59 |
| Hex | C1 | 6D | BE | 0 | 2C | 2 | 18 | 12E | 28 | 3B |
| Octal | 301 | 155 | 276 | 0 | 54 | 2 | 30 | 456 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10111110 | 0 | 101100 | 10 | 11000 | 100101110 | 101000 | 111011 |
Color Harmonies of #C16DBE
Complementary color
Monochromatic Colors of #C16DBE
Black with #C16DBE
Text Example
Text Example
White with #C16DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DBE; }
p { color: rgb(193,109,190); }
H1.HeaderClassName
{
color: #C16DBE;
}
.AnyTagClassName
{
color: #C16DBE;
}
</style>
background-color css
<style>
a { background-color: #C16DBE; }
a { background-color: rgb(193,109,190); }
div.DivClassName
{
background-color: #C16DBE;
}
.BgClassName
{
background-color: #C16DBE;
}
</style>
border-color css
<style>
span { border-color: #C16DBE; }
span { border-color: rgb(193,109,190); }
td.TdClassName
{
border-color: #C16DBE;
}
.TagClassName
{
border-color: #C16DBE;
}
</style>