Shades of Fuchsia #C749B9
Tints of Fuchsia #C749B9
RGB
CMYK
RGB Variations
Color information
#C749B9 (or 0xC749B9) is known color: Fuchsia. HEX triplet: C7, 49 and B9. RGB value is (199,73,185). Sum of RGB (Red+Green+Blue) = 199+73+185=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C749B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749B9 is #38B646. Grayscale: #7B7B7B. Windows color (decimal): -3716679 or 12143047. OLE color: 12143047.
HSL color Cylindrical-coordinate representation of color #C749B9: hue angle of 306.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C749B9 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 185 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.22 |
| HSL | 306.67º | 0.53% | 0.53% | - |
| HSV(B) | 306.67º | 0.63% | 0.78% | - |
| XYZ | 34.69 | 20.41 | 48.01 | - |
| YUV | 123.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 185 | 0 | 0.63 | 0.07 | 0.22 | 306.67 | 0.53 | 0.53 |
| Hex | C7 | 49 | B9 | 0 | 3F | 7 | 16 | 133 | 35 | 35 |
| Octal | 307 | 111 | 271 | 0 | 77 | 7 | 26 | 463 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10111001 | 0 | 111111 | 111 | 10110 | 100110011 | 110101 | 110101 |
Color Harmonies of #C749B9
Complementary color
Monochromatic Colors of #C749B9
Black with #C749B9
Text Example
Text Example
White with #C749B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749B9; }
p { color: rgb(199,73,185); }
H1.HeaderClassName
{
color: #C749B9;
}
.AnyTagClassName
{
color: #C749B9;
}
</style>
background-color css
<style>
a { background-color: #C749B9; }
a { background-color: rgb(199,73,185); }
div.DivClassName
{
background-color: #C749B9;
}
.BgClassName
{
background-color: #C749B9;
}
</style>
border-color css
<style>
span { border-color: #C749B9; }
span { border-color: rgb(199,73,185); }
td.TdClassName
{
border-color: #C749B9;
}
.TagClassName
{
border-color: #C749B9;
}
</style>