Shades of Fuchsia #C46CBE
Tints of Fuchsia #C46CBE
RGB
CMYK
RGB Variations
Color information
#C46CBE (or 0xC46CBE) is known color: Fuchsia. HEX triplet: C4, 6C and BE. RGB value is (196,108,190). Sum of RGB (Red+Green+Blue) = 196+108+190=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CBE is #3B9341. Grayscale: #8F8F8F. Windows color (decimal): -3904322 or 12479684. OLE color: 12479684.
HSL color Cylindrical-coordinate representation of color #C46CBE: hue angle of 304.09º 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 #C46CBE is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 190 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.23 |
| HSL | 304.09º | 0.43% | 0.6% | - |
| HSV(B) | 304.09º | 0.45% | 0.77% | - |
| XYZ | 37.42 | 26.18 | 51.8 | - |
| YUV | 143.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 190 | 0 | 0.45 | 0.03 | 0.23 | 304.09 | 0.43 | 0.6 |
| Hex | C4 | 6C | BE | 0 | 2D | 3 | 17 | 130 | 2B | 3C |
| Octal | 304 | 154 | 276 | 0 | 55 | 3 | 27 | 460 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10111110 | 0 | 101101 | 11 | 10111 | 100110000 | 101011 | 111100 |
Color Harmonies of #C46CBE
Complementary color
Monochromatic Colors of #C46CBE
Black with #C46CBE
Text Example
Text Example
White with #C46CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CBE; }
p { color: rgb(196,108,190); }
H1.HeaderClassName
{
color: #C46CBE;
}
.AnyTagClassName
{
color: #C46CBE;
}
</style>
background-color css
<style>
a { background-color: #C46CBE; }
a { background-color: rgb(196,108,190); }
div.DivClassName
{
background-color: #C46CBE;
}
.BgClassName
{
background-color: #C46CBE;
}
</style>
border-color css
<style>
span { border-color: #C46CBE; }
span { border-color: rgb(196,108,190); }
td.TdClassName
{
border-color: #C46CBE;
}
.TagClassName
{
border-color: #C46CBE;
}
</style>