Shades of Fuchsia #C538AC
Tints of Fuchsia #C538AC
RGB
CMYK
RGB Variations
Color information
#C538AC (or 0xC538AC) is known color: Fuchsia. HEX triplet: C5, 38 and AC. RGB value is (197,56,172). Sum of RGB (Red+Green+Blue) = 197+56+172=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C538AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538AC is #3AC753. Grayscale: #6F6F6F. Windows color (decimal): -3852116 or 11286725. OLE color: 11286725.
HSL color Cylindrical-coordinate representation of color #C538AC: hue angle of 310.64º 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 #C538AC is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 172 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.23 |
| HSL | 310.64º | 0.56% | 0.5% | - |
| HSV(B) | 310.64º | 0.72% | 0.77% | - |
| XYZ | 31.89 | 17.68 | 40.76 | - |
| YUV | 111.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 172 | 0 | 0.72 | 0.13 | 0.23 | 310.64 | 0.56 | 0.5 |
| Hex | C5 | 38 | AC | 0 | 48 | D | 17 | 137 | 38 | 32 |
| Octal | 305 | 70 | 254 | 0 | 110 | 15 | 27 | 467 | 70 | 62 |
| Binary | 11000101 | 111000 | 10101100 | 0 | 1001000 | 1101 | 10111 | 100110111 | 111000 | 110010 |
Color Harmonies of #C538AC
Complementary color
Monochromatic Colors of #C538AC
Black with #C538AC
Text Example
Text Example
White with #C538AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538AC; }
p { color: rgb(197,56,172); }
H1.HeaderClassName
{
color: #C538AC;
}
.AnyTagClassName
{
color: #C538AC;
}
</style>
background-color css
<style>
a { background-color: #C538AC; }
a { background-color: rgb(197,56,172); }
div.DivClassName
{
background-color: #C538AC;
}
.BgClassName
{
background-color: #C538AC;
}
</style>
border-color css
<style>
span { border-color: #C538AC; }
span { border-color: rgb(197,56,172); }
td.TdClassName
{
border-color: #C538AC;
}
.TagClassName
{
border-color: #C538AC;
}
</style>