Shades of Fuchsia #C168AC
Tints of Fuchsia #C168AC
RGB
CMYK
RGB Variations
Color information
#C168AC (or 0xC168AC) is known color: Fuchsia. HEX triplet: C1, 68 and AC. RGB value is (193,104,172). Sum of RGB (Red+Green+Blue) = 193+104+172=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C168AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168AC is #3E9753. Grayscale: #8A8A8A. Windows color (decimal): -4101972 or 11299009. OLE color: 11299009.
HSL color Cylindrical-coordinate representation of color #C168AC: hue angle of 314.16º 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 #C168AC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 172 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.24 |
| HSL | 314.16º | 0.42% | 0.58% | - |
| HSV(B) | 314.16º | 0.46% | 0.76% | - |
| XYZ | 34.39 | 24.22 | 41.89 | - |
| YUV | 138.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 172 | 0 | 0.46 | 0.11 | 0.24 | 314.16 | 0.42 | 0.58 |
| Hex | C1 | 68 | AC | 0 | 2E | B | 18 | 13A | 2A | 3A |
| Octal | 301 | 150 | 254 | 0 | 56 | 13 | 30 | 472 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10101100 | 0 | 101110 | 1011 | 11000 | 100111010 | 101010 | 111010 |
Color Harmonies of #C168AC
Complementary color
Monochromatic Colors of #C168AC
Black with #C168AC
Text Example
Text Example
White with #C168AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168AC; }
p { color: rgb(193,104,172); }
H1.HeaderClassName
{
color: #C168AC;
}
.AnyTagClassName
{
color: #C168AC;
}
</style>
background-color css
<style>
a { background-color: #C168AC; }
a { background-color: rgb(193,104,172); }
div.DivClassName
{
background-color: #C168AC;
}
.BgClassName
{
background-color: #C168AC;
}
</style>
border-color css
<style>
span { border-color: #C168AC; }
span { border-color: rgb(193,104,172); }
td.TdClassName
{
border-color: #C168AC;
}
.TagClassName
{
border-color: #C168AC;
}
</style>