Shades of Fuchsia #C747C2
Tints of Fuchsia #C747C2
RGB
CMYK
RGB Variations
Color information
#C747C2 (or 0xC747C2) is known color: Fuchsia. HEX triplet: C7, 47 and C2. RGB value is (199,71,194). Sum of RGB (Red+Green+Blue) = 199+71+194=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C747C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747C2 is #38B83D. Grayscale: #7A7A7A. Windows color (decimal): -3717182 or 12732359. OLE color: 12732359.
HSL color Cylindrical-coordinate representation of color #C747C2: hue angle of 302.34º 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 #C747C2 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 194 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.22 |
| HSL | 302.34º | 0.53% | 0.53% | - |
| HSV(B) | 302.34º | 0.64% | 0.78% | - |
| XYZ | 35.54 | 20.54 | 53.13 | - |
| YUV | 123.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 194 | 0 | 0.64 | 0.03 | 0.22 | 302.34 | 0.53 | 0.53 |
| Hex | C7 | 47 | C2 | 0 | 40 | 3 | 16 | 12E | 35 | 35 |
| Octal | 307 | 107 | 302 | 0 | 100 | 3 | 26 | 456 | 65 | 65 |
| Binary | 11000111 | 1000111 | 11000010 | 0 | 1000000 | 11 | 10110 | 100101110 | 110101 | 110101 |
Color Harmonies of #C747C2
Complementary color
Monochromatic Colors of #C747C2
Black with #C747C2
Text Example
Text Example
White with #C747C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747C2; }
p { color: rgb(199,71,194); }
H1.HeaderClassName
{
color: #C747C2;
}
.AnyTagClassName
{
color: #C747C2;
}
</style>
background-color css
<style>
a { background-color: #C747C2; }
a { background-color: rgb(199,71,194); }
div.DivClassName
{
background-color: #C747C2;
}
.BgClassName
{
background-color: #C747C2;
}
</style>
border-color css
<style>
span { border-color: #C747C2; }
span { border-color: rgb(199,71,194); }
td.TdClassName
{
border-color: #C747C2;
}
.TagClassName
{
border-color: #C747C2;
}
</style>