Shades of Fuchsia #C746BC
Tints of Fuchsia #C746BC
RGB
CMYK
RGB Variations
Color information
#C746BC (or 0xC746BC) is known color: Fuchsia. HEX triplet: C7, 46 and BC. RGB value is (199,70,188). Sum of RGB (Red+Green+Blue) = 199+70+188=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C746BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746BC is #38B943. Grayscale: #797979. Windows color (decimal): -3717444 or 12338887. OLE color: 12338887.
HSL color Cylindrical-coordinate representation of color #C746BC: hue angle of 305.12º 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 #C746BC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 188 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.22 |
| HSL | 305.12º | 0.54% | 0.53% | - |
| HSV(B) | 305.12º | 0.65% | 0.78% | - |
| XYZ | 34.82 | 20.15 | 49.63 | - |
| YUV | 122.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 188 | 0 | 0.65 | 0.06 | 0.22 | 305.12 | 0.54 | 0.53 |
| Hex | C7 | 46 | BC | 0 | 41 | 6 | 16 | 131 | 36 | 35 |
| Octal | 307 | 106 | 274 | 0 | 101 | 6 | 26 | 461 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10111100 | 0 | 1000001 | 110 | 10110 | 100110001 | 110110 | 110101 |
Color Harmonies of #C746BC
Complementary color
Monochromatic Colors of #C746BC
Black with #C746BC
Text Example
Text Example
White with #C746BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746BC; }
p { color: rgb(199,70,188); }
H1.HeaderClassName
{
color: #C746BC;
}
.AnyTagClassName
{
color: #C746BC;
}
</style>
background-color css
<style>
a { background-color: #C746BC; }
a { background-color: rgb(199,70,188); }
div.DivClassName
{
background-color: #C746BC;
}
.BgClassName
{
background-color: #C746BC;
}
</style>
border-color css
<style>
span { border-color: #C746BC; }
span { border-color: rgb(199,70,188); }
td.TdClassName
{
border-color: #C746BC;
}
.TagClassName
{
border-color: #C746BC;
}
</style>