Shades of Fuchsia #C461AD
Tints of Fuchsia #C461AD
RGB
CMYK
RGB Variations
Color information
#C461AD (or 0xC461AD) is known color: Fuchsia. HEX triplet: C4, 61 and AD. RGB value is (196,97,173). Sum of RGB (Red+Green+Blue) = 196+97+173=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C461AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461AD is #3B9E52. Grayscale: #878787. Windows color (decimal): -3907155 or 11362756. OLE color: 11362756.
HSL color Cylindrical-coordinate representation of color #C461AD: hue angle of 313.94º 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 #C461AD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 173 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.23 |
| HSL | 313.94º | 0.46% | 0.57% | - |
| HSV(B) | 313.94º | 0.51% | 0.77% | - |
| XYZ | 34.58 | 23.3 | 42.21 | - |
| YUV | 135.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 173 | 0 | 0.51 | 0.12 | 0.23 | 313.94 | 0.46 | 0.57 |
| Hex | C4 | 61 | AD | 0 | 33 | C | 17 | 13A | 2E | 39 |
| Octal | 304 | 141 | 255 | 0 | 63 | 14 | 27 | 472 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10101101 | 0 | 110011 | 1100 | 10111 | 100111010 | 101110 | 111001 |
Color Harmonies of #C461AD
Complementary color
Monochromatic Colors of #C461AD
Black with #C461AD
Text Example
Text Example
White with #C461AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461AD; }
p { color: rgb(196,97,173); }
H1.HeaderClassName
{
color: #C461AD;
}
.AnyTagClassName
{
color: #C461AD;
}
</style>
background-color css
<style>
a { background-color: #C461AD; }
a { background-color: rgb(196,97,173); }
div.DivClassName
{
background-color: #C461AD;
}
.BgClassName
{
background-color: #C461AD;
}
</style>
border-color css
<style>
span { border-color: #C461AD; }
span { border-color: rgb(196,97,173); }
td.TdClassName
{
border-color: #C461AD;
}
.TagClassName
{
border-color: #C461AD;
}
</style>