Shades of Fuchsia #C746BD
Tints of Fuchsia #C746BD
RGB
CMYK
RGB Variations
Color information
#C746BD (or 0xC746BD) is known color: Fuchsia. HEX triplet: C7, 46 and BD. RGB value is (199,70,189). Sum of RGB (Red+Green+Blue) = 199+70+189=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C746BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746BD is #38B942. Grayscale: #797979. Windows color (decimal): -3717443 or 12404423. OLE color: 12404423.
HSL color Cylindrical-coordinate representation of color #C746BD: hue angle of 304.65º 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 #C746BD is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 189 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.22 |
| HSL | 304.65º | 0.54% | 0.53% | - |
| HSV(B) | 304.65º | 0.65% | 0.78% | - |
| XYZ | 34.93 | 20.2 | 50.2 | - |
| YUV | 122.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 189 | 0 | 0.65 | 0.05 | 0.22 | 304.65 | 0.54 | 0.53 |
| Hex | C7 | 46 | BD | 0 | 41 | 5 | 16 | 131 | 36 | 35 |
| Octal | 307 | 106 | 275 | 0 | 101 | 5 | 26 | 461 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10111101 | 0 | 1000001 | 101 | 10110 | 100110001 | 110110 | 110101 |
Color Harmonies of #C746BD
Complementary color
Monochromatic Colors of #C746BD
Black with #C746BD
Text Example
Text Example
White with #C746BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746BD; }
p { color: rgb(199,70,189); }
H1.HeaderClassName
{
color: #C746BD;
}
.AnyTagClassName
{
color: #C746BD;
}
</style>
background-color css
<style>
a { background-color: #C746BD; }
a { background-color: rgb(199,70,189); }
div.DivClassName
{
background-color: #C746BD;
}
.BgClassName
{
background-color: #C746BD;
}
</style>
border-color css
<style>
span { border-color: #C746BD; }
span { border-color: rgb(199,70,189); }
td.TdClassName
{
border-color: #C746BD;
}
.TagClassName
{
border-color: #C746BD;
}
</style>