Shades of Fuchsia #C16FBC
Tints of Fuchsia #C16FBC
RGB
CMYK
RGB Variations
Color information
#C16FBC (or 0xC16FBC) is known color: Fuchsia. HEX triplet: C1, 6F and BC. RGB value is (193,111,188). Sum of RGB (Red+Green+Blue) = 193+111+188=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FBC is #3E9043. Grayscale: #909090. Windows color (decimal): -4100164 or 12349377. OLE color: 12349377.
HSL color Cylindrical-coordinate representation of color #C16FBC: hue angle of 303.66º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16FBC is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 188 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 303.66º | 0.4% | 0.6% | - |
| HSV(B) | 303.66º | 0.42% | 0.76% | - |
| XYZ | 36.75 | 26.34 | 50.72 | - |
| YUV | 144.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 188 | 0 | 0.42 | 0.03 | 0.24 | 303.66 | 0.4 | 0.6 |
| Hex | C1 | 6F | BC | 0 | 2A | 3 | 18 | 130 | 28 | 3C |
| Octal | 301 | 157 | 274 | 0 | 52 | 3 | 30 | 460 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10111100 | 0 | 101010 | 11 | 11000 | 100110000 | 101000 | 111100 |
Color Harmonies of #C16FBC
Complementary color
Monochromatic Colors of #C16FBC
Black with #C16FBC
Text Example
Text Example
White with #C16FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FBC; }
p { color: rgb(193,111,188); }
H1.HeaderClassName
{
color: #C16FBC;
}
.AnyTagClassName
{
color: #C16FBC;
}
</style>
background-color css
<style>
a { background-color: #C16FBC; }
a { background-color: rgb(193,111,188); }
div.DivClassName
{
background-color: #C16FBC;
}
.BgClassName
{
background-color: #C16FBC;
}
</style>
border-color css
<style>
span { border-color: #C16FBC; }
span { border-color: rgb(193,111,188); }
td.TdClassName
{
border-color: #C16FBC;
}
.TagClassName
{
border-color: #C16FBC;
}
</style>