Shades of Fuchsia #C46ABC
Tints of Fuchsia #C46ABC
RGB
CMYK
RGB Variations
Color information
#C46ABC (or 0xC46ABC) is known color: Fuchsia. HEX triplet: C4, 6A and BC. RGB value is (196,106,188). Sum of RGB (Red+Green+Blue) = 196+106+188=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C46ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ABC is #3B9543. Grayscale: #8E8E8E. Windows color (decimal): -3904836 or 12348100. OLE color: 12348100.
HSL color Cylindrical-coordinate representation of color #C46ABC: hue angle of 305.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 #C46ABC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 188 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.23 |
| HSL | 305.33º | 0.43% | 0.59% | - |
| HSV(B) | 305.33º | 0.46% | 0.77% | - |
| XYZ | 37 | 25.67 | 50.58 | - |
| YUV | 142.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 188 | 0 | 0.46 | 0.04 | 0.23 | 305.33 | 0.43 | 0.59 |
| Hex | C4 | 6A | BC | 0 | 2E | 4 | 17 | 131 | 2B | 3B |
| Octal | 304 | 152 | 274 | 0 | 56 | 4 | 27 | 461 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10111100 | 0 | 101110 | 100 | 10111 | 100110001 | 101011 | 111011 |
Color Harmonies of #C46ABC
Complementary color
Monochromatic Colors of #C46ABC
Black with #C46ABC
Text Example
Text Example
White with #C46ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ABC; }
p { color: rgb(196,106,188); }
H1.HeaderClassName
{
color: #C46ABC;
}
.AnyTagClassName
{
color: #C46ABC;
}
</style>
background-color css
<style>
a { background-color: #C46ABC; }
a { background-color: rgb(196,106,188); }
div.DivClassName
{
background-color: #C46ABC;
}
.BgClassName
{
background-color: #C46ABC;
}
</style>
border-color css
<style>
span { border-color: #C46ABC; }
span { border-color: rgb(196,106,188); }
td.TdClassName
{
border-color: #C46ABC;
}
.TagClassName
{
border-color: #C46ABC;
}
</style>