Shades of Fuchsia #C049B7
Tints of Fuchsia #C049B7
RGB
CMYK
RGB Variations
Color information
#C049B7 (or 0xC049B7) is known color: Fuchsia. HEX triplet: C0, 49 and B7. RGB value is (192,73,183). Sum of RGB (Red+Green+Blue) = 192+73+183=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C049B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049B7 is #3FB648. Grayscale: #787878. Windows color (decimal): -4175433 or 12011968. OLE color: 12011968.
HSL color Cylindrical-coordinate representation of color #C049B7: hue angle of 304.54º 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 #C049B7 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 183 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.25 |
| HSL | 304.54º | 0.49% | 0.52% | - |
| HSV(B) | 304.54º | 0.62% | 0.75% | - |
| XYZ | 32.67 | 19.39 | 46.82 | - |
| YUV | 121.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 183 | 0 | 0.62 | 0.05 | 0.25 | 304.54 | 0.49 | 0.52 |
| Hex | C0 | 49 | B7 | 0 | 3E | 5 | 19 | 131 | 31 | 34 |
| Octal | 300 | 111 | 267 | 0 | 76 | 5 | 31 | 461 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10110111 | 0 | 111110 | 101 | 11001 | 100110001 | 110001 | 110100 |
Color Harmonies of #C049B7
Complementary color
Monochromatic Colors of #C049B7
Black with #C049B7
Text Example
Text Example
White with #C049B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049B7; }
p { color: rgb(192,73,183); }
H1.HeaderClassName
{
color: #C049B7;
}
.AnyTagClassName
{
color: #C049B7;
}
</style>
background-color css
<style>
a { background-color: #C049B7; }
a { background-color: rgb(192,73,183); }
div.DivClassName
{
background-color: #C049B7;
}
.BgClassName
{
background-color: #C049B7;
}
</style>
border-color css
<style>
span { border-color: #C049B7; }
span { border-color: rgb(192,73,183); }
td.TdClassName
{
border-color: #C049B7;
}
.TagClassName
{
border-color: #C049B7;
}
</style>