Shades of Fuchsia #C745AC
Tints of Fuchsia #C745AC
RGB
CMYK
RGB Variations
Color information
#C745AC (or 0xC745AC) is known color: Fuchsia. HEX triplet: C7, 45 and AC. RGB value is (199,69,172). Sum of RGB (Red+Green+Blue) = 199+69+172=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C745AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C745AC is #38BA53. Grayscale: #777777. Windows color (decimal): -3717716 or 11290055. OLE color: 11290055.
HSL color Cylindrical-coordinate representation of color #C745AC: hue angle of 312.46º 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 #C745AC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 172 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.22 |
| HSL | 312.46º | 0.54% | 0.53% | - |
| HSV(B) | 312.46º | 0.65% | 0.78% | - |
| XYZ | 33.13 | 19.38 | 41.02 | - |
| YUV | 119.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 172 | 0 | 0.65 | 0.14 | 0.22 | 312.46 | 0.54 | 0.53 |
| Hex | C7 | 45 | AC | 0 | 41 | E | 16 | 138 | 36 | 35 |
| Octal | 307 | 105 | 254 | 0 | 101 | 16 | 26 | 470 | 66 | 65 |
| Binary | 11000111 | 1000101 | 10101100 | 0 | 1000001 | 1110 | 10110 | 100111000 | 110110 | 110101 |
Color Harmonies of #C745AC
Complementary color
Monochromatic Colors of #C745AC
Black with #C745AC
Text Example
Text Example
White with #C745AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745AC; }
p { color: rgb(199,69,172); }
H1.HeaderClassName
{
color: #C745AC;
}
.AnyTagClassName
{
color: #C745AC;
}
</style>
background-color css
<style>
a { background-color: #C745AC; }
a { background-color: rgb(199,69,172); }
div.DivClassName
{
background-color: #C745AC;
}
.BgClassName
{
background-color: #C745AC;
}
</style>
border-color css
<style>
span { border-color: #C745AC; }
span { border-color: rgb(199,69,172); }
td.TdClassName
{
border-color: #C745AC;
}
.TagClassName
{
border-color: #C745AC;
}
</style>