Shades of Fuchsia #C46CBA
Tints of Fuchsia #C46CBA
RGB
CMYK
RGB Variations
Color information
#C46CBA (or 0xC46CBA) is known color: Fuchsia. HEX triplet: C4, 6C and BA. RGB value is (196,108,186). Sum of RGB (Red+Green+Blue) = 196+108+186=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CBA is #3B9345. Grayscale: #8E8E8E. Windows color (decimal): -3904326 or 12217540. OLE color: 12217540.
HSL color Cylindrical-coordinate representation of color #C46CBA: hue angle of 306.82º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46CBA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 186 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.23 |
| HSL | 306.82º | 0.43% | 0.6% | - |
| HSV(B) | 306.82º | 0.45% | 0.77% | - |
| XYZ | 36.99 | 26.01 | 49.52 | - |
| YUV | 143.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 186 | 0 | 0.45 | 0.05 | 0.23 | 306.82 | 0.43 | 0.6 |
| Hex | C4 | 6C | BA | 0 | 2D | 5 | 17 | 133 | 2B | 3C |
| Octal | 304 | 154 | 272 | 0 | 55 | 5 | 27 | 463 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10111010 | 0 | 101101 | 101 | 10111 | 100110011 | 101011 | 111100 |
Color Harmonies of #C46CBA
Complementary color
Monochromatic Colors of #C46CBA
Black with #C46CBA
Text Example
Text Example
White with #C46CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CBA; }
p { color: rgb(196,108,186); }
H1.HeaderClassName
{
color: #C46CBA;
}
.AnyTagClassName
{
color: #C46CBA;
}
</style>
background-color css
<style>
a { background-color: #C46CBA; }
a { background-color: rgb(196,108,186); }
div.DivClassName
{
background-color: #C46CBA;
}
.BgClassName
{
background-color: #C46CBA;
}
</style>
border-color css
<style>
span { border-color: #C46CBA; }
span { border-color: rgb(196,108,186); }
td.TdClassName
{
border-color: #C46CBA;
}
.TagClassName
{
border-color: #C46CBA;
}
</style>