Shades of Fuchsia #C46FAE
Tints of Fuchsia #C46FAE
RGB
CMYK
RGB Variations
Color information
#C46FAE (or 0xC46FAE) is known color: Fuchsia. HEX triplet: C4, 6F and AE. RGB value is (196,111,174). Sum of RGB (Red+Green+Blue) = 196+111+174=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46FAE is #3B9051. Grayscale: #8F8F8F. Windows color (decimal): -3903570 or 11431876. OLE color: 11431876.
HSL color Cylindrical-coordinate representation of color #C46FAE: hue angle of 315.53º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46FAE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 174 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.23 |
| HSL | 315.53º | 0.42% | 0.6% | - |
| HSV(B) | 315.53º | 0.43% | 0.77% | - |
| XYZ | 36.09 | 26.16 | 43.19 | - |
| YUV | 143.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 174 | 0 | 0.43 | 0.11 | 0.23 | 315.53 | 0.42 | 0.6 |
| Hex | C4 | 6F | AE | 0 | 2B | B | 17 | 13C | 2A | 3C |
| Octal | 304 | 157 | 256 | 0 | 53 | 13 | 27 | 474 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10101110 | 0 | 101011 | 1011 | 10111 | 100111100 | 101010 | 111100 |
Color Harmonies of #C46FAE
Complementary color
Monochromatic Colors of #C46FAE
Black with #C46FAE
Text Example
Text Example
White with #C46FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FAE; }
p { color: rgb(196,111,174); }
H1.HeaderClassName
{
color: #C46FAE;
}
.AnyTagClassName
{
color: #C46FAE;
}
</style>
background-color css
<style>
a { background-color: #C46FAE; }
a { background-color: rgb(196,111,174); }
div.DivClassName
{
background-color: #C46FAE;
}
.BgClassName
{
background-color: #C46FAE;
}
</style>
border-color css
<style>
span { border-color: #C46FAE; }
span { border-color: rgb(196,111,174); }
td.TdClassName
{
border-color: #C46FAE;
}
.TagClassName
{
border-color: #C46FAE;
}
</style>