Shades of Fuchsia #C166AA
Tints of Fuchsia #C166AA
RGB
CMYK
RGB Variations
Color information
#C166AA (or 0xC166AA) is known color: Fuchsia. HEX triplet: C1, 66 and AA. RGB value is (193,102,170). Sum of RGB (Red+Green+Blue) = 193+102+170=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AA is #3E9955. Grayscale: #888888. Windows color (decimal): -4102486 or 11167425. OLE color: 11167425.
HSL color Cylindrical-coordinate representation of color #C166AA: hue angle of 315.16º 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 #C166AA is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 170 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.24 |
| HSL | 315.16º | 0.42% | 0.58% | - |
| HSV(B) | 315.16º | 0.47% | 0.76% | - |
| XYZ | 34 | 23.74 | 40.82 | - |
| YUV | 136.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 170 | 0 | 0.47 | 0.12 | 0.24 | 315.16 | 0.42 | 0.58 |
| Hex | C1 | 66 | AA | 0 | 2F | C | 18 | 13B | 2A | 3A |
| Octal | 301 | 146 | 252 | 0 | 57 | 14 | 30 | 473 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10101010 | 0 | 101111 | 1100 | 11000 | 100111011 | 101010 | 111010 |
Color Harmonies of #C166AA
Complementary color
Monochromatic Colors of #C166AA
Black with #C166AA
Text Example
Text Example
White with #C166AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166AA; }
p { color: rgb(193,102,170); }
H1.HeaderClassName
{
color: #C166AA;
}
.AnyTagClassName
{
color: #C166AA;
}
</style>
background-color css
<style>
a { background-color: #C166AA; }
a { background-color: rgb(193,102,170); }
div.DivClassName
{
background-color: #C166AA;
}
.BgClassName
{
background-color: #C166AA;
}
</style>
border-color css
<style>
span { border-color: #C166AA; }
span { border-color: rgb(193,102,170); }
td.TdClassName
{
border-color: #C166AA;
}
.TagClassName
{
border-color: #C166AA;
}
</style>