Shades of Fuchsia #C449AB
Tints of Fuchsia #C449AB
RGB
CMYK
RGB Variations
Color information
#C449AB (or 0xC449AB) is known color: Fuchsia. HEX triplet: C4, 49 and AB. RGB value is (196,73,171). Sum of RGB (Red+Green+Blue) = 196+73+171=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AB is #3BB654. Grayscale: #787878. Windows color (decimal): -3913301 or 11225540. OLE color: 11225540.
HSL color Cylindrical-coordinate representation of color #C449AB: hue angle of 312.2º 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 #C449AB is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 171 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.23 |
| HSL | 312.2º | 0.51% | 0.53% | - |
| HSV(B) | 312.2º | 0.63% | 0.77% | - |
| XYZ | 32.5 | 19.44 | 40.57 | - |
| YUV | 120.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 171 | 0 | 0.63 | 0.13 | 0.23 | 312.2 | 0.51 | 0.53 |
| Hex | C4 | 49 | AB | 0 | 3F | D | 17 | 138 | 33 | 35 |
| Octal | 304 | 111 | 253 | 0 | 77 | 15 | 27 | 470 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10101011 | 0 | 111111 | 1101 | 10111 | 100111000 | 110011 | 110101 |
Color Harmonies of #C449AB
Complementary color
Monochromatic Colors of #C449AB
Black with #C449AB
Text Example
Text Example
White with #C449AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449AB; }
p { color: rgb(196,73,171); }
H1.HeaderClassName
{
color: #C449AB;
}
.AnyTagClassName
{
color: #C449AB;
}
</style>
background-color css
<style>
a { background-color: #C449AB; }
a { background-color: rgb(196,73,171); }
div.DivClassName
{
background-color: #C449AB;
}
.BgClassName
{
background-color: #C449AB;
}
</style>
border-color css
<style>
span { border-color: #C449AB; }
span { border-color: rgb(196,73,171); }
td.TdClassName
{
border-color: #C449AB;
}
.TagClassName
{
border-color: #C449AB;
}
</style>