Shades of Fuchsia #C044B9
Tints of Fuchsia #C044B9
RGB
CMYK
RGB Variations
Color information
#C044B9 (or 0xC044B9) is known color: Fuchsia. HEX triplet: C0, 44 and B9. RGB value is (192,68,185). Sum of RGB (Red+Green+Blue) = 192+68+185=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C044B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044B9 is #3FBB46. Grayscale: #767676. Windows color (decimal): -4176711 or 12141760. OLE color: 12141760.
HSL color Cylindrical-coordinate representation of color #C044B9: hue angle of 303.39º 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 #C044B9 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 185 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.25 |
| HSL | 303.39º | 0.5% | 0.51% | - |
| HSV(B) | 303.39º | 0.65% | 0.75% | - |
| XYZ | 32.56 | 18.84 | 47.82 | - |
| YUV | 118.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 185 | 0 | 0.65 | 0.04 | 0.25 | 303.39 | 0.5 | 0.51 |
| Hex | C0 | 44 | B9 | 0 | 41 | 4 | 19 | 12F | 32 | 33 |
| Octal | 300 | 104 | 271 | 0 | 101 | 4 | 31 | 457 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10111001 | 0 | 1000001 | 100 | 11001 | 100101111 | 110010 | 110011 |
Color Harmonies of #C044B9
Complementary color
Monochromatic Colors of #C044B9
Black with #C044B9
Text Example
Text Example
White with #C044B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044B9; }
p { color: rgb(192,68,185); }
H1.HeaderClassName
{
color: #C044B9;
}
.AnyTagClassName
{
color: #C044B9;
}
</style>
background-color css
<style>
a { background-color: #C044B9; }
a { background-color: rgb(192,68,185); }
div.DivClassName
{
background-color: #C044B9;
}
.BgClassName
{
background-color: #C044B9;
}
</style>
border-color css
<style>
span { border-color: #C044B9; }
span { border-color: rgb(192,68,185); }
td.TdClassName
{
border-color: #C044B9;
}
.TagClassName
{
border-color: #C044B9;
}
</style>