Shades of Fuchsia #C746B4
Tints of Fuchsia #C746B4
RGB
CMYK
RGB Variations
Color information
#C746B4 (or 0xC746B4) is known color: Fuchsia. HEX triplet: C7, 46 and B4. RGB value is (199,70,180). Sum of RGB (Red+Green+Blue) = 199+70+180=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C746B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746B4 is #38B94B. Grayscale: #787878. Windows color (decimal): -3717452 or 11814599. OLE color: 11814599.
HSL color Cylindrical-coordinate representation of color #C746B4: hue angle of 308.84º 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 #C746B4 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 180 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.22 |
| HSL | 308.84º | 0.54% | 0.53% | - |
| HSV(B) | 308.84º | 0.65% | 0.78% | - |
| XYZ | 33.98 | 19.82 | 45.21 | - |
| YUV | 121.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 180 | 0 | 0.65 | 0.10 | 0.22 | 308.84 | 0.54 | 0.53 |
| Hex | C7 | 46 | B4 | 0 | 41 | A | 16 | 135 | 36 | 35 |
| Octal | 307 | 106 | 264 | 0 | 101 | 12 | 26 | 465 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10110100 | 0 | 1000001 | 1010 | 10110 | 100110101 | 110110 | 110101 |
Color Harmonies of #C746B4
Complementary color
Monochromatic Colors of #C746B4
Black with #C746B4
Text Example
Text Example
White with #C746B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746B4; }
p { color: rgb(199,70,180); }
H1.HeaderClassName
{
color: #C746B4;
}
.AnyTagClassName
{
color: #C746B4;
}
</style>
background-color css
<style>
a { background-color: #C746B4; }
a { background-color: rgb(199,70,180); }
div.DivClassName
{
background-color: #C746B4;
}
.BgClassName
{
background-color: #C746B4;
}
</style>
border-color css
<style>
span { border-color: #C746B4; }
span { border-color: rgb(199,70,180); }
td.TdClassName
{
border-color: #C746B4;
}
.TagClassName
{
border-color: #C746B4;
}
</style>