Shades of Fuchsia #C44AAA
Tints of Fuchsia #C44AAA
RGB
CMYK
RGB Variations
Color information
#C44AAA (or 0xC44AAA) is known color: Fuchsia. HEX triplet: C4, 4A and AA. RGB value is (196,74,170). Sum of RGB (Red+Green+Blue) = 196+74+170=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44AAA is #3BB555. Grayscale: #797979. Windows color (decimal): -3913046 or 11160260. OLE color: 11160260.
HSL color Cylindrical-coordinate representation of color #C44AAA: hue angle of 312.79º 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 #C44AAA is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 170 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.23 |
| HSL | 312.79º | 0.51% | 0.53% | - |
| HSV(B) | 312.79º | 0.62% | 0.77% | - |
| XYZ | 32.47 | 19.54 | 40.09 | - |
| YUV | 121.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 170 | 0 | 0.62 | 0.13 | 0.23 | 312.79 | 0.51 | 0.53 |
| Hex | C4 | 4A | AA | 0 | 3E | D | 17 | 139 | 33 | 35 |
| Octal | 304 | 112 | 252 | 0 | 76 | 15 | 27 | 471 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10101010 | 0 | 111110 | 1101 | 10111 | 100111001 | 110011 | 110101 |
Color Harmonies of #C44AAA
Complementary color
Monochromatic Colors of #C44AAA
Black with #C44AAA
Text Example
Text Example
White with #C44AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AAA; }
p { color: rgb(196,74,170); }
H1.HeaderClassName
{
color: #C44AAA;
}
.AnyTagClassName
{
color: #C44AAA;
}
</style>
background-color css
<style>
a { background-color: #C44AAA; }
a { background-color: rgb(196,74,170); }
div.DivClassName
{
background-color: #C44AAA;
}
.BgClassName
{
background-color: #C44AAA;
}
</style>
border-color css
<style>
span { border-color: #C44AAA; }
span { border-color: rgb(196,74,170); }
td.TdClassName
{
border-color: #C44AAA;
}
.TagClassName
{
border-color: #C44AAA;
}
</style>