Shades of Fuchsia #C044AB
Tints of Fuchsia #C044AB
RGB
CMYK
RGB Variations
Color information
#C044AB (or 0xC044AB) is known color: Fuchsia. HEX triplet: C0, 44 and AB. RGB value is (192,68,171). Sum of RGB (Red+Green+Blue) = 192+68+171=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C044AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044AB is #3FBB54. Grayscale: #747474. Windows color (decimal): -4176725 or 11224256. OLE color: 11224256.
HSL color Cylindrical-coordinate representation of color #C044AB: hue angle of 310.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044AB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 171 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.25 |
| HSL | 310.16º | 0.5% | 0.51% | - |
| HSV(B) | 310.16º | 0.65% | 0.75% | - |
| XYZ | 31.16 | 18.28 | 40.41 | - |
| YUV | 116.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 171 | 0 | 0.65 | 0.11 | 0.25 | 310.16 | 0.5 | 0.51 |
| Hex | C0 | 44 | AB | 0 | 41 | B | 19 | 136 | 32 | 33 |
| Octal | 300 | 104 | 253 | 0 | 101 | 13 | 31 | 466 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10101011 | 0 | 1000001 | 1011 | 11001 | 100110110 | 110010 | 110011 |
Color Harmonies of #C044AB
Complementary color
Monochromatic Colors of #C044AB
Black with #C044AB
Text Example
Text Example
White with #C044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044AB; }
p { color: rgb(192,68,171); }
H1.HeaderClassName
{
color: #C044AB;
}
.AnyTagClassName
{
color: #C044AB;
}
</style>
background-color css
<style>
a { background-color: #C044AB; }
a { background-color: rgb(192,68,171); }
div.DivClassName
{
background-color: #C044AB;
}
.BgClassName
{
background-color: #C044AB;
}
</style>
border-color css
<style>
span { border-color: #C044AB; }
span { border-color: rgb(192,68,171); }
td.TdClassName
{
border-color: #C044AB;
}
.TagClassName
{
border-color: #C044AB;
}
</style>