Shades of Fuchsia #C747C5
Tints of Fuchsia #C747C5
RGB
CMYK
RGB Variations
Color information
#C747C5 (or 0xC747C5) is known color: Fuchsia. HEX triplet: C7, 47 and C5. RGB value is (199,71,197). Sum of RGB (Red+Green+Blue) = 199+71+197=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C747C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747C5 is #38B83A. Grayscale: #7B7B7B. Windows color (decimal): -3717179 or 12928967. OLE color: 12928967.
HSL color Cylindrical-coordinate representation of color #C747C5: hue angle of 300.94º 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 #C747C5 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 197 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.22 |
| HSL | 300.94º | 0.53% | 0.53% | - |
| HSV(B) | 300.94º | 0.64% | 0.78% | - |
| XYZ | 35.88 | 20.68 | 54.92 | - |
| YUV | 123.64 | 169.41 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 197 | 0 | 0.64 | 0.01 | 0.22 | 300.94 | 0.53 | 0.53 |
| Hex | C7 | 47 | C5 | 0 | 40 | 1 | 16 | 12D | 35 | 35 |
| Octal | 307 | 107 | 305 | 0 | 100 | 1 | 26 | 455 | 65 | 65 |
| Binary | 11000111 | 1000111 | 11000101 | 0 | 1000000 | 1 | 10110 | 100101101 | 110101 | 110101 |
Color Harmonies of #C747C5
Complementary color
Monochromatic Colors of #C747C5
Black with #C747C5
Text Example
Text Example
White with #C747C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747C5; }
p { color: rgb(199,71,197); }
H1.HeaderClassName
{
color: #C747C5;
}
.AnyTagClassName
{
color: #C747C5;
}
</style>
background-color css
<style>
a { background-color: #C747C5; }
a { background-color: rgb(199,71,197); }
div.DivClassName
{
background-color: #C747C5;
}
.BgClassName
{
background-color: #C747C5;
}
</style>
border-color css
<style>
span { border-color: #C747C5; }
span { border-color: rgb(199,71,197); }
td.TdClassName
{
border-color: #C747C5;
}
.TagClassName
{
border-color: #C747C5;
}
</style>