Shades of Fuchsia #C740A9
Tints of Fuchsia #C740A9
RGB
CMYK
RGB Variations
Color information
#C740A9 (or 0xC740A9) is known color: Fuchsia. HEX triplet: C7, 40 and A9. RGB value is (199,64,169). Sum of RGB (Red+Green+Blue) = 199+64+169=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C740A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740A9 is #38BF56. Grayscale: #747474. Windows color (decimal): -3718999 or 11092167. OLE color: 11092167.
HSL color Cylindrical-coordinate representation of color #C740A9: hue angle of 313.33º 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 #C740A9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 169 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.22 |
| HSL | 313.33º | 0.55% | 0.52% | - |
| HSV(B) | 313.33º | 0.68% | 0.78% | - |
| XYZ | 32.55 | 18.67 | 39.42 | - |
| YUV | 116.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 169 | 0 | 0.68 | 0.15 | 0.22 | 313.33 | 0.55 | 0.52 |
| Hex | C7 | 40 | A9 | 0 | 44 | F | 16 | 139 | 37 | 34 |
| Octal | 307 | 100 | 251 | 0 | 104 | 17 | 26 | 471 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10101001 | 0 | 1000100 | 1111 | 10110 | 100111001 | 110111 | 110100 |
Color Harmonies of #C740A9
Complementary color
Monochromatic Colors of #C740A9
Black with #C740A9
Text Example
Text Example
White with #C740A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740A9; }
p { color: rgb(199,64,169); }
H1.HeaderClassName
{
color: #C740A9;
}
.AnyTagClassName
{
color: #C740A9;
}
</style>
background-color css
<style>
a { background-color: #C740A9; }
a { background-color: rgb(199,64,169); }
div.DivClassName
{
background-color: #C740A9;
}
.BgClassName
{
background-color: #C740A9;
}
</style>
border-color css
<style>
span { border-color: #C740A9; }
span { border-color: rgb(199,64,169); }
td.TdClassName
{
border-color: #C740A9;
}
.TagClassName
{
border-color: #C740A9;
}
</style>