Shades of Fuchsia #C166B9
Tints of Fuchsia #C166B9
RGB
CMYK
RGB Variations
Color information
#C166B9 (or 0xC166B9) is known color: Fuchsia. HEX triplet: C1, 66 and B9. RGB value is (193,102,185). Sum of RGB (Red+Green+Blue) = 193+102+185=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C166B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166B9 is #3E9946. Grayscale: #8A8A8A. Windows color (decimal): -4102471 or 12150465. OLE color: 12150465.
HSL color Cylindrical-coordinate representation of color #C166B9: hue angle of 305.27º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C166B9 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 185 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.24 |
| HSL | 305.27º | 0.42% | 0.58% | - |
| HSV(B) | 305.27º | 0.47% | 0.76% | - |
| XYZ | 35.5 | 24.34 | 48.73 | - |
| YUV | 138.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 185 | 0 | 0.47 | 0.04 | 0.24 | 305.27 | 0.42 | 0.58 |
| Hex | C1 | 66 | B9 | 0 | 2F | 4 | 18 | 131 | 2A | 3A |
| Octal | 301 | 146 | 271 | 0 | 57 | 4 | 30 | 461 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10111001 | 0 | 101111 | 100 | 11000 | 100110001 | 101010 | 111010 |
Color Harmonies of #C166B9
Complementary color
Monochromatic Colors of #C166B9
Black with #C166B9
Text Example
Text Example
White with #C166B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166B9; }
p { color: rgb(193,102,185); }
H1.HeaderClassName
{
color: #C166B9;
}
.AnyTagClassName
{
color: #C166B9;
}
</style>
background-color css
<style>
a { background-color: #C166B9; }
a { background-color: rgb(193,102,185); }
div.DivClassName
{
background-color: #C166B9;
}
.BgClassName
{
background-color: #C166B9;
}
</style>
border-color css
<style>
span { border-color: #C166B9; }
span { border-color: rgb(193,102,185); }
td.TdClassName
{
border-color: #C166B9;
}
.TagClassName
{
border-color: #C166B9;
}
</style>