Shades of Fuchsia #C53DAB
Tints of Fuchsia #C53DAB
RGB
CMYK
RGB Variations
Color information
#C53DAB (or 0xC53DAB) is known color: Fuchsia. HEX triplet: C5, 3D and AB. RGB value is (197,61,171). Sum of RGB (Red+Green+Blue) = 197+61+171=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DAB is #3AC254. Grayscale: #717171. Windows color (decimal): -3850837 or 11222469. OLE color: 11222469.
HSL color Cylindrical-coordinate representation of color #C53DAB: hue angle of 311.47º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DAB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 171 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.23 |
| HSL | 311.47º | 0.54% | 0.51% | - |
| HSV(B) | 311.47º | 0.69% | 0.77% | - |
| XYZ | 32.05 | 18.15 | 40.34 | - |
| YUV | 114.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 171 | 0 | 0.69 | 0.13 | 0.23 | 311.47 | 0.54 | 0.51 |
| Hex | C5 | 3D | AB | 0 | 45 | D | 17 | 137 | 36 | 33 |
| Octal | 305 | 75 | 253 | 0 | 105 | 15 | 27 | 467 | 66 | 63 |
| Binary | 11000101 | 111101 | 10101011 | 0 | 1000101 | 1101 | 10111 | 100110111 | 110110 | 110011 |
Color Harmonies of #C53DAB
Complementary color
Monochromatic Colors of #C53DAB
Black with #C53DAB
Text Example
Text Example
White with #C53DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DAB; }
p { color: rgb(197,61,171); }
H1.HeaderClassName
{
color: #C53DAB;
}
.AnyTagClassName
{
color: #C53DAB;
}
</style>
background-color css
<style>
a { background-color: #C53DAB; }
a { background-color: rgb(197,61,171); }
div.DivClassName
{
background-color: #C53DAB;
}
.BgClassName
{
background-color: #C53DAB;
}
</style>
border-color css
<style>
span { border-color: #C53DAB; }
span { border-color: rgb(197,61,171); }
td.TdClassName
{
border-color: #C53DAB;
}
.TagClassName
{
border-color: #C53DAB;
}
</style>