Shades of Fuchsia #C46DBC
Tints of Fuchsia #C46DBC
RGB
CMYK
RGB Variations
Color information
#C46DBC (or 0xC46DBC) is known color: Fuchsia. HEX triplet: C4, 6D and BC. RGB value is (196,109,188). Sum of RGB (Red+Green+Blue) = 196+109+188=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DBC is #3B9243. Grayscale: #8F8F8F. Windows color (decimal): -3904068 or 12348868. OLE color: 12348868.
HSL color Cylindrical-coordinate representation of color #C46DBC: hue angle of 305.52º 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 #C46DBC is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 109 | 188 | - |
CMYK | 0 | 0.44 | 0.04 | 0.23 |
HSL | 305.52º | 0.42% | 0.6% | - |
HSV(B) | 305.52º | 0.44% | 0.77% | - |
XYZ | 37.31 | 26.3 | 50.69 | - |
YUV | 144.02 | 152.82 | 165.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 109 | 188 | 0 | 0.44 | 0.04 | 0.23 | 305.52 | 0.42 | 0.6 |
Hex | C4 | 6D | BC | 0 | 2C | 4 | 17 | 132 | 2A | 3C |
Octal | 304 | 155 | 274 | 0 | 54 | 4 | 27 | 462 | 52 | 74 |
Binary | 11000100 | 1101101 | 10111100 | 0 | 101100 | 100 | 10111 | 100110010 | 101010 | 111100 |
Color Harmonies of #C46DBC
Complementary color
Monochromatic Colors of #C46DBC
Black with #C46DBC
Text Example
Text Example
White with #C46DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DBC; }
p { color: rgb(196,109,188); }
H1.HeaderClassName
{
color: #C46DBC;
}
.AnyTagClassName
{
color: #C46DBC;
}
</style>
background-color css
<style>
a { background-color: #C46DBC; }
a { background-color: rgb(196,109,188); }
div.DivClassName
{
background-color: #C46DBC;
}
.BgClassName
{
background-color: #C46DBC;
}
</style>
border-color css
<style>
span { border-color: #C46DBC; }
span { border-color: rgb(196,109,188); }
td.TdClassName
{
border-color: #C46DBC;
}
.TagClassName
{
border-color: #C46DBC;
}
</style>