Shades of Fuchsia #C461AA
Tints of Fuchsia #C461AA
RGB
CMYK
RGB Variations
Color information
#C461AA (or 0xC461AA) is known color: Fuchsia. HEX triplet: C4, 61 and AA. RGB value is (196,97,170). Sum of RGB (Red+Green+Blue) = 196+97+170=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C461AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461AA is #3B9E55. Grayscale: #868686. Windows color (decimal): -3907158 or 11166148. OLE color: 11166148.
HSL color Cylindrical-coordinate representation of color #C461AA: hue angle of 315.76º 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 #C461AA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 170 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.23 |
| HSL | 315.76º | 0.46% | 0.57% | - |
| HSV(B) | 315.76º | 0.51% | 0.77% | - |
| XYZ | 34.3 | 23.19 | 40.7 | - |
| YUV | 134.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 170 | 0 | 0.51 | 0.13 | 0.23 | 315.76 | 0.46 | 0.57 |
| Hex | C4 | 61 | AA | 0 | 33 | D | 17 | 13C | 2E | 39 |
| Octal | 304 | 141 | 252 | 0 | 63 | 15 | 27 | 474 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10101010 | 0 | 110011 | 1101 | 10111 | 100111100 | 101110 | 111001 |
Color Harmonies of #C461AA
Complementary color
Monochromatic Colors of #C461AA
Black with #C461AA
Text Example
Text Example
White with #C461AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461AA; }
p { color: rgb(196,97,170); }
H1.HeaderClassName
{
color: #C461AA;
}
.AnyTagClassName
{
color: #C461AA;
}
</style>
background-color css
<style>
a { background-color: #C461AA; }
a { background-color: rgb(196,97,170); }
div.DivClassName
{
background-color: #C461AA;
}
.BgClassName
{
background-color: #C461AA;
}
</style>
border-color css
<style>
span { border-color: #C461AA; }
span { border-color: rgb(196,97,170); }
td.TdClassName
{
border-color: #C461AA;
}
.TagClassName
{
border-color: #C461AA;
}
</style>