Shades of Fuchsia #C740D1
Tints of Fuchsia #C740D1
RGB
CMYK
RGB Variations
Color information
#C740D1 (or 0xC740D1) is known color: Fuchsia. HEX triplet: C7, 40 and D1. RGB value is (199,64,209). Sum of RGB (Red+Green+Blue) = 199+64+209=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #C740D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740D1 is #38BF2E. Grayscale: #787878. Windows color (decimal): -3718959 or 13713607. OLE color: 13713607.
HSL color Cylindrical-coordinate representation of color #C740D1: hue angle of 295.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C740D1 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 64 | 209 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.18 |
| HSL | 295.86º | 0.61% | 0.54% | - |
| HSV(B) | 295.86º | 0.69% | 0.82% | - |
| XYZ | 36.9 | 20.41 | 62.32 | - |
| YUV | 120.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 209 | 0.05 | 0.69 | 0 | 0.18 | 295.86 | 0.61 | 0.54 |
| Hex | C7 | 40 | D1 | 5 | 45 | 0 | 12 | 128 | 3D | 36 |
| Octal | 307 | 100 | 321 | 5 | 105 | 0 | 22 | 450 | 75 | 66 |
| Binary | 11000111 | 1000000 | 11010001 | 101 | 1000101 | 0 | 10010 | 100101000 | 111101 | 110110 |
Color Harmonies of #C740D1
Complementary color
Monochromatic Colors of #C740D1
Black with #C740D1
Text Example
Text Example
White with #C740D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740D1; }
p { color: rgb(199,64,209); }
H1.HeaderClassName
{
color: #C740D1;
}
.AnyTagClassName
{
color: #C740D1;
}
</style>
background-color css
<style>
a { background-color: #C740D1; }
a { background-color: rgb(199,64,209); }
div.DivClassName
{
background-color: #C740D1;
}
.BgClassName
{
background-color: #C740D1;
}
</style>
border-color css
<style>
span { border-color: #C740D1; }
span { border-color: rgb(199,64,209); }
td.TdClassName
{
border-color: #C740D1;
}
.TagClassName
{
border-color: #C740D1;
}
</style>