Shades of Fuchsia #C44DAC
Tints of Fuchsia #C44DAC
RGB
CMYK
RGB Variations
Color information
#C44DAC (or 0xC44DAC) is known color: Fuchsia. HEX triplet: C4, 4D and AC. RGB value is (196,77,172). Sum of RGB (Red+Green+Blue) = 196+77+172=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DAC is #3BB253. Grayscale: #7B7B7B. Windows color (decimal): -3912276 or 11292100. OLE color: 11292100.
HSL color Cylindrical-coordinate representation of color #C44DAC: hue angle of 312.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44DAC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 172 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.23 |
| HSL | 312.1º | 0.5% | 0.54% | - |
| HSV(B) | 312.1º | 0.61% | 0.77% | - |
| XYZ | 32.87 | 20.02 | 41.16 | - |
| YUV | 123.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 172 | 0 | 0.61 | 0.12 | 0.23 | 312.1 | 0.5 | 0.54 |
| Hex | C4 | 4D | AC | 0 | 3D | C | 17 | 138 | 32 | 36 |
| Octal | 304 | 115 | 254 | 0 | 75 | 14 | 27 | 470 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10101100 | 0 | 111101 | 1100 | 10111 | 100111000 | 110010 | 110110 |
Color Harmonies of #C44DAC
Complementary color
Monochromatic Colors of #C44DAC
Black with #C44DAC
Text Example
Text Example
White with #C44DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DAC; }
p { color: rgb(196,77,172); }
H1.HeaderClassName
{
color: #C44DAC;
}
.AnyTagClassName
{
color: #C44DAC;
}
</style>
background-color css
<style>
a { background-color: #C44DAC; }
a { background-color: rgb(196,77,172); }
div.DivClassName
{
background-color: #C44DAC;
}
.BgClassName
{
background-color: #C44DAC;
}
</style>
border-color css
<style>
span { border-color: #C44DAC; }
span { border-color: rgb(196,77,172); }
td.TdClassName
{
border-color: #C44DAC;
}
.TagClassName
{
border-color: #C44DAC;
}
</style>