Shades of Fuchsia #C746AA
Tints of Fuchsia #C746AA
RGB
CMYK
RGB Variations
Color information
#C746AA (or 0xC746AA) is known color: Fuchsia. HEX triplet: C7, 46 and AA. RGB value is (199,70,170). Sum of RGB (Red+Green+Blue) = 199+70+170=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C746AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C746AA is #38B955. Grayscale: #777777. Windows color (decimal): -3717462 or 11159239. OLE color: 11159239.
HSL color Cylindrical-coordinate representation of color #C746AA: hue angle of 313.49º 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 #C746AA is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 170 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.22 |
| HSL | 313.49º | 0.54% | 0.53% | - |
| HSV(B) | 313.49º | 0.65% | 0.78% | - |
| XYZ | 33 | 19.42 | 40.04 | - |
| YUV | 119.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 170 | 0 | 0.65 | 0.15 | 0.22 | 313.49 | 0.54 | 0.53 |
| Hex | C7 | 46 | AA | 0 | 41 | F | 16 | 139 | 36 | 35 |
| Octal | 307 | 106 | 252 | 0 | 101 | 17 | 26 | 471 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10101010 | 0 | 1000001 | 1111 | 10110 | 100111001 | 110110 | 110101 |
Color Harmonies of #C746AA
Complementary color
Monochromatic Colors of #C746AA
Black with #C746AA
Text Example
Text Example
White with #C746AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746AA; }
p { color: rgb(199,70,170); }
H1.HeaderClassName
{
color: #C746AA;
}
.AnyTagClassName
{
color: #C746AA;
}
</style>
background-color css
<style>
a { background-color: #C746AA; }
a { background-color: rgb(199,70,170); }
div.DivClassName
{
background-color: #C746AA;
}
.BgClassName
{
background-color: #C746AA;
}
</style>
border-color css
<style>
span { border-color: #C746AA; }
span { border-color: rgb(199,70,170); }
td.TdClassName
{
border-color: #C746AA;
}
.TagClassName
{
border-color: #C746AA;
}
</style>