Shades of Fuchsia #C460AA
Tints of Fuchsia #C460AA
RGB
CMYK
RGB Variations
Color information
#C460AA (or 0xC460AA) is known color: Fuchsia. HEX triplet: C4, 60 and AA. RGB value is (196,96,170). Sum of RGB (Red+Green+Blue) = 196+96+170=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C460AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460AA is #3B9F55. Grayscale: #868686. Windows color (decimal): -3907414 or 11165892. OLE color: 11165892.
HSL color Cylindrical-coordinate representation of color #C460AA: hue angle of 315.6º 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 #C460AA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 170 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.23 |
| HSL | 315.6º | 0.46% | 0.57% | - |
| HSV(B) | 315.6º | 0.51% | 0.77% | - |
| XYZ | 34.2 | 23 | 40.67 | - |
| YUV | 134.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 170 | 0 | 0.51 | 0.13 | 0.23 | 315.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | AA | 0 | 33 | D | 17 | 13C | 2E | 39 |
| Octal | 304 | 140 | 252 | 0 | 63 | 15 | 27 | 474 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10101010 | 0 | 110011 | 1101 | 10111 | 100111100 | 101110 | 111001 |
Color Harmonies of #C460AA
Complementary color
Monochromatic Colors of #C460AA
Black with #C460AA
Text Example
Text Example
White with #C460AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460AA; }
p { color: rgb(196,96,170); }
H1.HeaderClassName
{
color: #C460AA;
}
.AnyTagClassName
{
color: #C460AA;
}
</style>
background-color css
<style>
a { background-color: #C460AA; }
a { background-color: rgb(196,96,170); }
div.DivClassName
{
background-color: #C460AA;
}
.BgClassName
{
background-color: #C460AA;
}
</style>
border-color css
<style>
span { border-color: #C460AA; }
span { border-color: rgb(196,96,170); }
td.TdClassName
{
border-color: #C460AA;
}
.TagClassName
{
border-color: #C460AA;
}
</style>