Shades of Fuchsia #C46CB0
Tints of Fuchsia #C46CB0
RGB
CMYK
RGB Variations
Color information
#C46CB0 (or 0xC46CB0) is known color: Fuchsia. HEX triplet: C4, 6C and B0. RGB value is (196,108,176). Sum of RGB (Red+Green+Blue) = 196+108+176=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CB0 is #3B934F. Grayscale: #8D8D8D. Windows color (decimal): -3904336 or 11562180. OLE color: 11562180.
HSL color Cylindrical-coordinate representation of color #C46CB0: hue angle of 313.64º 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 #C46CB0 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 176 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.23 |
| HSL | 313.64º | 0.43% | 0.6% | - |
| HSV(B) | 313.64º | 0.45% | 0.77% | - |
| XYZ | 35.96 | 25.6 | 44.12 | - |
| YUV | 142.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 176 | 0 | 0.45 | 0.10 | 0.23 | 313.64 | 0.43 | 0.6 |
| Hex | C4 | 6C | B0 | 0 | 2D | A | 17 | 13A | 2B | 3C |
| Octal | 304 | 154 | 260 | 0 | 55 | 12 | 27 | 472 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10110000 | 0 | 101101 | 1010 | 10111 | 100111010 | 101011 | 111100 |
Color Harmonies of #C46CB0
Complementary color
Monochromatic Colors of #C46CB0
Black with #C46CB0
Text Example
Text Example
White with #C46CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CB0; }
p { color: rgb(196,108,176); }
H1.HeaderClassName
{
color: #C46CB0;
}
.AnyTagClassName
{
color: #C46CB0;
}
</style>
background-color css
<style>
a { background-color: #C46CB0; }
a { background-color: rgb(196,108,176); }
div.DivClassName
{
background-color: #C46CB0;
}
.BgClassName
{
background-color: #C46CB0;
}
</style>
border-color css
<style>
span { border-color: #C46CB0; }
span { border-color: rgb(196,108,176); }
td.TdClassName
{
border-color: #C46CB0;
}
.TagClassName
{
border-color: #C46CB0;
}
</style>