Shades of Fuchsia #C747B9
Tints of Fuchsia #C747B9
RGB
CMYK
RGB Variations
Color information
#C747B9 (or 0xC747B9) is known color: Fuchsia. HEX triplet: C7, 47 and B9. RGB value is (199,71,185). Sum of RGB (Red+Green+Blue) = 199+71+185=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C747B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747B9 is #38B846. Grayscale: #797979. Windows color (decimal): -3717191 or 12142535. OLE color: 12142535.
HSL color Cylindrical-coordinate representation of color #C747B9: hue angle of 306.56º 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 #C747B9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 185 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.22 |
| HSL | 306.56º | 0.53% | 0.53% | - |
| HSV(B) | 306.56º | 0.64% | 0.78% | - |
| XYZ | 34.56 | 20.15 | 47.97 | - |
| YUV | 122.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 185 | 0 | 0.64 | 0.07 | 0.22 | 306.56 | 0.53 | 0.53 |
| Hex | C7 | 47 | B9 | 0 | 40 | 7 | 16 | 133 | 35 | 35 |
| Octal | 307 | 107 | 271 | 0 | 100 | 7 | 26 | 463 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10111001 | 0 | 1000000 | 111 | 10110 | 100110011 | 110101 | 110101 |
Color Harmonies of #C747B9
Complementary color
Monochromatic Colors of #C747B9
Black with #C747B9
Text Example
Text Example
White with #C747B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747B9; }
p { color: rgb(199,71,185); }
H1.HeaderClassName
{
color: #C747B9;
}
.AnyTagClassName
{
color: #C747B9;
}
</style>
background-color css
<style>
a { background-color: #C747B9; }
a { background-color: rgb(199,71,185); }
div.DivClassName
{
background-color: #C747B9;
}
.BgClassName
{
background-color: #C747B9;
}
</style>
border-color css
<style>
span { border-color: #C747B9; }
span { border-color: rgb(199,71,185); }
td.TdClassName
{
border-color: #C747B9;
}
.TagClassName
{
border-color: #C747B9;
}
</style>