Shades of Fuchsia #C169AC
Tints of Fuchsia #C169AC
RGB
CMYK
RGB Variations
Color information
#C169AC (or 0xC169AC) is known color: Fuchsia. HEX triplet: C1, 69 and AC. RGB value is (193,105,172). Sum of RGB (Red+Green+Blue) = 193+105+172=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C169AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169AC is #3E9653. Grayscale: #8A8A8A. Windows color (decimal): -4101716 or 11299265. OLE color: 11299265.
HSL color Cylindrical-coordinate representation of color #C169AC: hue angle of 314.32º 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 #C169AC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 172 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.24 |
| HSL | 314.32º | 0.42% | 0.58% | - |
| HSV(B) | 314.32º | 0.46% | 0.76% | - |
| XYZ | 34.49 | 24.42 | 41.93 | - |
| YUV | 138.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 172 | 0 | 0.46 | 0.11 | 0.24 | 314.32 | 0.42 | 0.58 |
| Hex | C1 | 69 | AC | 0 | 2E | B | 18 | 13A | 2A | 3A |
| Octal | 301 | 151 | 254 | 0 | 56 | 13 | 30 | 472 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10101100 | 0 | 101110 | 1011 | 11000 | 100111010 | 101010 | 111010 |
Color Harmonies of #C169AC
Complementary color
Monochromatic Colors of #C169AC
Black with #C169AC
Text Example
Text Example
White with #C169AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169AC; }
p { color: rgb(193,105,172); }
H1.HeaderClassName
{
color: #C169AC;
}
.AnyTagClassName
{
color: #C169AC;
}
</style>
background-color css
<style>
a { background-color: #C169AC; }
a { background-color: rgb(193,105,172); }
div.DivClassName
{
background-color: #C169AC;
}
.BgClassName
{
background-color: #C169AC;
}
</style>
border-color css
<style>
span { border-color: #C169AC; }
span { border-color: rgb(193,105,172); }
td.TdClassName
{
border-color: #C169AC;
}
.TagClassName
{
border-color: #C169AC;
}
</style>