Shades of Fuchsia #C44CAC
Tints of Fuchsia #C44CAC
RGB
CMYK
RGB Variations
Color information
#C44CAC (or 0xC44CAC) is known color: Fuchsia. HEX triplet: C4, 4C and AC. RGB value is (196,76,172). Sum of RGB (Red+Green+Blue) = 196+76+172=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CAC is #3BB353. Grayscale: #7A7A7A. Windows color (decimal): -3912532 or 11291844. OLE color: 11291844.
HSL color Cylindrical-coordinate representation of color #C44CAC: hue angle of 312º 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 #C44CAC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 172 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.23 |
| HSL | 312º | 0.5% | 0.53% | - |
| HSV(B) | 312º | 0.61% | 0.77% | - |
| XYZ | 32.8 | 19.88 | 41.14 | - |
| YUV | 122.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 172 | 0 | 0.61 | 0.12 | 0.23 | 312 | 0.5 | 0.53 |
| Hex | C4 | 4C | AC | 0 | 3D | C | 17 | 138 | 32 | 35 |
| Octal | 304 | 114 | 254 | 0 | 75 | 14 | 27 | 470 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10101100 | 0 | 111101 | 1100 | 10111 | 100111000 | 110010 | 110101 |
Color Harmonies of #C44CAC
Complementary color
Monochromatic Colors of #C44CAC
Black with #C44CAC
Text Example
Text Example
White with #C44CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CAC; }
p { color: rgb(196,76,172); }
H1.HeaderClassName
{
color: #C44CAC;
}
.AnyTagClassName
{
color: #C44CAC;
}
</style>
background-color css
<style>
a { background-color: #C44CAC; }
a { background-color: rgb(196,76,172); }
div.DivClassName
{
background-color: #C44CAC;
}
.BgClassName
{
background-color: #C44CAC;
}
</style>
border-color css
<style>
span { border-color: #C44CAC; }
span { border-color: rgb(196,76,172); }
td.TdClassName
{
border-color: #C44CAC;
}
.TagClassName
{
border-color: #C44CAC;
}
</style>