Shades of Fuchsia #C44ABA
Tints of Fuchsia #C44ABA
RGB
CMYK
RGB Variations
Color information
#C44ABA (or 0xC44ABA) is known color: Fuchsia. HEX triplet: C4, 4A and BA. RGB value is (196,74,186). Sum of RGB (Red+Green+Blue) = 196+74+186=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C44ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ABA is #3BB545. Grayscale: #7A7A7A. Windows color (decimal): -3913030 or 12208836. OLE color: 12208836.
HSL color Cylindrical-coordinate representation of color #C44ABA: hue angle of 304.92º 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 #C44ABA is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 186 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.92º | 0.51% | 0.53% | - |
| HSV(B) | 304.92º | 0.62% | 0.77% | - |
| XYZ | 34.08 | 20.18 | 48.55 | - |
| YUV | 123.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 186 | 0 | 0.62 | 0.05 | 0.23 | 304.92 | 0.51 | 0.53 |
| Hex | C4 | 4A | BA | 0 | 3E | 5 | 17 | 131 | 33 | 35 |
| Octal | 304 | 112 | 272 | 0 | 76 | 5 | 27 | 461 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10111010 | 0 | 111110 | 101 | 10111 | 100110001 | 110011 | 110101 |
Color Harmonies of #C44ABA
Complementary color
Monochromatic Colors of #C44ABA
Black with #C44ABA
Text Example
Text Example
White with #C44ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44ABA; }
p { color: rgb(196,74,186); }
H1.HeaderClassName
{
color: #C44ABA;
}
.AnyTagClassName
{
color: #C44ABA;
}
</style>
background-color css
<style>
a { background-color: #C44ABA; }
a { background-color: rgb(196,74,186); }
div.DivClassName
{
background-color: #C44ABA;
}
.BgClassName
{
background-color: #C44ABA;
}
</style>
border-color css
<style>
span { border-color: #C44ABA; }
span { border-color: rgb(196,74,186); }
td.TdClassName
{
border-color: #C44ABA;
}
.TagClassName
{
border-color: #C44ABA;
}
</style>