Shades of Fuchsia #C74DBF
Tints of Fuchsia #C74DBF
RGB
CMYK
RGB Variations
Color information
#C74DBF (or 0xC74DBF) is known color: Fuchsia. HEX triplet: C7, 4D and BF. RGB value is (199,77,191). Sum of RGB (Red+Green+Blue) = 199+77+191=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DBF is #38B240. Grayscale: #7E7E7E. Windows color (decimal): -3715649 or 12537287. OLE color: 12537287.
HSL color Cylindrical-coordinate representation of color #C74DBF: hue angle of 303.93º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74DBF is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 191 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.22 |
| HSL | 303.93º | 0.52% | 0.54% | - |
| HSV(B) | 303.93º | 0.61% | 0.78% | - |
| XYZ | 35.61 | 21.21 | 51.51 | - |
| YUV | 126.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 191 | 0 | 0.61 | 0.04 | 0.22 | 303.93 | 0.52 | 0.54 |
| Hex | C7 | 4D | BF | 0 | 3D | 4 | 16 | 130 | 34 | 36 |
| Octal | 307 | 115 | 277 | 0 | 75 | 4 | 26 | 460 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10111111 | 0 | 111101 | 100 | 10110 | 100110000 | 110100 | 110110 |
Color Harmonies of #C74DBF
Complementary color
Monochromatic Colors of #C74DBF
Black with #C74DBF
Text Example
Text Example
White with #C74DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DBF; }
p { color: rgb(199,77,191); }
H1.HeaderClassName
{
color: #C74DBF;
}
.AnyTagClassName
{
color: #C74DBF;
}
</style>
background-color css
<style>
a { background-color: #C74DBF; }
a { background-color: rgb(199,77,191); }
div.DivClassName
{
background-color: #C74DBF;
}
.BgClassName
{
background-color: #C74DBF;
}
</style>
border-color css
<style>
span { border-color: #C74DBF; }
span { border-color: rgb(199,77,191); }
td.TdClassName
{
border-color: #C74DBF;
}
.TagClassName
{
border-color: #C74DBF;
}
</style>