Shades of Fuchsia #C460AF
Tints of Fuchsia #C460AF
RGB
CMYK
RGB Variations
Color information
#C460AF (or 0xC460AF) is known color: Fuchsia. HEX triplet: C4, 60 and AF. RGB value is (196,96,175). Sum of RGB (Red+Green+Blue) = 196+96+175=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C460AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460AF is #3B9F50. Grayscale: #868686. Windows color (decimal): -3907409 or 11493572. OLE color: 11493572.
HSL color Cylindrical-coordinate representation of color #C460AF: hue angle of 312.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 #C460AF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 175 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.23 |
| HSL | 312.6º | 0.46% | 0.57% | - |
| HSV(B) | 312.6º | 0.51% | 0.77% | - |
| XYZ | 34.69 | 23.2 | 43.21 | - |
| YUV | 134.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 175 | 0 | 0.51 | 0.11 | 0.23 | 312.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | AF | 0 | 33 | B | 17 | 139 | 2E | 39 |
| Octal | 304 | 140 | 257 | 0 | 63 | 13 | 27 | 471 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10101111 | 0 | 110011 | 1011 | 10111 | 100111001 | 101110 | 111001 |
Color Harmonies of #C460AF
Complementary color
Monochromatic Colors of #C460AF
Black with #C460AF
Text Example
Text Example
White with #C460AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460AF; }
p { color: rgb(196,96,175); }
H1.HeaderClassName
{
color: #C460AF;
}
.AnyTagClassName
{
color: #C460AF;
}
</style>
background-color css
<style>
a { background-color: #C460AF; }
a { background-color: rgb(196,96,175); }
div.DivClassName
{
background-color: #C460AF;
}
.BgClassName
{
background-color: #C460AF;
}
</style>
border-color css
<style>
span { border-color: #C460AF; }
span { border-color: rgb(196,96,175); }
td.TdClassName
{
border-color: #C460AF;
}
.TagClassName
{
border-color: #C460AF;
}
</style>