Shades of Fuchsia #C16CBF
Tints of Fuchsia #C16CBF
RGB
CMYK
RGB Variations
Color information
#C16CBF (or 0xC16CBF) is known color: Fuchsia. HEX triplet: C1, 6C and BF. RGB value is (193,108,191). Sum of RGB (Red+Green+Blue) = 193+108+191=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CBF is #3E9340. Grayscale: #8E8E8E. Windows color (decimal): -4100929 or 12545217. OLE color: 12545217.
HSL color Cylindrical-coordinate representation of color #C16CBF: hue angle of 301.41º degrees, saturation: 0.41, 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 #C16CBF is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 191 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.24 |
| HSL | 301.41º | 0.41% | 0.59% | - |
| HSV(B) | 301.41º | 0.44% | 0.76% | - |
| XYZ | 36.76 | 25.82 | 52.34 | - |
| YUV | 142.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 191 | 0 | 0.44 | 0.01 | 0.24 | 301.41 | 0.41 | 0.59 |
| Hex | C1 | 6C | BF | 0 | 2C | 1 | 18 | 12D | 29 | 3B |
| Octal | 301 | 154 | 277 | 0 | 54 | 1 | 30 | 455 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10111111 | 0 | 101100 | 1 | 11000 | 100101101 | 101001 | 111011 |
Color Harmonies of #C16CBF
Complementary color
Monochromatic Colors of #C16CBF
Black with #C16CBF
Text Example
Text Example
White with #C16CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CBF; }
p { color: rgb(193,108,191); }
H1.HeaderClassName
{
color: #C16CBF;
}
.AnyTagClassName
{
color: #C16CBF;
}
</style>
background-color css
<style>
a { background-color: #C16CBF; }
a { background-color: rgb(193,108,191); }
div.DivClassName
{
background-color: #C16CBF;
}
.BgClassName
{
background-color: #C16CBF;
}
</style>
border-color css
<style>
span { border-color: #C16CBF; }
span { border-color: rgb(193,108,191); }
td.TdClassName
{
border-color: #C16CBF;
}
.TagClassName
{
border-color: #C16CBF;
}
</style>