Shades of Fuchsia #C46DBB
Tints of Fuchsia #C46DBB
RGB
CMYK
RGB Variations
Color information
#C46DBB (or 0xC46DBB) is known color: Fuchsia. HEX triplet: C4, 6D and BB. RGB value is (196,109,187). Sum of RGB (Red+Green+Blue) = 196+109+187=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DBB is #3B9244. Grayscale: #8F8F8F. Windows color (decimal): -3904069 or 12283332. OLE color: 12283332.
HSL color Cylindrical-coordinate representation of color #C46DBB: hue angle of 306.21º 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 #C46DBB is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 187 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.23 |
| HSL | 306.21º | 0.42% | 0.6% | - |
| HSV(B) | 306.21º | 0.44% | 0.77% | - |
| XYZ | 37.2 | 26.26 | 50.12 | - |
| YUV | 143.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 187 | 0 | 0.44 | 0.05 | 0.23 | 306.21 | 0.42 | 0.6 |
| Hex | C4 | 6D | BB | 0 | 2C | 5 | 17 | 132 | 2A | 3C |
| Octal | 304 | 155 | 273 | 0 | 54 | 5 | 27 | 462 | 52 | 74 |
| Binary | 11000100 | 1101101 | 10111011 | 0 | 101100 | 101 | 10111 | 100110010 | 101010 | 111100 |
Color Harmonies of #C46DBB
Complementary color
Monochromatic Colors of #C46DBB
Black with #C46DBB
Text Example
Text Example
White with #C46DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DBB; }
p { color: rgb(196,109,187); }
H1.HeaderClassName
{
color: #C46DBB;
}
.AnyTagClassName
{
color: #C46DBB;
}
</style>
background-color css
<style>
a { background-color: #C46DBB; }
a { background-color: rgb(196,109,187); }
div.DivClassName
{
background-color: #C46DBB;
}
.BgClassName
{
background-color: #C46DBB;
}
</style>
border-color css
<style>
span { border-color: #C46DBB; }
span { border-color: rgb(196,109,187); }
td.TdClassName
{
border-color: #C46DBB;
}
.TagClassName
{
border-color: #C46DBB;
}
</style>