Shades of Fuchsia #C46EBA
Tints of Fuchsia #C46EBA
RGB
CMYK
RGB Variations
Color information
#C46EBA (or 0xC46EBA) is known color: Fuchsia. HEX triplet: C4, 6E and BA. RGB value is (196,110,186). Sum of RGB (Red+Green+Blue) = 196+110+186=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C46EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EBA is #3B9145. Grayscale: #909090. Windows color (decimal): -3903814 or 12218052. OLE color: 12218052.
HSL color Cylindrical-coordinate representation of color #C46EBA: hue angle of 306.98º 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 #C46EBA is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 186 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.23 |
| HSL | 306.98º | 0.42% | 0.6% | - |
| HSV(B) | 306.98º | 0.44% | 0.77% | - |
| XYZ | 37.2 | 26.43 | 49.6 | - |
| YUV | 144.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 186 | 0 | 0.44 | 0.05 | 0.23 | 306.98 | 0.42 | 0.6 |
| Hex | C4 | 6E | BA | 0 | 2C | 5 | 17 | 133 | 2A | 3C |
| Octal | 304 | 156 | 272 | 0 | 54 | 5 | 27 | 463 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10111010 | 0 | 101100 | 101 | 10111 | 100110011 | 101010 | 111100 |
Color Harmonies of #C46EBA
Complementary color
Monochromatic Colors of #C46EBA
Black with #C46EBA
Text Example
Text Example
White with #C46EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EBA; }
p { color: rgb(196,110,186); }
H1.HeaderClassName
{
color: #C46EBA;
}
.AnyTagClassName
{
color: #C46EBA;
}
</style>
background-color css
<style>
a { background-color: #C46EBA; }
a { background-color: rgb(196,110,186); }
div.DivClassName
{
background-color: #C46EBA;
}
.BgClassName
{
background-color: #C46EBA;
}
</style>
border-color css
<style>
span { border-color: #C46EBA; }
span { border-color: rgb(196,110,186); }
td.TdClassName
{
border-color: #C46EBA;
}
.TagClassName
{
border-color: #C46EBA;
}
</style>