Shades of Fuchsia #C46EBF
Tints of Fuchsia #C46EBF
RGB
CMYK
RGB Variations
Color information
#C46EBF (or 0xC46EBF) is known color: Fuchsia. HEX triplet: C4, 6E and BF. RGB value is (196,110,191). Sum of RGB (Red+Green+Blue) = 196+110+191=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C46EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EBF is #3B9140. Grayscale: #909090. Windows color (decimal): -3903809 or 12545732. OLE color: 12545732.
HSL color Cylindrical-coordinate representation of color #C46EBF: hue angle of 303.49º 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 #C46EBF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 191 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.23 |
| HSL | 303.49º | 0.42% | 0.6% | - |
| HSV(B) | 303.49º | 0.44% | 0.77% | - |
| XYZ | 37.74 | 26.65 | 52.44 | - |
| YUV | 144.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 191 | 0 | 0.44 | 0.03 | 0.23 | 303.49 | 0.42 | 0.6 |
| Hex | C4 | 6E | BF | 0 | 2C | 3 | 17 | 12F | 2A | 3C |
| Octal | 304 | 156 | 277 | 0 | 54 | 3 | 27 | 457 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10111111 | 0 | 101100 | 11 | 10111 | 100101111 | 101010 | 111100 |
Color Harmonies of #C46EBF
Complementary color
Monochromatic Colors of #C46EBF
Black with #C46EBF
Text Example
Text Example
White with #C46EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EBF; }
p { color: rgb(196,110,191); }
H1.HeaderClassName
{
color: #C46EBF;
}
.AnyTagClassName
{
color: #C46EBF;
}
</style>
background-color css
<style>
a { background-color: #C46EBF; }
a { background-color: rgb(196,110,191); }
div.DivClassName
{
background-color: #C46EBF;
}
.BgClassName
{
background-color: #C46EBF;
}
</style>
border-color css
<style>
span { border-color: #C46EBF; }
span { border-color: rgb(196,110,191); }
td.TdClassName
{
border-color: #C46EBF;
}
.TagClassName
{
border-color: #C46EBF;
}
</style>