Shades of Fuchsia #C53AAC
Tints of Fuchsia #C53AAC
RGB
CMYK
RGB Variations
Color information
#C53AAC (or 0xC53AAC) is known color: Fuchsia. HEX triplet: C5, 3A and AC. RGB value is (197,58,172). Sum of RGB (Red+Green+Blue) = 197+58+172=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AAC is #3AC553. Grayscale: #707070. Windows color (decimal): -3851604 or 11287237. OLE color: 11287237.
HSL color Cylindrical-coordinate representation of color #C53AAC: hue angle of 310.79º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53AAC is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 172 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.23 |
| HSL | 310.79º | 0.55% | 0.5% | - |
| HSV(B) | 310.79º | 0.71% | 0.77% | - |
| XYZ | 31.99 | 17.87 | 40.79 | - |
| YUV | 112.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 172 | 0 | 0.71 | 0.13 | 0.23 | 310.79 | 0.55 | 0.5 |
| Hex | C5 | 3A | AC | 0 | 47 | D | 17 | 137 | 37 | 32 |
| Octal | 305 | 72 | 254 | 0 | 107 | 15 | 27 | 467 | 67 | 62 |
| Binary | 11000101 | 111010 | 10101100 | 0 | 1000111 | 1101 | 10111 | 100110111 | 110111 | 110010 |
Color Harmonies of #C53AAC
Complementary color
Monochromatic Colors of #C53AAC
Black with #C53AAC
Text Example
Text Example
White with #C53AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AAC; }
p { color: rgb(197,58,172); }
H1.HeaderClassName
{
color: #C53AAC;
}
.AnyTagClassName
{
color: #C53AAC;
}
</style>
background-color css
<style>
a { background-color: #C53AAC; }
a { background-color: rgb(197,58,172); }
div.DivClassName
{
background-color: #C53AAC;
}
.BgClassName
{
background-color: #C53AAC;
}
</style>
border-color css
<style>
span { border-color: #C53AAC; }
span { border-color: rgb(197,58,172); }
td.TdClassName
{
border-color: #C53AAC;
}
.TagClassName
{
border-color: #C53AAC;
}
</style>