Shades of Fuchsia #C16CBC
Tints of Fuchsia #C16CBC
RGB
CMYK
RGB Variations
Color information
#C16CBC (or 0xC16CBC) is known color: Fuchsia. HEX triplet: C1, 6C and BC. RGB value is (193,108,188). Sum of RGB (Red+Green+Blue) = 193+108+188=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CBC is #3E9343. Grayscale: #8E8E8E. Windows color (decimal): -4100932 or 12348609. OLE color: 12348609.
HSL color Cylindrical-coordinate representation of color #C16CBC: hue angle of 303.53º 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 #C16CBC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 188 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.24 |
| HSL | 303.53º | 0.41% | 0.59% | - |
| HSV(B) | 303.53º | 0.44% | 0.76% | - |
| XYZ | 36.43 | 25.69 | 50.62 | - |
| YUV | 142.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 188 | 0 | 0.44 | 0.03 | 0.24 | 303.53 | 0.41 | 0.59 |
| Hex | C1 | 6C | BC | 0 | 2C | 3 | 18 | 130 | 29 | 3B |
| Octal | 301 | 154 | 274 | 0 | 54 | 3 | 30 | 460 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10111100 | 0 | 101100 | 11 | 11000 | 100110000 | 101001 | 111011 |
Color Harmonies of #C16CBC
Complementary color
Monochromatic Colors of #C16CBC
Black with #C16CBC
Text Example
Text Example
White with #C16CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CBC; }
p { color: rgb(193,108,188); }
H1.HeaderClassName
{
color: #C16CBC;
}
.AnyTagClassName
{
color: #C16CBC;
}
</style>
background-color css
<style>
a { background-color: #C16CBC; }
a { background-color: rgb(193,108,188); }
div.DivClassName
{
background-color: #C16CBC;
}
.BgClassName
{
background-color: #C16CBC;
}
</style>
border-color css
<style>
span { border-color: #C16CBC; }
span { border-color: rgb(193,108,188); }
td.TdClassName
{
border-color: #C16CBC;
}
.TagClassName
{
border-color: #C16CBC;
}
</style>