Shades of Fuchsia #C53AB3
Tints of Fuchsia #C53AB3
RGB
CMYK
RGB Variations
Color information
#C53AB3 (or 0xC53AB3) is known color: Fuchsia. HEX triplet: C5, 3A and B3. RGB value is (197,58,179). Sum of RGB (Red+Green+Blue) = 197+58+179=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AB3 is #3AC54C. Grayscale: #717171. Windows color (decimal): -3851597 or 11745989. OLE color: 11745989.
HSL color Cylindrical-coordinate representation of color #C53AB3: hue angle of 307.77º 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 #C53AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 179 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.23 |
| HSL | 307.77º | 0.55% | 0.5% | - |
| HSV(B) | 307.77º | 0.71% | 0.77% | - |
| XYZ | 32.68 | 18.15 | 44.43 | - |
| YUV | 113.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 179 | 0 | 0.71 | 0.09 | 0.23 | 307.77 | 0.55 | 0.5 |
| Hex | C5 | 3A | B3 | 0 | 47 | 9 | 17 | 134 | 37 | 32 |
| Octal | 305 | 72 | 263 | 0 | 107 | 11 | 27 | 464 | 67 | 62 |
| Binary | 11000101 | 111010 | 10110011 | 0 | 1000111 | 1001 | 10111 | 100110100 | 110111 | 110010 |
Color Harmonies of #C53AB3
Complementary color
Monochromatic Colors of #C53AB3
Black with #C53AB3
Text Example
Text Example
White with #C53AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AB3; }
p { color: rgb(197,58,179); }
H1.HeaderClassName
{
color: #C53AB3;
}
.AnyTagClassName
{
color: #C53AB3;
}
</style>
background-color css
<style>
a { background-color: #C53AB3; }
a { background-color: rgb(197,58,179); }
div.DivClassName
{
background-color: #C53AB3;
}
.BgClassName
{
background-color: #C53AB3;
}
</style>
border-color css
<style>
span { border-color: #C53AB3; }
span { border-color: rgb(197,58,179); }
td.TdClassName
{
border-color: #C53AB3;
}
.TagClassName
{
border-color: #C53AB3;
}
</style>