Shades of Fuchsia #C74DAB
Tints of Fuchsia #C74DAB
RGB
CMYK
RGB Variations
Color information
#C74DAB (or 0xC74DAB) is known color: Fuchsia. HEX triplet: C7, 4D and AB. RGB value is (199,77,171). Sum of RGB (Red+Green+Blue) = 199+77+171=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAB is #38B254. Grayscale: #7B7B7B. Windows color (decimal): -3715669 or 11226567. OLE color: 11226567.
HSL color Cylindrical-coordinate representation of color #C74DAB: hue angle of 313.77º 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 #C74DAB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 171 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.22 |
| HSL | 313.77º | 0.52% | 0.54% | - |
| HSV(B) | 313.77º | 0.61% | 0.78% | - |
| XYZ | 33.56 | 20.39 | 40.7 | - |
| YUV | 124.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 171 | 0 | 0.61 | 0.14 | 0.22 | 313.77 | 0.52 | 0.54 |
| Hex | C7 | 4D | AB | 0 | 3D | E | 16 | 13A | 34 | 36 |
| Octal | 307 | 115 | 253 | 0 | 75 | 16 | 26 | 472 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10101011 | 0 | 111101 | 1110 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C74DAB
Complementary color
Monochromatic Colors of #C74DAB
Black with #C74DAB
Text Example
Text Example
White with #C74DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DAB; }
p { color: rgb(199,77,171); }
H1.HeaderClassName
{
color: #C74DAB;
}
.AnyTagClassName
{
color: #C74DAB;
}
</style>
background-color css
<style>
a { background-color: #C74DAB; }
a { background-color: rgb(199,77,171); }
div.DivClassName
{
background-color: #C74DAB;
}
.BgClassName
{
background-color: #C74DAB;
}
</style>
border-color css
<style>
span { border-color: #C74DAB; }
span { border-color: rgb(199,77,171); }
td.TdClassName
{
border-color: #C74DAB;
}
.TagClassName
{
border-color: #C74DAB;
}
</style>