Shades of Fuchsia #C166AD
Tints of Fuchsia #C166AD
RGB
CMYK
RGB Variations
Color information
#C166AD (or 0xC166AD) is known color: Fuchsia. HEX triplet: C1, 66 and AD. RGB value is (193,102,173). Sum of RGB (Red+Green+Blue) = 193+102+173=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AD is #3E9952. Grayscale: #898989. Windows color (decimal): -4102483 or 11364033. OLE color: 11364033.
HSL color Cylindrical-coordinate representation of color #C166AD: hue angle of 313.19º 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 #C166AD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 173 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.24 |
| HSL | 313.19º | 0.42% | 0.58% | - |
| HSV(B) | 313.19º | 0.47% | 0.76% | - |
| XYZ | 34.29 | 23.86 | 42.33 | - |
| YUV | 137.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 173 | 0 | 0.47 | 0.10 | 0.24 | 313.19 | 0.42 | 0.58 |
| Hex | C1 | 66 | AD | 0 | 2F | A | 18 | 139 | 2A | 3A |
| Octal | 301 | 146 | 255 | 0 | 57 | 12 | 30 | 471 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10101101 | 0 | 101111 | 1010 | 11000 | 100111001 | 101010 | 111010 |
Color Harmonies of #C166AD
Complementary color
Monochromatic Colors of #C166AD
Black with #C166AD
Text Example
Text Example
White with #C166AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166AD; }
p { color: rgb(193,102,173); }
H1.HeaderClassName
{
color: #C166AD;
}
.AnyTagClassName
{
color: #C166AD;
}
</style>
background-color css
<style>
a { background-color: #C166AD; }
a { background-color: rgb(193,102,173); }
div.DivClassName
{
background-color: #C166AD;
}
.BgClassName
{
background-color: #C166AD;
}
</style>
border-color css
<style>
span { border-color: #C166AD; }
span { border-color: rgb(193,102,173); }
td.TdClassName
{
border-color: #C166AD;
}
.TagClassName
{
border-color: #C166AD;
}
</style>