Shades of Fuchsia #C747B0
Tints of Fuchsia #C747B0
RGB
CMYK
RGB Variations
Color information
#C747B0 (or 0xC747B0) is known color: Fuchsia. HEX triplet: C7, 47 and B0. RGB value is (199,71,176). Sum of RGB (Red+Green+Blue) = 199+71+176=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C747B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747B0 is #38B84F. Grayscale: #787878. Windows color (decimal): -3717200 or 11552711. OLE color: 11552711.
HSL color Cylindrical-coordinate representation of color #C747B0: hue angle of 310.78º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C747B0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 176 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 310.78º | 0.53% | 0.53% | - |
| HSV(B) | 310.78º | 0.64% | 0.78% | - |
| XYZ | 33.64 | 19.78 | 43.12 | - |
| YUV | 121.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 176 | 0 | 0.64 | 0.12 | 0.22 | 310.78 | 0.53 | 0.53 |
| Hex | C7 | 47 | B0 | 0 | 40 | C | 16 | 137 | 35 | 35 |
| Octal | 307 | 107 | 260 | 0 | 100 | 14 | 26 | 467 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10110000 | 0 | 1000000 | 1100 | 10110 | 100110111 | 110101 | 110101 |
Color Harmonies of #C747B0
Complementary color
Monochromatic Colors of #C747B0
Black with #C747B0
Text Example
Text Example
White with #C747B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747B0; }
p { color: rgb(199,71,176); }
H1.HeaderClassName
{
color: #C747B0;
}
.AnyTagClassName
{
color: #C747B0;
}
</style>
background-color css
<style>
a { background-color: #C747B0; }
a { background-color: rgb(199,71,176); }
div.DivClassName
{
background-color: #C747B0;
}
.BgClassName
{
background-color: #C747B0;
}
</style>
border-color css
<style>
span { border-color: #C747B0; }
span { border-color: rgb(199,71,176); }
td.TdClassName
{
border-color: #C747B0;
}
.TagClassName
{
border-color: #C747B0;
}
</style>