Shades of Fuchsia #C44DB5
Tints of Fuchsia #C44DB5
RGB
CMYK
RGB Variations
Color information
#C44DB5 (or 0xC44DB5) is known color: Fuchsia. HEX triplet: C4, 4D and B5. RGB value is (196,77,181). Sum of RGB (Red+Green+Blue) = 196+77+181=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DB5 is #3BB24A. Grayscale: #7C7C7C. Windows color (decimal): -3912267 or 11881924. OLE color: 11881924.
HSL color Cylindrical-coordinate representation of color #C44DB5: hue angle of 307.56º 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 #C44DB5 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 181 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.23 |
| HSL | 307.56º | 0.5% | 0.54% | - |
| HSV(B) | 307.56º | 0.61% | 0.77% | - |
| XYZ | 33.76 | 20.38 | 45.87 | - |
| YUV | 124.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 181 | 0 | 0.61 | 0.08 | 0.23 | 307.56 | 0.5 | 0.54 |
| Hex | C4 | 4D | B5 | 0 | 3D | 8 | 17 | 134 | 32 | 36 |
| Octal | 304 | 115 | 265 | 0 | 75 | 10 | 27 | 464 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10110101 | 0 | 111101 | 1000 | 10111 | 100110100 | 110010 | 110110 |
Color Harmonies of #C44DB5
Complementary color
Monochromatic Colors of #C44DB5
Black with #C44DB5
Text Example
Text Example
White with #C44DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DB5; }
p { color: rgb(196,77,181); }
H1.HeaderClassName
{
color: #C44DB5;
}
.AnyTagClassName
{
color: #C44DB5;
}
</style>
background-color css
<style>
a { background-color: #C44DB5; }
a { background-color: rgb(196,77,181); }
div.DivClassName
{
background-color: #C44DB5;
}
.BgClassName
{
background-color: #C44DB5;
}
</style>
border-color css
<style>
span { border-color: #C44DB5; }
span { border-color: rgb(196,77,181); }
td.TdClassName
{
border-color: #C44DB5;
}
.TagClassName
{
border-color: #C44DB5;
}
</style>