Shades of Fuchsia #C457AF
Tints of Fuchsia #C457AF
RGB
CMYK
RGB Variations
Color information
#C457AF (or 0xC457AF) is known color: Fuchsia. HEX triplet: C4, 57 and AF. RGB value is (196,87,175). Sum of RGB (Red+Green+Blue) = 196+87+175=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C457AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C457AF is #3BA850. Grayscale: #818181. Windows color (decimal): -3909713 or 11491268. OLE color: 11491268.
HSL color Cylindrical-coordinate representation of color #C457AF: hue angle of 311.56º 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 #C457AF is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 175 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.23 |
| HSL | 311.56º | 0.48% | 0.55% | - |
| HSV(B) | 311.56º | 0.56% | 0.77% | - |
| XYZ | 33.91 | 21.65 | 42.95 | - |
| YUV | 129.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 175 | 0 | 0.56 | 0.11 | 0.23 | 311.56 | 0.48 | 0.55 |
| Hex | C4 | 57 | AF | 0 | 38 | B | 17 | 138 | 30 | 37 |
| Octal | 304 | 127 | 257 | 0 | 70 | 13 | 27 | 470 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10101111 | 0 | 111000 | 1011 | 10111 | 100111000 | 110000 | 110111 |
Color Harmonies of #C457AF
Complementary color
Monochromatic Colors of #C457AF
Black with #C457AF
Text Example
Text Example
White with #C457AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457AF; }
p { color: rgb(196,87,175); }
H1.HeaderClassName
{
color: #C457AF;
}
.AnyTagClassName
{
color: #C457AF;
}
</style>
background-color css
<style>
a { background-color: #C457AF; }
a { background-color: rgb(196,87,175); }
div.DivClassName
{
background-color: #C457AF;
}
.BgClassName
{
background-color: #C457AF;
}
</style>
border-color css
<style>
span { border-color: #C457AF; }
span { border-color: rgb(196,87,175); }
td.TdClassName
{
border-color: #C457AF;
}
.TagClassName
{
border-color: #C457AF;
}
</style>