Shades of Fuchsia #C16BBA
Tints of Fuchsia #C16BBA
RGB
CMYK
RGB Variations
Color information
#C16BBA (or 0xC16BBA) is known color: Fuchsia. HEX triplet: C1, 6B and BA. RGB value is (193,107,186). Sum of RGB (Red+Green+Blue) = 193+107+186=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BBA is #3E9445. Grayscale: #8D8D8D. Windows color (decimal): -4101190 or 12217281. OLE color: 12217281.
HSL color Cylindrical-coordinate representation of color #C16BBA: hue angle of 304.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16BBA is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 186 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.24 |
| HSL | 304.88º | 0.41% | 0.59% | - |
| HSV(B) | 304.88º | 0.45% | 0.76% | - |
| XYZ | 36.11 | 25.4 | 49.45 | - |
| YUV | 141.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 186 | 0 | 0.45 | 0.04 | 0.24 | 304.88 | 0.41 | 0.59 |
| Hex | C1 | 6B | BA | 0 | 2D | 4 | 18 | 131 | 29 | 3B |
| Octal | 301 | 153 | 272 | 0 | 55 | 4 | 30 | 461 | 51 | 73 |
| Binary | 11000001 | 1101011 | 10111010 | 0 | 101101 | 100 | 11000 | 100110001 | 101001 | 111011 |
Color Harmonies of #C16BBA
Complementary color
Monochromatic Colors of #C16BBA
Black with #C16BBA
Text Example
Text Example
White with #C16BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BBA; }
p { color: rgb(193,107,186); }
H1.HeaderClassName
{
color: #C16BBA;
}
.AnyTagClassName
{
color: #C16BBA;
}
</style>
background-color css
<style>
a { background-color: #C16BBA; }
a { background-color: rgb(193,107,186); }
div.DivClassName
{
background-color: #C16BBA;
}
.BgClassName
{
background-color: #C16BBA;
}
</style>
border-color css
<style>
span { border-color: #C16BBA; }
span { border-color: rgb(193,107,186); }
td.TdClassName
{
border-color: #C16BBA;
}
.TagClassName
{
border-color: #C16BBA;
}
</style>