Shades of Fuchsia #C53AB9
Tints of Fuchsia #C53AB9
RGB
CMYK
RGB Variations
Color information
#C53AB9 (or 0xC53AB9) is known color: Fuchsia. HEX triplet: C5, 3A and B9. RGB value is (197,58,185). Sum of RGB (Red+Green+Blue) = 197+58+185=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AB9 is #3AC546. Grayscale: #717171. Windows color (decimal): -3851591 or 12139205. OLE color: 12139205.
HSL color Cylindrical-coordinate representation of color #C53AB9: hue angle of 305.18º 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 #C53AB9 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 185 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.23 |
| HSL | 305.18º | 0.55% | 0.5% | - |
| HSV(B) | 305.18º | 0.71% | 0.77% | - |
| XYZ | 33.3 | 18.4 | 47.7 | - |
| YUV | 114.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 185 | 0 | 0.71 | 0.06 | 0.23 | 305.18 | 0.55 | 0.5 |
| Hex | C5 | 3A | B9 | 0 | 47 | 6 | 17 | 131 | 37 | 32 |
| Octal | 305 | 72 | 271 | 0 | 107 | 6 | 27 | 461 | 67 | 62 |
| Binary | 11000101 | 111010 | 10111001 | 0 | 1000111 | 110 | 10111 | 100110001 | 110111 | 110010 |
Color Harmonies of #C53AB9
Complementary color
Monochromatic Colors of #C53AB9
Black with #C53AB9
Text Example
Text Example
White with #C53AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AB9; }
p { color: rgb(197,58,185); }
H1.HeaderClassName
{
color: #C53AB9;
}
.AnyTagClassName
{
color: #C53AB9;
}
</style>
background-color css
<style>
a { background-color: #C53AB9; }
a { background-color: rgb(197,58,185); }
div.DivClassName
{
background-color: #C53AB9;
}
.BgClassName
{
background-color: #C53AB9;
}
</style>
border-color css
<style>
span { border-color: #C53AB9; }
span { border-color: rgb(197,58,185); }
td.TdClassName
{
border-color: #C53AB9;
}
.TagClassName
{
border-color: #C53AB9;
}
</style>