Shades of Fuchsia #C53AAA
Tints of Fuchsia #C53AAA
RGB
CMYK
RGB Variations
Color information
#C53AAA (or 0xC53AAA) is known color: Fuchsia. HEX triplet: C5, 3A and AA. RGB value is (197,58,170). Sum of RGB (Red+Green+Blue) = 197+58+170=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AAA is #3AC555. Grayscale: #707070. Windows color (decimal): -3851606 or 11156165. OLE color: 11156165.
HSL color Cylindrical-coordinate representation of color #C53AAA: hue angle of 311.65º 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 #C53AAA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 170 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.23 |
| HSL | 311.65º | 0.55% | 0.5% | - |
| HSV(B) | 311.65º | 0.71% | 0.77% | - |
| XYZ | 31.79 | 17.8 | 39.79 | - |
| YUV | 112.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 170 | 0 | 0.71 | 0.14 | 0.23 | 311.65 | 0.55 | 0.5 |
| Hex | C5 | 3A | AA | 0 | 47 | E | 17 | 138 | 37 | 32 |
| Octal | 305 | 72 | 252 | 0 | 107 | 16 | 27 | 470 | 67 | 62 |
| Binary | 11000101 | 111010 | 10101010 | 0 | 1000111 | 1110 | 10111 | 100111000 | 110111 | 110010 |
Color Harmonies of #C53AAA
Complementary color
Monochromatic Colors of #C53AAA
Black with #C53AAA
Text Example
Text Example
White with #C53AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AAA; }
p { color: rgb(197,58,170); }
H1.HeaderClassName
{
color: #C53AAA;
}
.AnyTagClassName
{
color: #C53AAA;
}
</style>
background-color css
<style>
a { background-color: #C53AAA; }
a { background-color: rgb(197,58,170); }
div.DivClassName
{
background-color: #C53AAA;
}
.BgClassName
{
background-color: #C53AAA;
}
</style>
border-color css
<style>
span { border-color: #C53AAA; }
span { border-color: rgb(197,58,170); }
td.TdClassName
{
border-color: #C53AAA;
}
.TagClassName
{
border-color: #C53AAA;
}
</style>