Shades of Fuchsia #C168AD
Tints of Fuchsia #C168AD
RGB
CMYK
RGB Variations
Color information
#C168AD (or 0xC168AD) is known color: Fuchsia. HEX triplet: C1, 68 and AD. RGB value is (193,104,173). Sum of RGB (Red+Green+Blue) = 193+104+173=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C168AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168AD is #3E9752. Grayscale: #8A8A8A. Windows color (decimal): -4101971 or 11364545. OLE color: 11364545.
HSL color Cylindrical-coordinate representation of color #C168AD: hue angle of 313.48º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C168AD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 173 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.24 |
| HSL | 313.48º | 0.42% | 0.58% | - |
| HSV(B) | 313.48º | 0.46% | 0.76% | - |
| XYZ | 34.49 | 24.26 | 42.4 | - |
| YUV | 138.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 173 | 0 | 0.46 | 0.10 | 0.24 | 313.48 | 0.42 | 0.58 |
| Hex | C1 | 68 | AD | 0 | 2E | A | 18 | 139 | 2A | 3A |
| Octal | 301 | 150 | 255 | 0 | 56 | 12 | 30 | 471 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10101101 | 0 | 101110 | 1010 | 11000 | 100111001 | 101010 | 111010 |
Color Harmonies of #C168AD
Complementary color
Monochromatic Colors of #C168AD
Black with #C168AD
Text Example
Text Example
White with #C168AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168AD; }
p { color: rgb(193,104,173); }
H1.HeaderClassName
{
color: #C168AD;
}
.AnyTagClassName
{
color: #C168AD;
}
</style>
background-color css
<style>
a { background-color: #C168AD; }
a { background-color: rgb(193,104,173); }
div.DivClassName
{
background-color: #C168AD;
}
.BgClassName
{
background-color: #C168AD;
}
</style>
border-color css
<style>
span { border-color: #C168AD; }
span { border-color: rgb(193,104,173); }
td.TdClassName
{
border-color: #C168AD;
}
.TagClassName
{
border-color: #C168AD;
}
</style>