Shades of Fuchsia #C53BA9
Tints of Fuchsia #C53BA9
RGB
CMYK
RGB Variations
Color information
#C53BA9 (or 0xC53BA9) is known color: Fuchsia. HEX triplet: C5, 3B and A9. RGB value is (197,59,169). Sum of RGB (Red+Green+Blue) = 197+59+169=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BA9 is #3AC456. Grayscale: #707070. Windows color (decimal): -3851351 or 11090885. OLE color: 11090885.
HSL color Cylindrical-coordinate representation of color #C53BA9: hue angle of 312.17º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53BA9 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 169 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.23 |
| HSL | 312.17º | 0.54% | 0.5% | - |
| HSV(B) | 312.17º | 0.7% | 0.77% | - |
| XYZ | 31.75 | 17.86 | 39.31 | - |
| YUV | 112.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 169 | 0 | 0.70 | 0.14 | 0.23 | 312.17 | 0.54 | 0.5 |
| Hex | C5 | 3B | A9 | 0 | 46 | E | 17 | 138 | 36 | 32 |
| Octal | 305 | 73 | 251 | 0 | 106 | 16 | 27 | 470 | 66 | 62 |
| Binary | 11000101 | 111011 | 10101001 | 0 | 1000110 | 1110 | 10111 | 100111000 | 110110 | 110010 |
Color Harmonies of #C53BA9
Complementary color
Monochromatic Colors of #C53BA9
Black with #C53BA9
Text Example
Text Example
White with #C53BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BA9; }
p { color: rgb(197,59,169); }
H1.HeaderClassName
{
color: #C53BA9;
}
.AnyTagClassName
{
color: #C53BA9;
}
</style>
background-color css
<style>
a { background-color: #C53BA9; }
a { background-color: rgb(197,59,169); }
div.DivClassName
{
background-color: #C53BA9;
}
.BgClassName
{
background-color: #C53BA9;
}
</style>
border-color css
<style>
span { border-color: #C53BA9; }
span { border-color: rgb(197,59,169); }
td.TdClassName
{
border-color: #C53BA9;
}
.TagClassName
{
border-color: #C53BA9;
}
</style>