Shades of Fuchsia #C46AAF
Tints of Fuchsia #C46AAF
RGB
CMYK
RGB Variations
Color information
#C46AAF (or 0xC46AAF) is known color: Fuchsia. HEX triplet: C4, 6A and AF. RGB value is (196,106,175). Sum of RGB (Red+Green+Blue) = 196+106+175=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C46AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46AAF is #3B9550. Grayscale: #8C8C8C. Windows color (decimal): -3904849 or 11496132. OLE color: 11496132.
HSL color Cylindrical-coordinate representation of color #C46AAF: hue angle of 314º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46AAF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 175 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.23 |
| HSL | 314º | 0.43% | 0.59% | - |
| HSV(B) | 314º | 0.46% | 0.77% | - |
| XYZ | 35.66 | 25.14 | 43.53 | - |
| YUV | 140.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 175 | 0 | 0.46 | 0.11 | 0.23 | 314 | 0.43 | 0.59 |
| Hex | C4 | 6A | AF | 0 | 2E | B | 17 | 13A | 2B | 3B |
| Octal | 304 | 152 | 257 | 0 | 56 | 13 | 27 | 472 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10101111 | 0 | 101110 | 1011 | 10111 | 100111010 | 101011 | 111011 |
Color Harmonies of #C46AAF
Complementary color
Monochromatic Colors of #C46AAF
Black with #C46AAF
Text Example
Text Example
White with #C46AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46AAF; }
p { color: rgb(196,106,175); }
H1.HeaderClassName
{
color: #C46AAF;
}
.AnyTagClassName
{
color: #C46AAF;
}
</style>
background-color css
<style>
a { background-color: #C46AAF; }
a { background-color: rgb(196,106,175); }
div.DivClassName
{
background-color: #C46AAF;
}
.BgClassName
{
background-color: #C46AAF;
}
</style>
border-color css
<style>
span { border-color: #C46AAF; }
span { border-color: rgb(196,106,175); }
td.TdClassName
{
border-color: #C46AAF;
}
.TagClassName
{
border-color: #C46AAF;
}
</style>