Shades of Fuchsia #C53CAB
Tints of Fuchsia #C53CAB
RGB
CMYK
RGB Variations
Color information
#C53CAB (or 0xC53CAB) is known color: Fuchsia. HEX triplet: C5, 3C and AB. RGB value is (197,60,171). Sum of RGB (Red+Green+Blue) = 197+60+171=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53CAB is #3AC354. Grayscale: #717171. Windows color (decimal): -3851093 or 11222213. OLE color: 11222213.
HSL color Cylindrical-coordinate representation of color #C53CAB: hue angle of 311.39º 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 #C53CAB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 171 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.23 |
| HSL | 311.39º | 0.54% | 0.5% | - |
| HSV(B) | 311.39º | 0.7% | 0.77% | - |
| XYZ | 31.99 | 18.04 | 40.32 | - |
| YUV | 113.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 171 | 0 | 0.70 | 0.13 | 0.23 | 311.39 | 0.54 | 0.5 |
| Hex | C5 | 3C | AB | 0 | 46 | D | 17 | 137 | 36 | 32 |
| Octal | 305 | 74 | 253 | 0 | 106 | 15 | 27 | 467 | 66 | 62 |
| Binary | 11000101 | 111100 | 10101011 | 0 | 1000110 | 1101 | 10111 | 100110111 | 110110 | 110010 |
Color Harmonies of #C53CAB
Complementary color
Monochromatic Colors of #C53CAB
Black with #C53CAB
Text Example
Text Example
White with #C53CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CAB; }
p { color: rgb(197,60,171); }
H1.HeaderClassName
{
color: #C53CAB;
}
.AnyTagClassName
{
color: #C53CAB;
}
</style>
background-color css
<style>
a { background-color: #C53CAB; }
a { background-color: rgb(197,60,171); }
div.DivClassName
{
background-color: #C53CAB;
}
.BgClassName
{
background-color: #C53CAB;
}
</style>
border-color css
<style>
span { border-color: #C53CAB; }
span { border-color: rgb(197,60,171); }
td.TdClassName
{
border-color: #C53CAB;
}
.TagClassName
{
border-color: #C53CAB;
}
</style>