Shades of Fuchsia #C74EAB
Tints of Fuchsia #C74EAB
RGB
CMYK
RGB Variations
Color information
#C74EAB (or 0xC74EAB) is known color: Fuchsia. HEX triplet: C7, 4E and AB. RGB value is (199,78,171). Sum of RGB (Red+Green+Blue) = 199+78+171=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74EAB is #38B154. Grayscale: #7C7C7C. Windows color (decimal): -3715413 or 11226823. OLE color: 11226823.
HSL color Cylindrical-coordinate representation of color #C74EAB: hue angle of 313.88º 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 #C74EAB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 171 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.22 |
| HSL | 313.88º | 0.52% | 0.54% | - |
| HSV(B) | 313.88º | 0.61% | 0.78% | - |
| XYZ | 33.63 | 20.53 | 40.72 | - |
| YUV | 124.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 171 | 0 | 0.61 | 0.14 | 0.22 | 313.88 | 0.52 | 0.54 |
| Hex | C7 | 4E | AB | 0 | 3D | E | 16 | 13A | 34 | 36 |
| Octal | 307 | 116 | 253 | 0 | 75 | 16 | 26 | 472 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10101011 | 0 | 111101 | 1110 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C74EAB
Complementary color
Monochromatic Colors of #C74EAB
Black with #C74EAB
Text Example
Text Example
White with #C74EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EAB; }
p { color: rgb(199,78,171); }
H1.HeaderClassName
{
color: #C74EAB;
}
.AnyTagClassName
{
color: #C74EAB;
}
</style>
background-color css
<style>
a { background-color: #C74EAB; }
a { background-color: rgb(199,78,171); }
div.DivClassName
{
background-color: #C74EAB;
}
.BgClassName
{
background-color: #C74EAB;
}
</style>
border-color css
<style>
span { border-color: #C74EAB; }
span { border-color: rgb(199,78,171); }
td.TdClassName
{
border-color: #C74EAB;
}
.TagClassName
{
border-color: #C74EAB;
}
</style>