Shades of Fuchsia #C747BD
Tints of Fuchsia #C747BD
RGB
CMYK
RGB Variations
Color information
#C747BD (or 0xC747BD) is known color: Fuchsia. HEX triplet: C7, 47 and BD. RGB value is (199,71,189). Sum of RGB (Red+Green+Blue) = 199+71+189=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C747BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747BD is #38B842. Grayscale: #7A7A7A. Windows color (decimal): -3717187 or 12404679. OLE color: 12404679.
HSL color Cylindrical-coordinate representation of color #C747BD: hue angle of 304.69º 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 #C747BD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 189 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.22 |
| HSL | 304.69º | 0.53% | 0.53% | - |
| HSV(B) | 304.69º | 0.64% | 0.78% | - |
| XYZ | 34.99 | 20.32 | 50.22 | - |
| YUV | 122.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 189 | 0 | 0.64 | 0.05 | 0.22 | 304.69 | 0.53 | 0.53 |
| Hex | C7 | 47 | BD | 0 | 40 | 5 | 16 | 131 | 35 | 35 |
| Octal | 307 | 107 | 275 | 0 | 100 | 5 | 26 | 461 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10111101 | 0 | 1000000 | 101 | 10110 | 100110001 | 110101 | 110101 |
Color Harmonies of #C747BD
Complementary color
Monochromatic Colors of #C747BD
Black with #C747BD
Text Example
Text Example
White with #C747BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747BD; }
p { color: rgb(199,71,189); }
H1.HeaderClassName
{
color: #C747BD;
}
.AnyTagClassName
{
color: #C747BD;
}
</style>
background-color css
<style>
a { background-color: #C747BD; }
a { background-color: rgb(199,71,189); }
div.DivClassName
{
background-color: #C747BD;
}
.BgClassName
{
background-color: #C747BD;
}
</style>
border-color css
<style>
span { border-color: #C747BD; }
span { border-color: rgb(199,71,189); }
td.TdClassName
{
border-color: #C747BD;
}
.TagClassName
{
border-color: #C747BD;
}
</style>