Shades of Fuchsia #C449AA
Tints of Fuchsia #C449AA
RGB
CMYK
RGB Variations
Color information
#C449AA (or 0xC449AA) is known color: Fuchsia. HEX triplet: C4, 49 and AA. RGB value is (196,73,170). Sum of RGB (Red+Green+Blue) = 196+73+170=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AA is #3BB655. Grayscale: #787878. Windows color (decimal): -3913302 or 11160004. OLE color: 11160004.
HSL color Cylindrical-coordinate representation of color #C449AA: hue angle of 312.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C449AA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 170 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.23 |
| HSL | 312.68º | 0.51% | 0.53% | - |
| HSV(B) | 312.68º | 0.63% | 0.77% | - |
| XYZ | 32.4 | 19.4 | 40.07 | - |
| YUV | 120.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 170 | 0 | 0.63 | 0.13 | 0.23 | 312.68 | 0.51 | 0.53 |
| Hex | C4 | 49 | AA | 0 | 3F | D | 17 | 139 | 33 | 35 |
| Octal | 304 | 111 | 252 | 0 | 77 | 15 | 27 | 471 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10101010 | 0 | 111111 | 1101 | 10111 | 100111001 | 110011 | 110101 |
Color Harmonies of #C449AA
Complementary color
Monochromatic Colors of #C449AA
Black with #C449AA
Text Example
Text Example
White with #C449AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449AA; }
p { color: rgb(196,73,170); }
H1.HeaderClassName
{
color: #C449AA;
}
.AnyTagClassName
{
color: #C449AA;
}
</style>
background-color css
<style>
a { background-color: #C449AA; }
a { background-color: rgb(196,73,170); }
div.DivClassName
{
background-color: #C449AA;
}
.BgClassName
{
background-color: #C449AA;
}
</style>
border-color css
<style>
span { border-color: #C449AA; }
span { border-color: rgb(196,73,170); }
td.TdClassName
{
border-color: #C449AA;
}
.TagClassName
{
border-color: #C449AA;
}
</style>