Shades of Fuchsia #C049B9
Tints of Fuchsia #C049B9
RGB
CMYK
RGB Variations
Color information
#C049B9 (or 0xC049B9) is known color: Fuchsia. HEX triplet: C0, 49 and B9. RGB value is (192,73,185). Sum of RGB (Red+Green+Blue) = 192+73+185=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C049B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049B9 is #3FB646. Grayscale: #797979. Windows color (decimal): -4175431 or 12143040. OLE color: 12143040.
HSL color Cylindrical-coordinate representation of color #C049B9: hue angle of 303.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049B9 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 185 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.25 |
| HSL | 303.53º | 0.49% | 0.52% | - |
| HSV(B) | 303.53º | 0.62% | 0.75% | - |
| XYZ | 32.88 | 19.47 | 47.93 | - |
| YUV | 121.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 185 | 0 | 0.62 | 0.04 | 0.25 | 303.53 | 0.49 | 0.52 |
| Hex | C0 | 49 | B9 | 0 | 3E | 4 | 19 | 130 | 31 | 34 |
| Octal | 300 | 111 | 271 | 0 | 76 | 4 | 31 | 460 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10111001 | 0 | 111110 | 100 | 11001 | 100110000 | 110001 | 110100 |
Color Harmonies of #C049B9
Complementary color
Monochromatic Colors of #C049B9
Black with #C049B9
Text Example
Text Example
White with #C049B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049B9; }
p { color: rgb(192,73,185); }
H1.HeaderClassName
{
color: #C049B9;
}
.AnyTagClassName
{
color: #C049B9;
}
</style>
background-color css
<style>
a { background-color: #C049B9; }
a { background-color: rgb(192,73,185); }
div.DivClassName
{
background-color: #C049B9;
}
.BgClassName
{
background-color: #C049B9;
}
</style>
border-color css
<style>
span { border-color: #C049B9; }
span { border-color: rgb(192,73,185); }
td.TdClassName
{
border-color: #C049B9;
}
.TagClassName
{
border-color: #C049B9;
}
</style>