Shades of Fuchsia #C44AAB
Tints of Fuchsia #C44AAB
RGB
CMYK
RGB Variations
Color information
#C44AAB (or 0xC44AAB) is known color: Fuchsia. HEX triplet: C4, 4A and AB. RGB value is (196,74,171). Sum of RGB (Red+Green+Blue) = 196+74+171=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44AAB is #3BB554. Grayscale: #797979. Windows color (decimal): -3913045 or 11225796. OLE color: 11225796.
HSL color Cylindrical-coordinate representation of color #C44AAB: hue angle of 312.3º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44AAB is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 171 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.23 |
| HSL | 312.3º | 0.51% | 0.53% | - |
| HSV(B) | 312.3º | 0.62% | 0.77% | - |
| XYZ | 32.56 | 19.57 | 40.59 | - |
| YUV | 121.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 171 | 0 | 0.62 | 0.13 | 0.23 | 312.3 | 0.51 | 0.53 |
| Hex | C4 | 4A | AB | 0 | 3E | D | 17 | 138 | 33 | 35 |
| Octal | 304 | 112 | 253 | 0 | 76 | 15 | 27 | 470 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10101011 | 0 | 111110 | 1101 | 10111 | 100111000 | 110011 | 110101 |
Color Harmonies of #C44AAB
Complementary color
Monochromatic Colors of #C44AAB
Black with #C44AAB
Text Example
Text Example
White with #C44AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AAB; }
p { color: rgb(196,74,171); }
H1.HeaderClassName
{
color: #C44AAB;
}
.AnyTagClassName
{
color: #C44AAB;
}
</style>
background-color css
<style>
a { background-color: #C44AAB; }
a { background-color: rgb(196,74,171); }
div.DivClassName
{
background-color: #C44AAB;
}
.BgClassName
{
background-color: #C44AAB;
}
</style>
border-color css
<style>
span { border-color: #C44AAB; }
span { border-color: rgb(196,74,171); }
td.TdClassName
{
border-color: #C44AAB;
}
.TagClassName
{
border-color: #C44AAB;
}
</style>