Shades of Fuchsia #C74FAB
Tints of Fuchsia #C74FAB
RGB
CMYK
RGB Variations
Color information
#C74FAB (or 0xC74FAB) is known color: Fuchsia. HEX triplet: C7, 4F and AB. RGB value is (199,79,171). Sum of RGB (Red+Green+Blue) = 199+79+171=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FAB is #38B054. Grayscale: #7D7D7D. Windows color (decimal): -3715157 or 11227079. OLE color: 11227079.
HSL color Cylindrical-coordinate representation of color #C74FAB: hue angle of 314º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74FAB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 171 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.22 |
| HSL | 314º | 0.52% | 0.55% | - |
| HSV(B) | 314º | 0.6% | 0.78% | - |
| XYZ | 33.7 | 20.67 | 40.74 | - |
| YUV | 125.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 171 | 0 | 0.60 | 0.14 | 0.22 | 314 | 0.52 | 0.55 |
| Hex | C7 | 4F | AB | 0 | 3C | E | 16 | 13A | 34 | 37 |
| Octal | 307 | 117 | 253 | 0 | 74 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10101011 | 0 | 111100 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C74FAB
Complementary color
Monochromatic Colors of #C74FAB
Black with #C74FAB
Text Example
Text Example
White with #C74FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FAB; }
p { color: rgb(199,79,171); }
H1.HeaderClassName
{
color: #C74FAB;
}
.AnyTagClassName
{
color: #C74FAB;
}
</style>
background-color css
<style>
a { background-color: #C74FAB; }
a { background-color: rgb(199,79,171); }
div.DivClassName
{
background-color: #C74FAB;
}
.BgClassName
{
background-color: #C74FAB;
}
</style>
border-color css
<style>
span { border-color: #C74FAB; }
span { border-color: rgb(199,79,171); }
td.TdClassName
{
border-color: #C74FAB;
}
.TagClassName
{
border-color: #C74FAB;
}
</style>