Shades of Fuchsia #C53EAC
Tints of Fuchsia #C53EAC
RGB
CMYK
RGB Variations
Color information
#C53EAC (or 0xC53EAC) is known color: Fuchsia. HEX triplet: C5, 3E and AC. RGB value is (197,62,172). Sum of RGB (Red+Green+Blue) = 197+62+172=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EAC is #3AC153. Grayscale: #727272. Windows color (decimal): -3850580 or 11288261. OLE color: 11288261.
HSL color Cylindrical-coordinate representation of color #C53EAC: hue angle of 311.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EAC is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 172 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.23 |
| HSL | 311.11º | 0.54% | 0.51% | - |
| HSV(B) | 311.11º | 0.69% | 0.77% | - |
| XYZ | 32.19 | 18.29 | 40.86 | - |
| YUV | 114.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 172 | 0 | 0.69 | 0.13 | 0.23 | 311.11 | 0.54 | 0.51 |
| Hex | C5 | 3E | AC | 0 | 45 | D | 17 | 137 | 36 | 33 |
| Octal | 305 | 76 | 254 | 0 | 105 | 15 | 27 | 467 | 66 | 63 |
| Binary | 11000101 | 111110 | 10101100 | 0 | 1000101 | 1101 | 10111 | 100110111 | 110110 | 110011 |
Color Harmonies of #C53EAC
Complementary color
Monochromatic Colors of #C53EAC
Black with #C53EAC
Text Example
Text Example
White with #C53EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EAC; }
p { color: rgb(197,62,172); }
H1.HeaderClassName
{
color: #C53EAC;
}
.AnyTagClassName
{
color: #C53EAC;
}
</style>
background-color css
<style>
a { background-color: #C53EAC; }
a { background-color: rgb(197,62,172); }
div.DivClassName
{
background-color: #C53EAC;
}
.BgClassName
{
background-color: #C53EAC;
}
</style>
border-color css
<style>
span { border-color: #C53EAC; }
span { border-color: rgb(197,62,172); }
td.TdClassName
{
border-color: #C53EAC;
}
.TagClassName
{
border-color: #C53EAC;
}
</style>