Shades of Fuchsia #C169AA
Tints of Fuchsia #C169AA
RGB
CMYK
RGB Variations
Color information
#C169AA (or 0xC169AA) is known color: Fuchsia. HEX triplet: C1, 69 and AA. RGB value is (193,105,170). Sum of RGB (Red+Green+Blue) = 193+105+170=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C169AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169AA is #3E9655. Grayscale: #8A8A8A. Windows color (decimal): -4101718 or 11168193. OLE color: 11168193.
HSL color Cylindrical-coordinate representation of color #C169AA: hue angle of 315.68º 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 #C169AA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 170 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.24 |
| HSL | 315.68º | 0.42% | 0.58% | - |
| HSV(B) | 315.68º | 0.46% | 0.76% | - |
| XYZ | 34.3 | 24.34 | 40.92 | - |
| YUV | 138.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 170 | 0 | 0.46 | 0.12 | 0.24 | 315.68 | 0.42 | 0.58 |
| Hex | C1 | 69 | AA | 0 | 2E | C | 18 | 13C | 2A | 3A |
| Octal | 301 | 151 | 252 | 0 | 56 | 14 | 30 | 474 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10101010 | 0 | 101110 | 1100 | 11000 | 100111100 | 101010 | 111010 |
Color Harmonies of #C169AA
Complementary color
Monochromatic Colors of #C169AA
Black with #C169AA
Text Example
Text Example
White with #C169AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169AA; }
p { color: rgb(193,105,170); }
H1.HeaderClassName
{
color: #C169AA;
}
.AnyTagClassName
{
color: #C169AA;
}
</style>
background-color css
<style>
a { background-color: #C169AA; }
a { background-color: rgb(193,105,170); }
div.DivClassName
{
background-color: #C169AA;
}
.BgClassName
{
background-color: #C169AA;
}
</style>
border-color css
<style>
span { border-color: #C169AA; }
span { border-color: rgb(193,105,170); }
td.TdClassName
{
border-color: #C169AA;
}
.TagClassName
{
border-color: #C169AA;
}
</style>