Shades of Fuchsia #C740B0
Tints of Fuchsia #C740B0
RGB
CMYK
RGB Variations
Color information
#C740B0 (or 0xC740B0) is known color: Fuchsia. HEX triplet: C7, 40 and B0. RGB value is (199,64,176). Sum of RGB (Red+Green+Blue) = 199+64+176=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C740B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740B0 is #38BF4F. Grayscale: #747474. Windows color (decimal): -3718992 or 11550919. OLE color: 11550919.
HSL color Cylindrical-coordinate representation of color #C740B0: hue angle of 310.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 #C740B0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 176 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.22 |
| HSL | 310.22º | 0.55% | 0.52% | - |
| HSV(B) | 310.22º | 0.68% | 0.78% | - |
| XYZ | 33.22 | 18.94 | 42.98 | - |
| YUV | 117.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 176 | 0 | 0.68 | 0.12 | 0.22 | 310.22 | 0.55 | 0.52 |
| Hex | C7 | 40 | B0 | 0 | 44 | C | 16 | 136 | 37 | 34 |
| Octal | 307 | 100 | 260 | 0 | 104 | 14 | 26 | 466 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10110000 | 0 | 1000100 | 1100 | 10110 | 100110110 | 110111 | 110100 |
Color Harmonies of #C740B0
Complementary color
Monochromatic Colors of #C740B0
Black with #C740B0
Text Example
Text Example
White with #C740B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740B0; }
p { color: rgb(199,64,176); }
H1.HeaderClassName
{
color: #C740B0;
}
.AnyTagClassName
{
color: #C740B0;
}
</style>
background-color css
<style>
a { background-color: #C740B0; }
a { background-color: rgb(199,64,176); }
div.DivClassName
{
background-color: #C740B0;
}
.BgClassName
{
background-color: #C740B0;
}
</style>
border-color css
<style>
span { border-color: #C740B0; }
span { border-color: rgb(199,64,176); }
td.TdClassName
{
border-color: #C740B0;
}
.TagClassName
{
border-color: #C740B0;
}
</style>