Shades of Fuchsia #C53BAB
Tints of Fuchsia #C53BAB
RGB
CMYK
RGB Variations
Color information
#C53BAB (or 0xC53BAB) is known color: Fuchsia. HEX triplet: C5, 3B and AB. RGB value is (197,59,171). Sum of RGB (Red+Green+Blue) = 197+59+171=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BAB is #3AC454. Grayscale: #707070. Windows color (decimal): -3851349 or 11221957. OLE color: 11221957.
HSL color Cylindrical-coordinate representation of color #C53BAB: hue angle of 311.3º 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 #C53BAB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 171 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.23 |
| HSL | 311.3º | 0.54% | 0.5% | - |
| HSV(B) | 311.3º | 0.7% | 0.77% | - |
| XYZ | 31.94 | 17.94 | 40.31 | - |
| YUV | 113.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 171 | 0 | 0.70 | 0.13 | 0.23 | 311.3 | 0.54 | 0.5 |
| Hex | C5 | 3B | AB | 0 | 46 | D | 17 | 137 | 36 | 32 |
| Octal | 305 | 73 | 253 | 0 | 106 | 15 | 27 | 467 | 66 | 62 |
| Binary | 11000101 | 111011 | 10101011 | 0 | 1000110 | 1101 | 10111 | 100110111 | 110110 | 110010 |
Color Harmonies of #C53BAB
Complementary color
Monochromatic Colors of #C53BAB
Black with #C53BAB
Text Example
Text Example
White with #C53BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BAB; }
p { color: rgb(197,59,171); }
H1.HeaderClassName
{
color: #C53BAB;
}
.AnyTagClassName
{
color: #C53BAB;
}
</style>
background-color css
<style>
a { background-color: #C53BAB; }
a { background-color: rgb(197,59,171); }
div.DivClassName
{
background-color: #C53BAB;
}
.BgClassName
{
background-color: #C53BAB;
}
</style>
border-color css
<style>
span { border-color: #C53BAB; }
span { border-color: rgb(197,59,171); }
td.TdClassName
{
border-color: #C53BAB;
}
.TagClassName
{
border-color: #C53BAB;
}
</style>