Shades of Fuchsia #C746BB
Tints of Fuchsia #C746BB
RGB
CMYK
RGB Variations
Color information
#C746BB (or 0xC746BB) is known color: Fuchsia. HEX triplet: C7, 46 and BB. RGB value is (199,70,187). Sum of RGB (Red+Green+Blue) = 199+70+187=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C746BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746BB is #38B944. Grayscale: #797979. Windows color (decimal): -3717445 or 12273351. OLE color: 12273351.
HSL color Cylindrical-coordinate representation of color #C746BB: hue angle of 305.58º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C746BB is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 187 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.22 |
| HSL | 305.58º | 0.54% | 0.53% | - |
| HSV(B) | 305.58º | 0.65% | 0.78% | - |
| XYZ | 34.71 | 20.11 | 49.07 | - |
| YUV | 121.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 187 | 0 | 0.65 | 0.06 | 0.22 | 305.58 | 0.54 | 0.53 |
| Hex | C7 | 46 | BB | 0 | 41 | 6 | 16 | 132 | 36 | 35 |
| Octal | 307 | 106 | 273 | 0 | 101 | 6 | 26 | 462 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10111011 | 0 | 1000001 | 110 | 10110 | 100110010 | 110110 | 110101 |
Color Harmonies of #C746BB
Complementary color
Monochromatic Colors of #C746BB
Black with #C746BB
Text Example
Text Example
White with #C746BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746BB; }
p { color: rgb(199,70,187); }
H1.HeaderClassName
{
color: #C746BB;
}
.AnyTagClassName
{
color: #C746BB;
}
</style>
background-color css
<style>
a { background-color: #C746BB; }
a { background-color: rgb(199,70,187); }
div.DivClassName
{
background-color: #C746BB;
}
.BgClassName
{
background-color: #C746BB;
}
</style>
border-color css
<style>
span { border-color: #C746BB; }
span { border-color: rgb(199,70,187); }
td.TdClassName
{
border-color: #C746BB;
}
.TagClassName
{
border-color: #C746BB;
}
</style>