Shades of Fuchsia #C457AD
Tints of Fuchsia #C457AD
RGB
CMYK
RGB Variations
Color information
#C457AD (or 0xC457AD) is known color: Fuchsia. HEX triplet: C4, 57 and AD. RGB value is (196,87,173). Sum of RGB (Red+Green+Blue) = 196+87+173=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C457AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C457AD is #3BA852. Grayscale: #818181. Windows color (decimal): -3909715 or 11360196. OLE color: 11360196.
HSL color Cylindrical-coordinate representation of color #C457AD: hue angle of 312.66º 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 #C457AD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 173 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.23 |
| HSL | 312.66º | 0.48% | 0.55% | - |
| HSV(B) | 312.66º | 0.56% | 0.77% | - |
| XYZ | 33.72 | 21.57 | 41.92 | - |
| YUV | 129.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 173 | 0 | 0.56 | 0.12 | 0.23 | 312.66 | 0.48 | 0.55 |
| Hex | C4 | 57 | AD | 0 | 38 | C | 17 | 139 | 30 | 37 |
| Octal | 304 | 127 | 255 | 0 | 70 | 14 | 27 | 471 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10101101 | 0 | 111000 | 1100 | 10111 | 100111001 | 110000 | 110111 |
Color Harmonies of #C457AD
Complementary color
Monochromatic Colors of #C457AD
Black with #C457AD
Text Example
Text Example
White with #C457AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457AD; }
p { color: rgb(196,87,173); }
H1.HeaderClassName
{
color: #C457AD;
}
.AnyTagClassName
{
color: #C457AD;
}
</style>
background-color css
<style>
a { background-color: #C457AD; }
a { background-color: rgb(196,87,173); }
div.DivClassName
{
background-color: #C457AD;
}
.BgClassName
{
background-color: #C457AD;
}
</style>
border-color css
<style>
span { border-color: #C457AD; }
span { border-color: rgb(196,87,173); }
td.TdClassName
{
border-color: #C457AD;
}
.TagClassName
{
border-color: #C457AD;
}
</style>