Shades of Fuchsia #C747BC
Tints of Fuchsia #C747BC
RGB
CMYK
RGB Variations
Color information
#C747BC (or 0xC747BC) is known color: Fuchsia. HEX triplet: C7, 47 and BC. RGB value is (199,71,188). Sum of RGB (Red+Green+Blue) = 199+71+188=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C747BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747BC is #38B843. Grayscale: #7A7A7A. Windows color (decimal): -3717188 or 12339143. OLE color: 12339143.
HSL color Cylindrical-coordinate representation of color #C747BC: hue angle of 305.16º 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 #C747BC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 188 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.22 |
| HSL | 305.16º | 0.53% | 0.53% | - |
| HSV(B) | 305.16º | 0.64% | 0.78% | - |
| XYZ | 34.88 | 20.28 | 49.65 | - |
| YUV | 122.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 188 | 0 | 0.64 | 0.06 | 0.22 | 305.16 | 0.53 | 0.53 |
| Hex | C7 | 47 | BC | 0 | 40 | 6 | 16 | 131 | 35 | 35 |
| Octal | 307 | 107 | 274 | 0 | 100 | 6 | 26 | 461 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10111100 | 0 | 1000000 | 110 | 10110 | 100110001 | 110101 | 110101 |
Color Harmonies of #C747BC
Complementary color
Monochromatic Colors of #C747BC
Black with #C747BC
Text Example
Text Example
White with #C747BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747BC; }
p { color: rgb(199,71,188); }
H1.HeaderClassName
{
color: #C747BC;
}
.AnyTagClassName
{
color: #C747BC;
}
</style>
background-color css
<style>
a { background-color: #C747BC; }
a { background-color: rgb(199,71,188); }
div.DivClassName
{
background-color: #C747BC;
}
.BgClassName
{
background-color: #C747BC;
}
</style>
border-color css
<style>
span { border-color: #C747BC; }
span { border-color: rgb(199,71,188); }
td.TdClassName
{
border-color: #C747BC;
}
.TagClassName
{
border-color: #C747BC;
}
</style>