Shades of Fuchsia #C44CA9
Tints of Fuchsia #C44CA9
RGB
CMYK
RGB Variations
Color information
#C44CA9 (or 0xC44CA9) is known color: Fuchsia. HEX triplet: C4, 4C and A9. RGB value is (196,76,169). Sum of RGB (Red+Green+Blue) = 196+76+169=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CA9 is #3BB356. Grayscale: #7A7A7A. Windows color (decimal): -3912535 or 11095236. OLE color: 11095236.
HSL color Cylindrical-coordinate representation of color #C44CA9: hue angle of 313.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CA9 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 169 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.23 |
| HSL | 313.5º | 0.5% | 0.53% | - |
| HSV(B) | 313.5º | 0.61% | 0.77% | - |
| XYZ | 32.51 | 19.77 | 39.64 | - |
| YUV | 122.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 169 | 0 | 0.61 | 0.14 | 0.23 | 313.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | A9 | 0 | 3D | E | 17 | 13A | 32 | 35 |
| Octal | 304 | 114 | 251 | 0 | 75 | 16 | 27 | 472 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10101001 | 0 | 111101 | 1110 | 10111 | 100111010 | 110010 | 110101 |
Color Harmonies of #C44CA9
Complementary color
Monochromatic Colors of #C44CA9
Black with #C44CA9
Text Example
Text Example
White with #C44CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CA9; }
p { color: rgb(196,76,169); }
H1.HeaderClassName
{
color: #C44CA9;
}
.AnyTagClassName
{
color: #C44CA9;
}
</style>
background-color css
<style>
a { background-color: #C44CA9; }
a { background-color: rgb(196,76,169); }
div.DivClassName
{
background-color: #C44CA9;
}
.BgClassName
{
background-color: #C44CA9;
}
</style>
border-color css
<style>
span { border-color: #C44CA9; }
span { border-color: rgb(196,76,169); }
td.TdClassName
{
border-color: #C44CA9;
}
.TagClassName
{
border-color: #C44CA9;
}
</style>