Shades of Fuchsia #C46CB4
Tints of Fuchsia #C46CB4
RGB
CMYK
RGB Variations
Color information
#C46CB4 (or 0xC46CB4) is known color: Fuchsia. HEX triplet: C4, 6C and B4. RGB value is (196,108,180). Sum of RGB (Red+Green+Blue) = 196+108+180=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CB4 is #3B934B. Grayscale: #8E8E8E. Windows color (decimal): -3904332 or 11824324. OLE color: 11824324.
HSL color Cylindrical-coordinate representation of color #C46CB4: hue angle of 310.91º 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 #C46CB4 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 180 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.23 |
| HSL | 310.91º | 0.43% | 0.6% | - |
| HSV(B) | 310.91º | 0.45% | 0.77% | - |
| XYZ | 36.37 | 25.76 | 46.23 | - |
| YUV | 142.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 180 | 0 | 0.45 | 0.08 | 0.23 | 310.91 | 0.43 | 0.6 |
| Hex | C4 | 6C | B4 | 0 | 2D | 8 | 17 | 137 | 2B | 3C |
| Octal | 304 | 154 | 264 | 0 | 55 | 10 | 27 | 467 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10110100 | 0 | 101101 | 1000 | 10111 | 100110111 | 101011 | 111100 |
Color Harmonies of #C46CB4
Complementary color
Monochromatic Colors of #C46CB4
Black with #C46CB4
Text Example
Text Example
White with #C46CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CB4; }
p { color: rgb(196,108,180); }
H1.HeaderClassName
{
color: #C46CB4;
}
.AnyTagClassName
{
color: #C46CB4;
}
</style>
background-color css
<style>
a { background-color: #C46CB4; }
a { background-color: rgb(196,108,180); }
div.DivClassName
{
background-color: #C46CB4;
}
.BgClassName
{
background-color: #C46CB4;
}
</style>
border-color css
<style>
span { border-color: #C46CB4; }
span { border-color: rgb(196,108,180); }
td.TdClassName
{
border-color: #C46CB4;
}
.TagClassName
{
border-color: #C46CB4;
}
</style>