Shades of Fuchsia #C16CAD
Tints of Fuchsia #C16CAD
RGB
CMYK
RGB Variations
Color information
#C16CAD (or 0xC16CAD) is known color: Fuchsia. HEX triplet: C1, 6C and AD. RGB value is (193,108,173). Sum of RGB (Red+Green+Blue) = 193+108+173=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CAD is #3E9352. Grayscale: #8C8C8C. Windows color (decimal): -4100947 or 11365569. OLE color: 11365569.
HSL color Cylindrical-coordinate representation of color #C16CAD: hue angle of 314.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16CAD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 173 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.24 |
| HSL | 314.12º | 0.41% | 0.59% | - |
| HSV(B) | 314.12º | 0.44% | 0.76% | - |
| XYZ | 34.9 | 25.08 | 42.54 | - |
| YUV | 140.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 173 | 0 | 0.44 | 0.10 | 0.24 | 314.12 | 0.41 | 0.59 |
| Hex | C1 | 6C | AD | 0 | 2C | A | 18 | 13A | 29 | 3B |
| Octal | 301 | 154 | 255 | 0 | 54 | 12 | 30 | 472 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10101101 | 0 | 101100 | 1010 | 11000 | 100111010 | 101001 | 111011 |
Color Harmonies of #C16CAD
Complementary color
Monochromatic Colors of #C16CAD
Black with #C16CAD
Text Example
Text Example
White with #C16CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CAD; }
p { color: rgb(193,108,173); }
H1.HeaderClassName
{
color: #C16CAD;
}
.AnyTagClassName
{
color: #C16CAD;
}
</style>
background-color css
<style>
a { background-color: #C16CAD; }
a { background-color: rgb(193,108,173); }
div.DivClassName
{
background-color: #C16CAD;
}
.BgClassName
{
background-color: #C16CAD;
}
</style>
border-color css
<style>
span { border-color: #C16CAD; }
span { border-color: rgb(193,108,173); }
td.TdClassName
{
border-color: #C16CAD;
}
.TagClassName
{
border-color: #C16CAD;
}
</style>