Shades of Fuchsia #C46AB8
Tints of Fuchsia #C46AB8
RGB
CMYK
RGB Variations
Color information
#C46AB8 (or 0xC46AB8) is known color: Fuchsia. HEX triplet: C4, 6A and B8. RGB value is (196,106,184). Sum of RGB (Red+Green+Blue) = 196+106+184=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C46AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AB8 is #3B9547. Grayscale: #8D8D8D. Windows color (decimal): -3904840 or 12085956. OLE color: 12085956.
HSL color Cylindrical-coordinate representation of color #C46AB8: hue angle of 308º 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 #C46AB8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 184 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.23 |
| HSL | 308º | 0.43% | 0.59% | - |
| HSV(B) | 308º | 0.46% | 0.77% | - |
| XYZ | 36.57 | 25.5 | 48.34 | - |
| YUV | 141.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 184 | 0 | 0.46 | 0.06 | 0.23 | 308 | 0.43 | 0.59 |
| Hex | C4 | 6A | B8 | 0 | 2E | 6 | 17 | 134 | 2B | 3B |
| Octal | 304 | 152 | 270 | 0 | 56 | 6 | 27 | 464 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10111000 | 0 | 101110 | 110 | 10111 | 100110100 | 101011 | 111011 |
Color Harmonies of #C46AB8
Complementary color
Monochromatic Colors of #C46AB8
Black with #C46AB8
Text Example
Text Example
White with #C46AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46AB8; }
p { color: rgb(196,106,184); }
H1.HeaderClassName
{
color: #C46AB8;
}
.AnyTagClassName
{
color: #C46AB8;
}
</style>
background-color css
<style>
a { background-color: #C46AB8; }
a { background-color: rgb(196,106,184); }
div.DivClassName
{
background-color: #C46AB8;
}
.BgClassName
{
background-color: #C46AB8;
}
</style>
border-color css
<style>
span { border-color: #C46AB8; }
span { border-color: rgb(196,106,184); }
td.TdClassName
{
border-color: #C46AB8;
}
.TagClassName
{
border-color: #C46AB8;
}
</style>