Shades of Fuchsia #C457A8
Tints of Fuchsia #C457A8
RGB
CMYK
RGB Variations
Color information
#C457A8 (or 0xC457A8) is known color: Fuchsia. HEX triplet: C4, 57 and A8. RGB value is (196,87,168). Sum of RGB (Red+Green+Blue) = 196+87+168=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C457A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C457A8 is #3BA857. Grayscale: #808080. Windows color (decimal): -3909720 or 11032516. OLE color: 11032516.
HSL color Cylindrical-coordinate representation of color #C457A8: hue angle of 315.41º 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 #C457A8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 168 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.23 |
| HSL | 315.41º | 0.48% | 0.55% | - |
| HSV(B) | 315.41º | 0.56% | 0.77% | - |
| XYZ | 33.24 | 21.38 | 39.42 | - |
| YUV | 128.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 168 | 0 | 0.56 | 0.14 | 0.23 | 315.41 | 0.48 | 0.55 |
| Hex | C4 | 57 | A8 | 0 | 38 | E | 17 | 13B | 30 | 37 |
| Octal | 304 | 127 | 250 | 0 | 70 | 16 | 27 | 473 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10101000 | 0 | 111000 | 1110 | 10111 | 100111011 | 110000 | 110111 |
Color Harmonies of #C457A8
Complementary color
Monochromatic Colors of #C457A8
Black with #C457A8
Text Example
Text Example
White with #C457A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457A8; }
p { color: rgb(196,87,168); }
H1.HeaderClassName
{
color: #C457A8;
}
.AnyTagClassName
{
color: #C457A8;
}
</style>
background-color css
<style>
a { background-color: #C457A8; }
a { background-color: rgb(196,87,168); }
div.DivClassName
{
background-color: #C457A8;
}
.BgClassName
{
background-color: #C457A8;
}
</style>
border-color css
<style>
span { border-color: #C457A8; }
span { border-color: rgb(196,87,168); }
td.TdClassName
{
border-color: #C457A8;
}
.TagClassName
{
border-color: #C457A8;
}
</style>