Shades of Fuchsia #C456AD
Tints of Fuchsia #C456AD
RGB
CMYK
RGB Variations
Color information
#C456AD (or 0xC456AD) is known color: Fuchsia. HEX triplet: C4, 56 and AD. RGB value is (196,86,173). Sum of RGB (Red+Green+Blue) = 196+86+173=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C456AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456AD is #3BA952. Grayscale: #808080. Windows color (decimal): -3909971 or 11359940. OLE color: 11359940.
HSL color Cylindrical-coordinate representation of color #C456AD: hue angle of 312.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C456AD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 173 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.23 |
| HSL | 312.55º | 0.48% | 0.55% | - |
| HSV(B) | 312.55º | 0.56% | 0.77% | - |
| XYZ | 33.64 | 21.41 | 41.89 | - |
| YUV | 128.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 173 | 0 | 0.56 | 0.12 | 0.23 | 312.55 | 0.48 | 0.55 |
| Hex | C4 | 56 | AD | 0 | 38 | C | 17 | 139 | 30 | 37 |
| Octal | 304 | 126 | 255 | 0 | 70 | 14 | 27 | 471 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10101101 | 0 | 111000 | 1100 | 10111 | 100111001 | 110000 | 110111 |
Color Harmonies of #C456AD
Complementary color
Monochromatic Colors of #C456AD
Black with #C456AD
Text Example
Text Example
White with #C456AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456AD; }
p { color: rgb(196,86,173); }
H1.HeaderClassName
{
color: #C456AD;
}
.AnyTagClassName
{
color: #C456AD;
}
</style>
background-color css
<style>
a { background-color: #C456AD; }
a { background-color: rgb(196,86,173); }
div.DivClassName
{
background-color: #C456AD;
}
.BgClassName
{
background-color: #C456AD;
}
</style>
border-color css
<style>
span { border-color: #C456AD; }
span { border-color: rgb(196,86,173); }
td.TdClassName
{
border-color: #C456AD;
}
.TagClassName
{
border-color: #C456AD;
}
</style>