Shades of Fuchsia #C74DAF
Tints of Fuchsia #C74DAF
RGB
CMYK
RGB Variations
Color information
#C74DAF (or 0xC74DAF) is known color: Fuchsia. HEX triplet: C7, 4D and AF. RGB value is (199,77,175). Sum of RGB (Red+Green+Blue) = 199+77+175=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAF is #38B250. Grayscale: #7C7C7C. Windows color (decimal): -3715665 or 11488711. OLE color: 11488711.
HSL color Cylindrical-coordinate representation of color #C74DAF: hue angle of 311.8º 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 #C74DAF is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 175 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.22 |
| HSL | 311.8º | 0.52% | 0.54% | - |
| HSV(B) | 311.8º | 0.61% | 0.78% | - |
| XYZ | 33.94 | 20.55 | 42.73 | - |
| YUV | 124.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 175 | 0 | 0.61 | 0.12 | 0.22 | 311.8 | 0.52 | 0.54 |
| Hex | C7 | 4D | AF | 0 | 3D | C | 16 | 138 | 34 | 36 |
| Octal | 307 | 115 | 257 | 0 | 75 | 14 | 26 | 470 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10101111 | 0 | 111101 | 1100 | 10110 | 100111000 | 110100 | 110110 |
Color Harmonies of #C74DAF
Complementary color
Monochromatic Colors of #C74DAF
Black with #C74DAF
Text Example
Text Example
White with #C74DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DAF; }
p { color: rgb(199,77,175); }
H1.HeaderClassName
{
color: #C74DAF;
}
.AnyTagClassName
{
color: #C74DAF;
}
</style>
background-color css
<style>
a { background-color: #C74DAF; }
a { background-color: rgb(199,77,175); }
div.DivClassName
{
background-color: #C74DAF;
}
.BgClassName
{
background-color: #C74DAF;
}
</style>
border-color css
<style>
span { border-color: #C74DAF; }
span { border-color: rgb(199,77,175); }
td.TdClassName
{
border-color: #C74DAF;
}
.TagClassName
{
border-color: #C74DAF;
}
</style>