Shades of Fuchsia #C539AB
Tints of Fuchsia #C539AB
RGB
CMYK
RGB Variations
Color information
#C539AB (or 0xC539AB) is known color: Fuchsia. HEX triplet: C5, 39 and AB. RGB value is (197,57,171). Sum of RGB (Red+Green+Blue) = 197+57+171=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C539AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539AB is #3AC654. Grayscale: #6F6F6F. Windows color (decimal): -3851861 or 11221445. OLE color: 11221445.
HSL color Cylindrical-coordinate representation of color #C539AB: hue angle of 311.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C539AB is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 171 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.23 |
| HSL | 311.14º | 0.55% | 0.5% | - |
| HSV(B) | 311.14º | 0.71% | 0.77% | - |
| XYZ | 31.84 | 17.74 | 40.27 | - |
| YUV | 111.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 171 | 0 | 0.71 | 0.13 | 0.23 | 311.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | AB | 0 | 47 | D | 17 | 137 | 37 | 32 |
| Octal | 305 | 71 | 253 | 0 | 107 | 15 | 27 | 467 | 67 | 62 |
| Binary | 11000101 | 111001 | 10101011 | 0 | 1000111 | 1101 | 10111 | 100110111 | 110111 | 110010 |
Color Harmonies of #C539AB
Complementary color
Monochromatic Colors of #C539AB
Black with #C539AB
Text Example
Text Example
White with #C539AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539AB; }
p { color: rgb(197,57,171); }
H1.HeaderClassName
{
color: #C539AB;
}
.AnyTagClassName
{
color: #C539AB;
}
</style>
background-color css
<style>
a { background-color: #C539AB; }
a { background-color: rgb(197,57,171); }
div.DivClassName
{
background-color: #C539AB;
}
.BgClassName
{
background-color: #C539AB;
}
</style>
border-color css
<style>
span { border-color: #C539AB; }
span { border-color: rgb(197,57,171); }
td.TdClassName
{
border-color: #C539AB;
}
.TagClassName
{
border-color: #C539AB;
}
</style>