Shades of Fuchsia #C44DB1
Tints of Fuchsia #C44DB1
RGB
CMYK
RGB Variations
Color information
#C44DB1 (or 0xC44DB1) is known color: Fuchsia. HEX triplet: C4, 4D and B1. RGB value is (196,77,177). Sum of RGB (Red+Green+Blue) = 196+77+177=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DB1 is #3BB24E. Grayscale: #7B7B7B. Windows color (decimal): -3912271 or 11619780. OLE color: 11619780.
HSL color Cylindrical-coordinate representation of color #C44DB1: hue angle of 309.58º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44DB1 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 177 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.23 |
| HSL | 309.58º | 0.5% | 0.54% | - |
| HSV(B) | 309.58º | 0.61% | 0.77% | - |
| XYZ | 33.35 | 20.22 | 43.74 | - |
| YUV | 123.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 177 | 0 | 0.61 | 0.10 | 0.23 | 309.58 | 0.5 | 0.54 |
| Hex | C4 | 4D | B1 | 0 | 3D | A | 17 | 136 | 32 | 36 |
| Octal | 304 | 115 | 261 | 0 | 75 | 12 | 27 | 466 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10110001 | 0 | 111101 | 1010 | 10111 | 100110110 | 110010 | 110110 |
Color Harmonies of #C44DB1
Complementary color
Monochromatic Colors of #C44DB1
Black with #C44DB1
Text Example
Text Example
White with #C44DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DB1; }
p { color: rgb(196,77,177); }
H1.HeaderClassName
{
color: #C44DB1;
}
.AnyTagClassName
{
color: #C44DB1;
}
</style>
background-color css
<style>
a { background-color: #C44DB1; }
a { background-color: rgb(196,77,177); }
div.DivClassName
{
background-color: #C44DB1;
}
.BgClassName
{
background-color: #C44DB1;
}
</style>
border-color css
<style>
span { border-color: #C44DB1; }
span { border-color: rgb(196,77,177); }
td.TdClassName
{
border-color: #C44DB1;
}
.TagClassName
{
border-color: #C44DB1;
}
</style>