Shades of Fuchsia #C16FBD
Tints of Fuchsia #C16FBD
RGB
CMYK
RGB Variations
Color information
#C16FBD (or 0xC16FBD) is known color: Fuchsia. HEX triplet: C1, 6F and BD. RGB value is (193,111,189). Sum of RGB (Red+Green+Blue) = 193+111+189=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FBD is #3E9042. Grayscale: #909090. Windows color (decimal): -4100163 or 12414913. OLE color: 12414913.
HSL color Cylindrical-coordinate representation of color #C16FBD: hue angle of 302.93º 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 #C16FBD is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 189 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.24 |
| HSL | 302.93º | 0.4% | 0.6% | - |
| HSV(B) | 302.93º | 0.42% | 0.76% | - |
| XYZ | 36.86 | 26.38 | 51.29 | - |
| YUV | 144.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 189 | 0 | 0.42 | 0.02 | 0.24 | 302.93 | 0.4 | 0.6 |
| Hex | C1 | 6F | BD | 0 | 2A | 2 | 18 | 12F | 28 | 3C |
| Octal | 301 | 157 | 275 | 0 | 52 | 2 | 30 | 457 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10111101 | 0 | 101010 | 10 | 11000 | 100101111 | 101000 | 111100 |
Color Harmonies of #C16FBD
Complementary color
Monochromatic Colors of #C16FBD
Black with #C16FBD
Text Example
Text Example
White with #C16FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FBD; }
p { color: rgb(193,111,189); }
H1.HeaderClassName
{
color: #C16FBD;
}
.AnyTagClassName
{
color: #C16FBD;
}
</style>
background-color css
<style>
a { background-color: #C16FBD; }
a { background-color: rgb(193,111,189); }
div.DivClassName
{
background-color: #C16FBD;
}
.BgClassName
{
background-color: #C16FBD;
}
</style>
border-color css
<style>
span { border-color: #C16FBD; }
span { border-color: rgb(193,111,189); }
td.TdClassName
{
border-color: #C16FBD;
}
.TagClassName
{
border-color: #C16FBD;
}
</style>