Shades of Fuchsia #C449AC
Tints of Fuchsia #C449AC
RGB
CMYK
RGB Variations
Color information
#C449AC (or 0xC449AC) is known color: Fuchsia. HEX triplet: C4, 49 and AC. RGB value is (196,73,172). Sum of RGB (Red+Green+Blue) = 196+73+172=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AC is #3BB653. Grayscale: #787878. Windows color (decimal): -3913300 or 11291076. OLE color: 11291076.
HSL color Cylindrical-coordinate representation of color #C449AC: hue angle of 311.71º 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 #C449AC is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 172 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.23 |
| HSL | 311.71º | 0.51% | 0.53% | - |
| HSV(B) | 311.71º | 0.63% | 0.77% | - |
| XYZ | 32.59 | 19.48 | 41.07 | - |
| YUV | 121.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 172 | 0 | 0.63 | 0.12 | 0.23 | 311.71 | 0.51 | 0.53 |
| Hex | C4 | 49 | AC | 0 | 3F | C | 17 | 138 | 33 | 35 |
| Octal | 304 | 111 | 254 | 0 | 77 | 14 | 27 | 470 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10101100 | 0 | 111111 | 1100 | 10111 | 100111000 | 110011 | 110101 |
Color Harmonies of #C449AC
Complementary color
Monochromatic Colors of #C449AC
Black with #C449AC
Text Example
Text Example
White with #C449AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449AC; }
p { color: rgb(196,73,172); }
H1.HeaderClassName
{
color: #C449AC;
}
.AnyTagClassName
{
color: #C449AC;
}
</style>
background-color css
<style>
a { background-color: #C449AC; }
a { background-color: rgb(196,73,172); }
div.DivClassName
{
background-color: #C449AC;
}
.BgClassName
{
background-color: #C449AC;
}
</style>
border-color css
<style>
span { border-color: #C449AC; }
span { border-color: rgb(196,73,172); }
td.TdClassName
{
border-color: #C449AC;
}
.TagClassName
{
border-color: #C449AC;
}
</style>