Shades of Fuchsia #C446AB
Tints of Fuchsia #C446AB
RGB
CMYK
RGB Variations
Color information
#C446AB (or 0xC446AB) is known color: Fuchsia. HEX triplet: C4, 46 and AB. RGB value is (196,70,171). Sum of RGB (Red+Green+Blue) = 196+70+171=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C446AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446AB is #3BB954. Grayscale: #767676. Windows color (decimal): -3914069 or 11224772. OLE color: 11224772.
HSL color Cylindrical-coordinate representation of color #C446AB: hue angle of 311.9º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C446AB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 171 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.23 |
| HSL | 311.9º | 0.52% | 0.52% | - |
| HSV(B) | 311.9º | 0.64% | 0.77% | - |
| XYZ | 32.31 | 19.06 | 40.5 | - |
| YUV | 119.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 171 | 0 | 0.64 | 0.13 | 0.23 | 311.9 | 0.52 | 0.52 |
| Hex | C4 | 46 | AB | 0 | 40 | D | 17 | 138 | 34 | 34 |
| Octal | 304 | 106 | 253 | 0 | 100 | 15 | 27 | 470 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10101011 | 0 | 1000000 | 1101 | 10111 | 100111000 | 110100 | 110100 |
Color Harmonies of #C446AB
Complementary color
Monochromatic Colors of #C446AB
Black with #C446AB
Text Example
Text Example
White with #C446AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446AB; }
p { color: rgb(196,70,171); }
H1.HeaderClassName
{
color: #C446AB;
}
.AnyTagClassName
{
color: #C446AB;
}
</style>
background-color css
<style>
a { background-color: #C446AB; }
a { background-color: rgb(196,70,171); }
div.DivClassName
{
background-color: #C446AB;
}
.BgClassName
{
background-color: #C446AB;
}
</style>
border-color css
<style>
span { border-color: #C446AB; }
span { border-color: rgb(196,70,171); }
td.TdClassName
{
border-color: #C446AB;
}
.TagClassName
{
border-color: #C446AB;
}
</style>