Shades of Fuchsia #C461AB
Tints of Fuchsia #C461AB
RGB
CMYK
RGB Variations
Color information
#C461AB (or 0xC461AB) is known color: Fuchsia. HEX triplet: C4, 61 and AB. RGB value is (196,97,171). Sum of RGB (Red+Green+Blue) = 196+97+171=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C461AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461AB is #3B9E54. Grayscale: #868686. Windows color (decimal): -3907157 or 11231684. OLE color: 11231684.
HSL color Cylindrical-coordinate representation of color #C461AB: hue angle of 315.15º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461AB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 171 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.23 |
| HSL | 315.15º | 0.46% | 0.57% | - |
| HSV(B) | 315.15º | 0.51% | 0.77% | - |
| XYZ | 34.39 | 23.23 | 41.2 | - |
| YUV | 135.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 171 | 0 | 0.51 | 0.13 | 0.23 | 315.15 | 0.46 | 0.57 |
| Hex | C4 | 61 | AB | 0 | 33 | D | 17 | 13B | 2E | 39 |
| Octal | 304 | 141 | 253 | 0 | 63 | 15 | 27 | 473 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10101011 | 0 | 110011 | 1101 | 10111 | 100111011 | 101110 | 111001 |
Color Harmonies of #C461AB
Complementary color
Monochromatic Colors of #C461AB
Black with #C461AB
Text Example
Text Example
White with #C461AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461AB; }
p { color: rgb(196,97,171); }
H1.HeaderClassName
{
color: #C461AB;
}
.AnyTagClassName
{
color: #C461AB;
}
</style>
background-color css
<style>
a { background-color: #C461AB; }
a { background-color: rgb(196,97,171); }
div.DivClassName
{
background-color: #C461AB;
}
.BgClassName
{
background-color: #C461AB;
}
</style>
border-color css
<style>
span { border-color: #C461AB; }
span { border-color: rgb(196,97,171); }
td.TdClassName
{
border-color: #C461AB;
}
.TagClassName
{
border-color: #C461AB;
}
</style>