Shades of Fuchsia #C46AB6
Tints of Fuchsia #C46AB6
RGB
CMYK
RGB Variations
Color information
#C46AB6 (or 0xC46AB6) is known color: Fuchsia. HEX triplet: C4, 6A and B6. RGB value is (196,106,182). Sum of RGB (Red+Green+Blue) = 196+106+182=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C46AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AB6 is #3B9549. Grayscale: #8D8D8D. Windows color (decimal): -3904842 or 11954884. OLE color: 11954884.
HSL color Cylindrical-coordinate representation of color #C46AB6: hue angle of 309.33º 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 #C46AB6 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 182 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.23 |
| HSL | 309.33º | 0.43% | 0.59% | - |
| HSV(B) | 309.33º | 0.46% | 0.77% | - |
| XYZ | 36.36 | 25.42 | 47.25 | - |
| YUV | 141.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 182 | 0 | 0.46 | 0.07 | 0.23 | 309.33 | 0.43 | 0.59 |
| Hex | C4 | 6A | B6 | 0 | 2E | 7 | 17 | 135 | 2B | 3B |
| Octal | 304 | 152 | 266 | 0 | 56 | 7 | 27 | 465 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10110110 | 0 | 101110 | 111 | 10111 | 100110101 | 101011 | 111011 |
Color Harmonies of #C46AB6
Complementary color
Monochromatic Colors of #C46AB6
Black with #C46AB6
Text Example
Text Example
White with #C46AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46AB6; }
p { color: rgb(196,106,182); }
H1.HeaderClassName
{
color: #C46AB6;
}
.AnyTagClassName
{
color: #C46AB6;
}
</style>
background-color css
<style>
a { background-color: #C46AB6; }
a { background-color: rgb(196,106,182); }
div.DivClassName
{
background-color: #C46AB6;
}
.BgClassName
{
background-color: #C46AB6;
}
</style>
border-color css
<style>
span { border-color: #C46AB6; }
span { border-color: rgb(196,106,182); }
td.TdClassName
{
border-color: #C46AB6;
}
.TagClassName
{
border-color: #C46AB6;
}
</style>