Shades of Fuchsia #C460AC
Tints of Fuchsia #C460AC
RGB
CMYK
RGB Variations
Color information
#C460AC (or 0xC460AC) is known color: Fuchsia. HEX triplet: C4, 60 and AC. RGB value is (196,96,172). Sum of RGB (Red+Green+Blue) = 196+96+172=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C460AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460AC is #3B9F53. Grayscale: #868686. Windows color (decimal): -3907412 or 11296964. OLE color: 11296964.
HSL color Cylindrical-coordinate representation of color #C460AC: hue angle of 314.4º 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 #C460AC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 172 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.23 |
| HSL | 314.4º | 0.46% | 0.57% | - |
| HSV(B) | 314.4º | 0.51% | 0.77% | - |
| XYZ | 34.39 | 23.08 | 41.67 | - |
| YUV | 134.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 172 | 0 | 0.51 | 0.12 | 0.23 | 314.4 | 0.46 | 0.57 |
| Hex | C4 | 60 | AC | 0 | 33 | C | 17 | 13A | 2E | 39 |
| Octal | 304 | 140 | 254 | 0 | 63 | 14 | 27 | 472 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10101100 | 0 | 110011 | 1100 | 10111 | 100111010 | 101110 | 111001 |
Color Harmonies of #C460AC
Complementary color
Monochromatic Colors of #C460AC
Black with #C460AC
Text Example
Text Example
White with #C460AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460AC; }
p { color: rgb(196,96,172); }
H1.HeaderClassName
{
color: #C460AC;
}
.AnyTagClassName
{
color: #C460AC;
}
</style>
background-color css
<style>
a { background-color: #C460AC; }
a { background-color: rgb(196,96,172); }
div.DivClassName
{
background-color: #C460AC;
}
.BgClassName
{
background-color: #C460AC;
}
</style>
border-color css
<style>
span { border-color: #C460AC; }
span { border-color: rgb(196,96,172); }
td.TdClassName
{
border-color: #C460AC;
}
.TagClassName
{
border-color: #C460AC;
}
</style>