Shades of Fuchsia #C44DAB
Tints of Fuchsia #C44DAB
RGB
CMYK
RGB Variations
Color information
#C44DAB (or 0xC44DAB) is known color: Fuchsia. HEX triplet: C4, 4D and AB. RGB value is (196,77,171). Sum of RGB (Red+Green+Blue) = 196+77+171=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DAB is #3BB254. Grayscale: #7B7B7B. Windows color (decimal): -3912277 or 11226564. OLE color: 11226564.
HSL color Cylindrical-coordinate representation of color #C44DAB: hue angle of 312.61º 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 #C44DAB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 171 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.23 |
| HSL | 312.61º | 0.5% | 0.54% | - |
| HSV(B) | 312.61º | 0.61% | 0.77% | - |
| XYZ | 32.77 | 19.98 | 40.66 | - |
| YUV | 123.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 171 | 0 | 0.61 | 0.13 | 0.23 | 312.61 | 0.5 | 0.54 |
| Hex | C4 | 4D | AB | 0 | 3D | D | 17 | 139 | 32 | 36 |
| Octal | 304 | 115 | 253 | 0 | 75 | 15 | 27 | 471 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10101011 | 0 | 111101 | 1101 | 10111 | 100111001 | 110010 | 110110 |
Color Harmonies of #C44DAB
Complementary color
Monochromatic Colors of #C44DAB
Black with #C44DAB
Text Example
Text Example
White with #C44DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DAB; }
p { color: rgb(196,77,171); }
H1.HeaderClassName
{
color: #C44DAB;
}
.AnyTagClassName
{
color: #C44DAB;
}
</style>
background-color css
<style>
a { background-color: #C44DAB; }
a { background-color: rgb(196,77,171); }
div.DivClassName
{
background-color: #C44DAB;
}
.BgClassName
{
background-color: #C44DAB;
}
</style>
border-color css
<style>
span { border-color: #C44DAB; }
span { border-color: rgb(196,77,171); }
td.TdClassName
{
border-color: #C44DAB;
}
.TagClassName
{
border-color: #C44DAB;
}
</style>