Shades of Fuchsia #C740B7
Tints of Fuchsia #C740B7
RGB
CMYK
RGB Variations
Color information
#C740B7 (or 0xC740B7) is known color: Fuchsia. HEX triplet: C7, 40 and B7. RGB value is (199,64,183). Sum of RGB (Red+Green+Blue) = 199+64+183=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C740B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740B7 is #38BF48. Grayscale: #757575. Windows color (decimal): -3718985 or 12009671. OLE color: 12009671.
HSL color Cylindrical-coordinate representation of color #C740B7: hue angle of 307.11º 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 #C740B7 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 183 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.22 |
| HSL | 307.11º | 0.55% | 0.52% | - |
| HSV(B) | 307.11º | 0.68% | 0.78% | - |
| XYZ | 33.93 | 19.23 | 46.72 | - |
| YUV | 117.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 183 | 0 | 0.68 | 0.08 | 0.22 | 307.11 | 0.55 | 0.52 |
| Hex | C7 | 40 | B7 | 0 | 44 | 8 | 16 | 133 | 37 | 34 |
| Octal | 307 | 100 | 267 | 0 | 104 | 10 | 26 | 463 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10110111 | 0 | 1000100 | 1000 | 10110 | 100110011 | 110111 | 110100 |
Color Harmonies of #C740B7
Complementary color
Monochromatic Colors of #C740B7
Black with #C740B7
Text Example
Text Example
White with #C740B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740B7; }
p { color: rgb(199,64,183); }
H1.HeaderClassName
{
color: #C740B7;
}
.AnyTagClassName
{
color: #C740B7;
}
</style>
background-color css
<style>
a { background-color: #C740B7; }
a { background-color: rgb(199,64,183); }
div.DivClassName
{
background-color: #C740B7;
}
.BgClassName
{
background-color: #C740B7;
}
</style>
border-color css
<style>
span { border-color: #C740B7; }
span { border-color: rgb(199,64,183); }
td.TdClassName
{
border-color: #C740B7;
}
.TagClassName
{
border-color: #C740B7;
}
</style>