Shades of Fuchsia #C46CB7
Tints of Fuchsia #C46CB7
RGB
CMYK
RGB Variations
Color information
#C46CB7 (or 0xC46CB7) is known color: Fuchsia. HEX triplet: C4, 6C and B7. RGB value is (196,108,183). Sum of RGB (Red+Green+Blue) = 196+108+183=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CB7 is #3B9348. Grayscale: #8E8E8E. Windows color (decimal): -3904329 or 12020932. OLE color: 12020932.
HSL color Cylindrical-coordinate representation of color #C46CB7: hue angle of 308.86º 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 #C46CB7 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 183 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.23 |
| HSL | 308.86º | 0.43% | 0.6% | - |
| HSV(B) | 308.86º | 0.45% | 0.77% | - |
| XYZ | 36.67 | 25.88 | 47.86 | - |
| YUV | 142.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 183 | 0 | 0.45 | 0.07 | 0.23 | 308.86 | 0.43 | 0.6 |
| Hex | C4 | 6C | B7 | 0 | 2D | 7 | 17 | 135 | 2B | 3C |
| Octal | 304 | 154 | 267 | 0 | 55 | 7 | 27 | 465 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10110111 | 0 | 101101 | 111 | 10111 | 100110101 | 101011 | 111100 |
Color Harmonies of #C46CB7
Complementary color
Monochromatic Colors of #C46CB7
Black with #C46CB7
Text Example
Text Example
White with #C46CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CB7; }
p { color: rgb(196,108,183); }
H1.HeaderClassName
{
color: #C46CB7;
}
.AnyTagClassName
{
color: #C46CB7;
}
</style>
background-color css
<style>
a { background-color: #C46CB7; }
a { background-color: rgb(196,108,183); }
div.DivClassName
{
background-color: #C46CB7;
}
.BgClassName
{
background-color: #C46CB7;
}
</style>
border-color css
<style>
span { border-color: #C46CB7; }
span { border-color: rgb(196,108,183); }
td.TdClassName
{
border-color: #C46CB7;
}
.TagClassName
{
border-color: #C46CB7;
}
</style>