Shades of Fuchsia #C740AC
Tints of Fuchsia #C740AC
RGB
CMYK
RGB Variations
Color information
#C740AC (or 0xC740AC) is known color: Fuchsia. HEX triplet: C7, 40 and AC. RGB value is (199,64,172). Sum of RGB (Red+Green+Blue) = 199+64+172=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C740AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740AC is #38BF53. Grayscale: #747474. Windows color (decimal): -3718996 or 11288775. OLE color: 11288775.
HSL color Cylindrical-coordinate representation of color #C740AC: hue angle of 312º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C740AC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 172 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312º | 0.55% | 0.52% | - |
| HSV(B) | 312º | 0.68% | 0.78% | - |
| XYZ | 32.83 | 18.79 | 40.93 | - |
| YUV | 116.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 172 | 0 | 0.68 | 0.14 | 0.22 | 312 | 0.55 | 0.52 |
| Hex | C7 | 40 | AC | 0 | 44 | E | 16 | 138 | 37 | 34 |
| Octal | 307 | 100 | 254 | 0 | 104 | 16 | 26 | 470 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10101100 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110111 | 110100 |
Color Harmonies of #C740AC
Complementary color
Monochromatic Colors of #C740AC
Black with #C740AC
Text Example
Text Example
White with #C740AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740AC; }
p { color: rgb(199,64,172); }
H1.HeaderClassName
{
color: #C740AC;
}
.AnyTagClassName
{
color: #C740AC;
}
</style>
background-color css
<style>
a { background-color: #C740AC; }
a { background-color: rgb(199,64,172); }
div.DivClassName
{
background-color: #C740AC;
}
.BgClassName
{
background-color: #C740AC;
}
</style>
border-color css
<style>
span { border-color: #C740AC; }
span { border-color: rgb(199,64,172); }
td.TdClassName
{
border-color: #C740AC;
}
.TagClassName
{
border-color: #C740AC;
}
</style>