Shades of Fuchsia #C46DAD
Tints of Fuchsia #C46DAD
RGB
CMYK
RGB Variations
Color information
#C46DAD (or 0xC46DAD) is known color: Fuchsia. HEX triplet: C4, 6D and AD. RGB value is (196,109,173). Sum of RGB (Red+Green+Blue) = 196+109+173=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46DAD is #3B9252. Grayscale: #8E8E8E. Windows color (decimal): -3904083 or 11365828. OLE color: 11365828.
HSL color Cylindrical-coordinate representation of color #C46DAD: hue angle of 315.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46DAD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 173 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.23 |
| HSL | 315.86º | 0.42% | 0.6% | - |
| HSV(B) | 315.86º | 0.44% | 0.77% | - |
| XYZ | 35.78 | 25.69 | 42.61 | - |
| YUV | 142.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 173 | 0 | 0.44 | 0.12 | 0.23 | 315.86 | 0.42 | 0.6 |
| Hex | C4 | 6D | AD | 0 | 2C | C | 17 | 13C | 2A | 3C |
| Octal | 304 | 155 | 255 | 0 | 54 | 14 | 27 | 474 | 52 | 74 |
| Binary | 11000100 | 1101101 | 10101101 | 0 | 101100 | 1100 | 10111 | 100111100 | 101010 | 111100 |
Color Harmonies of #C46DAD
Complementary color
Monochromatic Colors of #C46DAD
Black with #C46DAD
Text Example
Text Example
White with #C46DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DAD; }
p { color: rgb(196,109,173); }
H1.HeaderClassName
{
color: #C46DAD;
}
.AnyTagClassName
{
color: #C46DAD;
}
</style>
background-color css
<style>
a { background-color: #C46DAD; }
a { background-color: rgb(196,109,173); }
div.DivClassName
{
background-color: #C46DAD;
}
.BgClassName
{
background-color: #C46DAD;
}
</style>
border-color css
<style>
span { border-color: #C46DAD; }
span { border-color: rgb(196,109,173); }
td.TdClassName
{
border-color: #C46DAD;
}
.TagClassName
{
border-color: #C46DAD;
}
</style>