Shades of Fuchsia #C74DAD
Tints of Fuchsia #C74DAD
RGB
CMYK
RGB Variations
Color information
#C74DAD (or 0xC74DAD) is known color: Fuchsia. HEX triplet: C7, 4D and AD. RGB value is (199,77,173). Sum of RGB (Red+Green+Blue) = 199+77+173=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAD is #38B252. Grayscale: #7C7C7C. Windows color (decimal): -3715667 or 11357639. OLE color: 11357639.
HSL color Cylindrical-coordinate representation of color #C74DAD: hue angle of 312.79º 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 #C74DAD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 173 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.22 |
| HSL | 312.79º | 0.52% | 0.54% | - |
| HSV(B) | 312.79º | 0.61% | 0.78% | - |
| XYZ | 33.75 | 20.47 | 41.71 | - |
| YUV | 124.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 173 | 0 | 0.61 | 0.13 | 0.22 | 312.79 | 0.52 | 0.54 |
| Hex | C7 | 4D | AD | 0 | 3D | D | 16 | 139 | 34 | 36 |
| Octal | 307 | 115 | 255 | 0 | 75 | 15 | 26 | 471 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10101101 | 0 | 111101 | 1101 | 10110 | 100111001 | 110100 | 110110 |
Color Harmonies of #C74DAD
Complementary color
Monochromatic Colors of #C74DAD
Black with #C74DAD
Text Example
Text Example
White with #C74DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DAD; }
p { color: rgb(199,77,173); }
H1.HeaderClassName
{
color: #C74DAD;
}
.AnyTagClassName
{
color: #C74DAD;
}
</style>
background-color css
<style>
a { background-color: #C74DAD; }
a { background-color: rgb(199,77,173); }
div.DivClassName
{
background-color: #C74DAD;
}
.BgClassName
{
background-color: #C74DAD;
}
</style>
border-color css
<style>
span { border-color: #C74DAD; }
span { border-color: rgb(199,77,173); }
td.TdClassName
{
border-color: #C74DAD;
}
.TagClassName
{
border-color: #C74DAD;
}
</style>