Shades of Fuchsia #C747C0
Tints of Fuchsia #C747C0
RGB
CMYK
RGB Variations
Color information
#C747C0 (or 0xC747C0) is known color: Fuchsia. HEX triplet: C7, 47 and C0. RGB value is (199,71,192). Sum of RGB (Red+Green+Blue) = 199+71+192=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C747C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747C0 is #38B83F. Grayscale: #7A7A7A. Windows color (decimal): -3717184 or 12601287. OLE color: 12601287.
HSL color Cylindrical-coordinate representation of color #C747C0: hue angle of 303.28º 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 #C747C0 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 192 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.22 |
| HSL | 303.28º | 0.53% | 0.53% | - |
| HSV(B) | 303.28º | 0.64% | 0.78% | - |
| XYZ | 35.32 | 20.45 | 51.96 | - |
| YUV | 123.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 192 | 0 | 0.64 | 0.04 | 0.22 | 303.28 | 0.53 | 0.53 |
| Hex | C7 | 47 | C0 | 0 | 40 | 4 | 16 | 12F | 35 | 35 |
| Octal | 307 | 107 | 300 | 0 | 100 | 4 | 26 | 457 | 65 | 65 |
| Binary | 11000111 | 1000111 | 11000000 | 0 | 1000000 | 100 | 10110 | 100101111 | 110101 | 110101 |
Color Harmonies of #C747C0
Complementary color
Monochromatic Colors of #C747C0
Black with #C747C0
Text Example
Text Example
White with #C747C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747C0; }
p { color: rgb(199,71,192); }
H1.HeaderClassName
{
color: #C747C0;
}
.AnyTagClassName
{
color: #C747C0;
}
</style>
background-color css
<style>
a { background-color: #C747C0; }
a { background-color: rgb(199,71,192); }
div.DivClassName
{
background-color: #C747C0;
}
.BgClassName
{
background-color: #C747C0;
}
</style>
border-color css
<style>
span { border-color: #C747C0; }
span { border-color: rgb(199,71,192); }
td.TdClassName
{
border-color: #C747C0;
}
.TagClassName
{
border-color: #C747C0;
}
</style>