Shades of Fuchsia #C049B6
Tints of Fuchsia #C049B6
RGB
CMYK
RGB Variations
Color information
#C049B6 (or 0xC049B6) is known color: Fuchsia. HEX triplet: C0, 49 and B6. RGB value is (192,73,182). Sum of RGB (Red+Green+Blue) = 192+73+182=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C049B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049B6 is #3FB649. Grayscale: #787878. Windows color (decimal): -4175434 or 11946432. OLE color: 11946432.
HSL color Cylindrical-coordinate representation of color #C049B6: hue angle of 305.04º 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 #C049B6 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 182 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.25 |
| HSL | 305.04º | 0.49% | 0.52% | - |
| HSV(B) | 305.04º | 0.62% | 0.75% | - |
| XYZ | 32.56 | 19.35 | 46.27 | - |
| YUV | 121.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 182 | 0 | 0.62 | 0.05 | 0.25 | 305.04 | 0.49 | 0.52 |
| Hex | C0 | 49 | B6 | 0 | 3E | 5 | 19 | 131 | 31 | 34 |
| Octal | 300 | 111 | 266 | 0 | 76 | 5 | 31 | 461 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10110110 | 0 | 111110 | 101 | 11001 | 100110001 | 110001 | 110100 |
Color Harmonies of #C049B6
Complementary color
Monochromatic Colors of #C049B6
Black with #C049B6
Text Example
Text Example
White with #C049B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049B6; }
p { color: rgb(192,73,182); }
H1.HeaderClassName
{
color: #C049B6;
}
.AnyTagClassName
{
color: #C049B6;
}
</style>
background-color css
<style>
a { background-color: #C049B6; }
a { background-color: rgb(192,73,182); }
div.DivClassName
{
background-color: #C049B6;
}
.BgClassName
{
background-color: #C049B6;
}
</style>
border-color css
<style>
span { border-color: #C049B6; }
span { border-color: rgb(192,73,182); }
td.TdClassName
{
border-color: #C049B6;
}
.TagClassName
{
border-color: #C049B6;
}
</style>