Shades of Fuchsia #C740CF
Tints of Fuchsia #C740CF
RGB
CMYK
RGB Variations
Color information
#C740CF (or 0xC740CF) is known color: Fuchsia. HEX triplet: C7, 40 and CF. RGB value is (199,64,207). Sum of RGB (Red+Green+Blue) = 199+64+207=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #C740CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740CF is #38BF30. Grayscale: #787878. Windows color (decimal): -3718961 or 13582535. OLE color: 13582535.
HSL color Cylindrical-coordinate representation of color #C740CF: hue angle of 296.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C740CF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 64 | 207 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.64º | 0.6% | 0.53% | - |
| HSV(B) | 296.64º | 0.69% | 0.81% | - |
| XYZ | 36.65 | 20.31 | 61.02 | - |
| YUV | 120.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 207 | 0.04 | 0.69 | 0 | 0.19 | 296.64 | 0.6 | 0.53 |
| Hex | C7 | 40 | CF | 4 | 45 | 0 | 13 | 129 | 3C | 35 |
| Octal | 307 | 100 | 317 | 4 | 105 | 0 | 23 | 451 | 74 | 65 |
| Binary | 11000111 | 1000000 | 11001111 | 100 | 1000101 | 0 | 10011 | 100101001 | 111100 | 110101 |
Color Harmonies of #C740CF
Complementary color
Monochromatic Colors of #C740CF
Black with #C740CF
Text Example
Text Example
White with #C740CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740CF; }
p { color: rgb(199,64,207); }
H1.HeaderClassName
{
color: #C740CF;
}
.AnyTagClassName
{
color: #C740CF;
}
</style>
background-color css
<style>
a { background-color: #C740CF; }
a { background-color: rgb(199,64,207); }
div.DivClassName
{
background-color: #C740CF;
}
.BgClassName
{
background-color: #C740CF;
}
</style>
border-color css
<style>
span { border-color: #C740CF; }
span { border-color: rgb(199,64,207); }
td.TdClassName
{
border-color: #C740CF;
}
.TagClassName
{
border-color: #C740CF;
}
</style>