Shades of Fuchsia #C538AB
Tints of Fuchsia #C538AB
RGB
CMYK
RGB Variations
Color information
#C538AB (or 0xC538AB) is known color: Fuchsia. HEX triplet: C5, 38 and AB. RGB value is (197,56,171). Sum of RGB (Red+Green+Blue) = 197+56+171=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C538AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538AB is #3AC754. Grayscale: #6E6E6E. Windows color (decimal): -3852117 or 11221189. OLE color: 11221189.
HSL color Cylindrical-coordinate representation of color #C538AB: hue angle of 311.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538AB is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 171 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.23 |
| HSL | 311.06º | 0.56% | 0.5% | - |
| HSV(B) | 311.06º | 0.72% | 0.77% | - |
| XYZ | 31.79 | 17.64 | 40.26 | - |
| YUV | 111.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 171 | 0 | 0.72 | 0.13 | 0.23 | 311.06 | 0.56 | 0.5 |
| Hex | C5 | 38 | AB | 0 | 48 | D | 17 | 137 | 38 | 32 |
| Octal | 305 | 70 | 253 | 0 | 110 | 15 | 27 | 467 | 70 | 62 |
| Binary | 11000101 | 111000 | 10101011 | 0 | 1001000 | 1101 | 10111 | 100110111 | 111000 | 110010 |
Color Harmonies of #C538AB
Complementary color
Monochromatic Colors of #C538AB
Black with #C538AB
Text Example
Text Example
White with #C538AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538AB; }
p { color: rgb(197,56,171); }
H1.HeaderClassName
{
color: #C538AB;
}
.AnyTagClassName
{
color: #C538AB;
}
</style>
background-color css
<style>
a { background-color: #C538AB; }
a { background-color: rgb(197,56,171); }
div.DivClassName
{
background-color: #C538AB;
}
.BgClassName
{
background-color: #C538AB;
}
</style>
border-color css
<style>
span { border-color: #C538AB; }
span { border-color: rgb(197,56,171); }
td.TdClassName
{
border-color: #C538AB;
}
.TagClassName
{
border-color: #C538AB;
}
</style>