Shades of Fuchsia #C44BAC
Tints of Fuchsia #C44BAC
RGB
CMYK
RGB Variations
Color information
#C44BAC (or 0xC44BAC) is known color: Fuchsia. HEX triplet: C4, 4B and AC. RGB value is (196,75,172). Sum of RGB (Red+Green+Blue) = 196+75+172=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BAC is #3BB453. Grayscale: #797979. Windows color (decimal): -3912788 or 11291588. OLE color: 11291588.
HSL color Cylindrical-coordinate representation of color #C44BAC: hue angle of 311.9º 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 #C44BAC is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 172 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.23 |
| HSL | 311.9º | 0.51% | 0.53% | - |
| HSV(B) | 311.9º | 0.62% | 0.77% | - |
| XYZ | 32.73 | 19.75 | 41.12 | - |
| YUV | 122.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 172 | 0 | 0.62 | 0.12 | 0.23 | 311.9 | 0.51 | 0.53 |
| Hex | C4 | 4B | AC | 0 | 3E | C | 17 | 138 | 33 | 35 |
| Octal | 304 | 113 | 254 | 0 | 76 | 14 | 27 | 470 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10101100 | 0 | 111110 | 1100 | 10111 | 100111000 | 110011 | 110101 |
Color Harmonies of #C44BAC
Complementary color
Monochromatic Colors of #C44BAC
Black with #C44BAC
Text Example
Text Example
White with #C44BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BAC; }
p { color: rgb(196,75,172); }
H1.HeaderClassName
{
color: #C44BAC;
}
.AnyTagClassName
{
color: #C44BAC;
}
</style>
background-color css
<style>
a { background-color: #C44BAC; }
a { background-color: rgb(196,75,172); }
div.DivClassName
{
background-color: #C44BAC;
}
.BgClassName
{
background-color: #C44BAC;
}
</style>
border-color css
<style>
span { border-color: #C44BAC; }
span { border-color: rgb(196,75,172); }
td.TdClassName
{
border-color: #C44BAC;
}
.TagClassName
{
border-color: #C44BAC;
}
</style>