Shades of Fuchsia #C16FBB
Tints of Fuchsia #C16FBB
RGB
CMYK
RGB Variations
Color information
#C16FBB (or 0xC16FBB) is known color: Fuchsia. HEX triplet: C1, 6F and BB. RGB value is (193,111,187). Sum of RGB (Red+Green+Blue) = 193+111+187=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FBB is #3E9044. Grayscale: #8F8F8F. Windows color (decimal): -4100165 or 12283841. OLE color: 12283841.
HSL color Cylindrical-coordinate representation of color #C16FBB: hue angle of 304.39º 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 #C16FBB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 187 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 304.39º | 0.4% | 0.6% | - |
| HSV(B) | 304.39º | 0.42% | 0.76% | - |
| XYZ | 36.65 | 26.29 | 50.16 | - |
| YUV | 144.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 187 | 0 | 0.42 | 0.03 | 0.24 | 304.39 | 0.4 | 0.6 |
| Hex | C1 | 6F | BB | 0 | 2A | 3 | 18 | 130 | 28 | 3C |
| Octal | 301 | 157 | 273 | 0 | 52 | 3 | 30 | 460 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10111011 | 0 | 101010 | 11 | 11000 | 100110000 | 101000 | 111100 |
Color Harmonies of #C16FBB
Complementary color
Monochromatic Colors of #C16FBB
Black with #C16FBB
Text Example
Text Example
White with #C16FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FBB; }
p { color: rgb(193,111,187); }
H1.HeaderClassName
{
color: #C16FBB;
}
.AnyTagClassName
{
color: #C16FBB;
}
</style>
background-color css
<style>
a { background-color: #C16FBB; }
a { background-color: rgb(193,111,187); }
div.DivClassName
{
background-color: #C16FBB;
}
.BgClassName
{
background-color: #C16FBB;
}
</style>
border-color css
<style>
span { border-color: #C16FBB; }
span { border-color: rgb(193,111,187); }
td.TdClassName
{
border-color: #C16FBB;
}
.TagClassName
{
border-color: #C16FBB;
}
</style>