Shades of Fuchsia #C53AC2
Tints of Fuchsia #C53AC2
RGB
CMYK
RGB Variations
Color information
#C53AC2 (or 0xC53AC2) is known color: Fuchsia. HEX triplet: C5, 3A and C2. RGB value is (197,58,194). Sum of RGB (Red+Green+Blue) = 197+58+194=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AC2 is #3AC53D. Grayscale: #727272. Windows color (decimal): -3851582 or 12729029. OLE color: 12729029.
HSL color Cylindrical-coordinate representation of color #C53AC2: hue angle of 301.29º 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 #C53AC2 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 194 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.23 |
| HSL | 301.3º | 0.55% | 0.5% | - |
| HSV(B) | 301.3º | 0.71% | 0.77% | - |
| XYZ | 34.28 | 18.79 | 52.86 | - |
| YUV | 115.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 194 | 0 | 0.71 | 0.02 | 0.23 | 301.3 | 0.55 | 0.5 |
| Hex | C5 | 3A | C2 | 0 | 47 | 2 | 17 | 12D | 37 | 32 |
| Octal | 305 | 72 | 302 | 0 | 107 | 2 | 27 | 455 | 67 | 62 |
| Binary | 11000101 | 111010 | 11000010 | 0 | 1000111 | 10 | 10111 | 100101101 | 110111 | 110010 |
Color Harmonies of #C53AC2
Complementary color
Monochromatic Colors of #C53AC2
Black with #C53AC2
Text Example
Text Example
White with #C53AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AC2; }
p { color: rgb(197,58,194); }
H1.HeaderClassName
{
color: #C53AC2;
}
.AnyTagClassName
{
color: #C53AC2;
}
</style>
background-color css
<style>
a { background-color: #C53AC2; }
a { background-color: rgb(197,58,194); }
div.DivClassName
{
background-color: #C53AC2;
}
.BgClassName
{
background-color: #C53AC2;
}
</style>
border-color css
<style>
span { border-color: #C53AC2; }
span { border-color: rgb(197,58,194); }
td.TdClassName
{
border-color: #C53AC2;
}
.TagClassName
{
border-color: #C53AC2;
}
</style>