Shades of Fuchsia #C745AB
Tints of Fuchsia #C745AB
RGB
CMYK
RGB Variations
Color information
#C745AB (or 0xC745AB) is known color: Fuchsia. HEX triplet: C7, 45 and AB. RGB value is (199,69,171). Sum of RGB (Red+Green+Blue) = 199+69+171=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C745AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C745AB is #38BA54. Grayscale: #777777. Windows color (decimal): -3717717 or 11224519. OLE color: 11224519.
HSL color Cylindrical-coordinate representation of color #C745AB: hue angle of 312.92º 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 #C745AB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 171 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.22 |
| HSL | 312.92º | 0.54% | 0.53% | - |
| HSV(B) | 312.92º | 0.65% | 0.78% | - |
| XYZ | 33.03 | 19.34 | 40.52 | - |
| YUV | 119.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 171 | 0 | 0.65 | 0.14 | 0.22 | 312.92 | 0.54 | 0.53 |
| Hex | C7 | 45 | AB | 0 | 41 | E | 16 | 139 | 36 | 35 |
| Octal | 307 | 105 | 253 | 0 | 101 | 16 | 26 | 471 | 66 | 65 |
| Binary | 11000111 | 1000101 | 10101011 | 0 | 1000001 | 1110 | 10110 | 100111001 | 110110 | 110101 |
Color Harmonies of #C745AB
Complementary color
Monochromatic Colors of #C745AB
Black with #C745AB
Text Example
Text Example
White with #C745AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745AB; }
p { color: rgb(199,69,171); }
H1.HeaderClassName
{
color: #C745AB;
}
.AnyTagClassName
{
color: #C745AB;
}
</style>
background-color css
<style>
a { background-color: #C745AB; }
a { background-color: rgb(199,69,171); }
div.DivClassName
{
background-color: #C745AB;
}
.BgClassName
{
background-color: #C745AB;
}
</style>
border-color css
<style>
span { border-color: #C745AB; }
span { border-color: rgb(199,69,171); }
td.TdClassName
{
border-color: #C745AB;
}
.TagClassName
{
border-color: #C745AB;
}
</style>