Shades of Fuchsia #C53FAB
Tints of Fuchsia #C53FAB
RGB
CMYK
RGB Variations
Color information
#C53FAB (or 0xC53FAB) is known color: Fuchsia. HEX triplet: C5, 3F and AB. RGB value is (197,63,171). Sum of RGB (Red+Green+Blue) = 197+63+171=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53FAB is #3AC054. Grayscale: #737373. Windows color (decimal): -3850325 or 11222981. OLE color: 11222981.
HSL color Cylindrical-coordinate representation of color #C53FAB: hue angle of 311.64º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53FAB is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 171 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.23 |
| HSL | 311.64º | 0.54% | 0.51% | - |
| HSV(B) | 311.64º | 0.68% | 0.77% | - |
| XYZ | 32.15 | 18.37 | 40.38 | - |
| YUV | 115.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 171 | 0 | 0.68 | 0.13 | 0.23 | 311.64 | 0.54 | 0.51 |
| Hex | C5 | 3F | AB | 0 | 44 | D | 17 | 138 | 36 | 33 |
| Octal | 305 | 77 | 253 | 0 | 104 | 15 | 27 | 470 | 66 | 63 |
| Binary | 11000101 | 111111 | 10101011 | 0 | 1000100 | 1101 | 10111 | 100111000 | 110110 | 110011 |
Color Harmonies of #C53FAB
Complementary color
Monochromatic Colors of #C53FAB
Black with #C53FAB
Text Example
Text Example
White with #C53FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FAB; }
p { color: rgb(197,63,171); }
H1.HeaderClassName
{
color: #C53FAB;
}
.AnyTagClassName
{
color: #C53FAB;
}
</style>
background-color css
<style>
a { background-color: #C53FAB; }
a { background-color: rgb(197,63,171); }
div.DivClassName
{
background-color: #C53FAB;
}
.BgClassName
{
background-color: #C53FAB;
}
</style>
border-color css
<style>
span { border-color: #C53FAB; }
span { border-color: rgb(197,63,171); }
td.TdClassName
{
border-color: #C53FAB;
}
.TagClassName
{
border-color: #C53FAB;
}
</style>