Shades of Fuchsia #C166B6
Tints of Fuchsia #C166B6
RGB
CMYK
RGB Variations
Color information
#C166B6 (or 0xC166B6) is known color: Fuchsia. HEX triplet: C1, 66 and B6. RGB value is (193,102,182). Sum of RGB (Red+Green+Blue) = 193+102+182=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C166B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166B6 is #3E9949. Grayscale: #8A8A8A. Windows color (decimal): -4102474 or 11953857. OLE color: 11953857.
HSL color Cylindrical-coordinate representation of color #C166B6: hue angle of 307.25º 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 #C166B6 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 182 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.24 |
| HSL | 307.25º | 0.42% | 0.58% | - |
| HSV(B) | 307.25º | 0.47% | 0.76% | - |
| XYZ | 35.19 | 24.22 | 47.08 | - |
| YUV | 138.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 182 | 0 | 0.47 | 0.06 | 0.24 | 307.25 | 0.42 | 0.58 |
| Hex | C1 | 66 | B6 | 0 | 2F | 6 | 18 | 133 | 2A | 3A |
| Octal | 301 | 146 | 266 | 0 | 57 | 6 | 30 | 463 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10110110 | 0 | 101111 | 110 | 11000 | 100110011 | 101010 | 111010 |
Color Harmonies of #C166B6
Complementary color
Monochromatic Colors of #C166B6
Black with #C166B6
Text Example
Text Example
White with #C166B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166B6; }
p { color: rgb(193,102,182); }
H1.HeaderClassName
{
color: #C166B6;
}
.AnyTagClassName
{
color: #C166B6;
}
</style>
background-color css
<style>
a { background-color: #C166B6; }
a { background-color: rgb(193,102,182); }
div.DivClassName
{
background-color: #C166B6;
}
.BgClassName
{
background-color: #C166B6;
}
</style>
border-color css
<style>
span { border-color: #C166B6; }
span { border-color: rgb(193,102,182); }
td.TdClassName
{
border-color: #C166B6;
}
.TagClassName
{
border-color: #C166B6;
}
</style>