Shades of Fuchsia #C461AC
Tints of Fuchsia #C461AC
RGB
CMYK
RGB Variations
Color information
#C461AC (or 0xC461AC) is known color: Fuchsia. HEX triplet: C4, 61 and AC. RGB value is (196,97,172). Sum of RGB (Red+Green+Blue) = 196+97+172=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C461AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461AC is #3B9E53. Grayscale: #868686. Windows color (decimal): -3907156 or 11297220. OLE color: 11297220.
HSL color Cylindrical-coordinate representation of color #C461AC: hue angle of 314.55º 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 #C461AC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 172 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.23 |
| HSL | 314.55º | 0.46% | 0.57% | - |
| HSV(B) | 314.55º | 0.51% | 0.77% | - |
| XYZ | 34.49 | 23.26 | 41.7 | - |
| YUV | 135.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 172 | 0 | 0.51 | 0.12 | 0.23 | 314.55 | 0.46 | 0.57 |
| Hex | C4 | 61 | AC | 0 | 33 | C | 17 | 13B | 2E | 39 |
| Octal | 304 | 141 | 254 | 0 | 63 | 14 | 27 | 473 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10101100 | 0 | 110011 | 1100 | 10111 | 100111011 | 101110 | 111001 |
Color Harmonies of #C461AC
Complementary color
Monochromatic Colors of #C461AC
Black with #C461AC
Text Example
Text Example
White with #C461AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461AC; }
p { color: rgb(196,97,172); }
H1.HeaderClassName
{
color: #C461AC;
}
.AnyTagClassName
{
color: #C461AC;
}
</style>
background-color css
<style>
a { background-color: #C461AC; }
a { background-color: rgb(196,97,172); }
div.DivClassName
{
background-color: #C461AC;
}
.BgClassName
{
background-color: #C461AC;
}
</style>
border-color css
<style>
span { border-color: #C461AC; }
span { border-color: rgb(196,97,172); }
td.TdClassName
{
border-color: #C461AC;
}
.TagClassName
{
border-color: #C461AC;
}
</style>