Shades of Fuchsia #C461A8
Tints of Fuchsia #C461A8
RGB
CMYK
RGB Variations
Color information
#C461A8 (or 0xC461A8) is known color: Fuchsia. HEX triplet: C4, 61 and A8. RGB value is (196,97,168). Sum of RGB (Red+Green+Blue) = 196+97+168=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C461A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461A8 is #3B9E57. Grayscale: #868686. Windows color (decimal): -3907160 or 11035076. OLE color: 11035076.
HSL color Cylindrical-coordinate representation of color #C461A8: hue angle of 316.97º 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 #C461A8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 168 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.23 |
| HSL | 316.97º | 0.46% | 0.57% | - |
| HSV(B) | 316.97º | 0.51% | 0.77% | - |
| XYZ | 34.11 | 23.11 | 39.71 | - |
| YUV | 134.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 168 | 0 | 0.51 | 0.14 | 0.23 | 316.97 | 0.46 | 0.57 |
| Hex | C4 | 61 | A8 | 0 | 33 | E | 17 | 13D | 2E | 39 |
| Octal | 304 | 141 | 250 | 0 | 63 | 16 | 27 | 475 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10101000 | 0 | 110011 | 1110 | 10111 | 100111101 | 101110 | 111001 |
Color Harmonies of #C461A8
Complementary color
Monochromatic Colors of #C461A8
Black with #C461A8
Text Example
Text Example
White with #C461A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461A8; }
p { color: rgb(196,97,168); }
H1.HeaderClassName
{
color: #C461A8;
}
.AnyTagClassName
{
color: #C461A8;
}
</style>
background-color css
<style>
a { background-color: #C461A8; }
a { background-color: rgb(196,97,168); }
div.DivClassName
{
background-color: #C461A8;
}
.BgClassName
{
background-color: #C461A8;
}
</style>
border-color css
<style>
span { border-color: #C461A8; }
span { border-color: rgb(196,97,168); }
td.TdClassName
{
border-color: #C461A8;
}
.TagClassName
{
border-color: #C461A8;
}
</style>