Shades of Fuchsia #C166AE
Tints of Fuchsia #C166AE
RGB
CMYK
RGB Variations
Color information
#C166AE (or 0xC166AE) is known color: Fuchsia. HEX triplet: C1, 66 and AE. RGB value is (193,102,174). Sum of RGB (Red+Green+Blue) = 193+102+174=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AE is #3E9951. Grayscale: #898989. Windows color (decimal): -4102482 or 11429569. OLE color: 11429569.
HSL color Cylindrical-coordinate representation of color #C166AE: hue angle of 312.53º 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 #C166AE is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 174 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.24 |
| HSL | 312.53º | 0.42% | 0.58% | - |
| HSV(B) | 312.53º | 0.47% | 0.76% | - |
| XYZ | 34.38 | 23.9 | 42.84 | - |
| YUV | 137.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 174 | 0 | 0.47 | 0.10 | 0.24 | 312.53 | 0.42 | 0.58 |
| Hex | C1 | 66 | AE | 0 | 2F | A | 18 | 139 | 2A | 3A |
| Octal | 301 | 146 | 256 | 0 | 57 | 12 | 30 | 471 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10101110 | 0 | 101111 | 1010 | 11000 | 100111001 | 101010 | 111010 |
Color Harmonies of #C166AE
Complementary color
Monochromatic Colors of #C166AE
Black with #C166AE
Text Example
Text Example
White with #C166AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166AE; }
p { color: rgb(193,102,174); }
H1.HeaderClassName
{
color: #C166AE;
}
.AnyTagClassName
{
color: #C166AE;
}
</style>
background-color css
<style>
a { background-color: #C166AE; }
a { background-color: rgb(193,102,174); }
div.DivClassName
{
background-color: #C166AE;
}
.BgClassName
{
background-color: #C166AE;
}
</style>
border-color css
<style>
span { border-color: #C166AE; }
span { border-color: rgb(193,102,174); }
td.TdClassName
{
border-color: #C166AE;
}
.TagClassName
{
border-color: #C166AE;
}
</style>