Shades of Fuchsia #C16BBC
Tints of Fuchsia #C16BBC
RGB
CMYK
RGB Variations
Color information
#C16BBC (or 0xC16BBC) is known color: Fuchsia. HEX triplet: C1, 6B and BC. RGB value is (193,107,188). Sum of RGB (Red+Green+Blue) = 193+107+188=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BBC is #3E9443. Grayscale: #8D8D8D. Windows color (decimal): -4101188 or 12348353. OLE color: 12348353.
HSL color Cylindrical-coordinate representation of color #C16BBC: hue angle of 303.49º 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 #C16BBC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 188 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.24 |
| HSL | 303.49º | 0.41% | 0.59% | - |
| HSV(B) | 303.49º | 0.45% | 0.76% | - |
| XYZ | 36.33 | 25.48 | 50.58 | - |
| YUV | 141.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 188 | 0 | 0.45 | 0.03 | 0.24 | 303.49 | 0.41 | 0.59 |
| Hex | C1 | 6B | BC | 0 | 2D | 3 | 18 | 12F | 29 | 3B |
| Octal | 301 | 153 | 274 | 0 | 55 | 3 | 30 | 457 | 51 | 73 |
| Binary | 11000001 | 1101011 | 10111100 | 0 | 101101 | 11 | 11000 | 100101111 | 101001 | 111011 |
Color Harmonies of #C16BBC
Complementary color
Monochromatic Colors of #C16BBC
Black with #C16BBC
Text Example
Text Example
White with #C16BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BBC; }
p { color: rgb(193,107,188); }
H1.HeaderClassName
{
color: #C16BBC;
}
.AnyTagClassName
{
color: #C16BBC;
}
</style>
background-color css
<style>
a { background-color: #C16BBC; }
a { background-color: rgb(193,107,188); }
div.DivClassName
{
background-color: #C16BBC;
}
.BgClassName
{
background-color: #C16BBC;
}
</style>
border-color css
<style>
span { border-color: #C16BBC; }
span { border-color: rgb(193,107,188); }
td.TdClassName
{
border-color: #C16BBC;
}
.TagClassName
{
border-color: #C16BBC;
}
</style>