Shades of Fuchsia #C740B9
Tints of Fuchsia #C740B9
RGB
CMYK
RGB Variations
Color information
#C740B9 (or 0xC740B9) is known color: Fuchsia. HEX triplet: C7, 40 and B9. RGB value is (199,64,185). Sum of RGB (Red+Green+Blue) = 199+64+185=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C740B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740B9 is #38BF46. Grayscale: #757575. Windows color (decimal): -3718983 or 12140743. OLE color: 12140743.
HSL color Cylindrical-coordinate representation of color #C740B9: hue angle of 306.22º 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 #C740B9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 185 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.22 |
| HSL | 306.22º | 0.55% | 0.52% | - |
| HSV(B) | 306.22º | 0.68% | 0.78% | - |
| XYZ | 34.14 | 19.31 | 47.83 | - |
| YUV | 118.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 185 | 0 | 0.68 | 0.07 | 0.22 | 306.22 | 0.55 | 0.52 |
| Hex | C7 | 40 | B9 | 0 | 44 | 7 | 16 | 132 | 37 | 34 |
| Octal | 307 | 100 | 271 | 0 | 104 | 7 | 26 | 462 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10111001 | 0 | 1000100 | 111 | 10110 | 100110010 | 110111 | 110100 |
Color Harmonies of #C740B9
Complementary color
Monochromatic Colors of #C740B9
Black with #C740B9
Text Example
Text Example
White with #C740B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740B9; }
p { color: rgb(199,64,185); }
H1.HeaderClassName
{
color: #C740B9;
}
.AnyTagClassName
{
color: #C740B9;
}
</style>
background-color css
<style>
a { background-color: #C740B9; }
a { background-color: rgb(199,64,185); }
div.DivClassName
{
background-color: #C740B9;
}
.BgClassName
{
background-color: #C740B9;
}
</style>
border-color css
<style>
span { border-color: #C740B9; }
span { border-color: rgb(199,64,185); }
td.TdClassName
{
border-color: #C740B9;
}
.TagClassName
{
border-color: #C740B9;
}
</style>