Shades of Fuchsia #C746C2
Tints of Fuchsia #C746C2
RGB
CMYK
RGB Variations
Color information
#C746C2 (or 0xC746C2) is known color: Fuchsia. HEX triplet: C7, 46 and C2. RGB value is (199,70,194). Sum of RGB (Red+Green+Blue) = 199+70+194=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C746C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746C2 is #38B93D. Grayscale: #7A7A7A. Windows color (decimal): -3717438 or 12732103. OLE color: 12732103.
HSL color Cylindrical-coordinate representation of color #C746C2: hue angle of 302.33º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C746C2 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 194 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.22 |
| HSL | 302.33º | 0.54% | 0.53% | - |
| HSV(B) | 302.33º | 0.65% | 0.78% | - |
| XYZ | 35.48 | 20.42 | 53.11 | - |
| YUV | 122.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 194 | 0 | 0.65 | 0.03 | 0.22 | 302.33 | 0.54 | 0.53 |
| Hex | C7 | 46 | C2 | 0 | 41 | 3 | 16 | 12E | 36 | 35 |
| Octal | 307 | 106 | 302 | 0 | 101 | 3 | 26 | 456 | 66 | 65 |
| Binary | 11000111 | 1000110 | 11000010 | 0 | 1000001 | 11 | 10110 | 100101110 | 110110 | 110101 |
Color Harmonies of #C746C2
Complementary color
Monochromatic Colors of #C746C2
Black with #C746C2
Text Example
Text Example
White with #C746C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746C2; }
p { color: rgb(199,70,194); }
H1.HeaderClassName
{
color: #C746C2;
}
.AnyTagClassName
{
color: #C746C2;
}
</style>
background-color css
<style>
a { background-color: #C746C2; }
a { background-color: rgb(199,70,194); }
div.DivClassName
{
background-color: #C746C2;
}
.BgClassName
{
background-color: #C746C2;
}
</style>
border-color css
<style>
span { border-color: #C746C2; }
span { border-color: rgb(199,70,194); }
td.TdClassName
{
border-color: #C746C2;
}
.TagClassName
{
border-color: #C746C2;
}
</style>