Shades of Fuchsia #C74AAB
Tints of Fuchsia #C74AAB
RGB
CMYK
RGB Variations
Color information
#C74AAB (or 0xC74AAB) is known color: Fuchsia. HEX triplet: C7, 4A and AB. RGB value is (199,74,171). Sum of RGB (Red+Green+Blue) = 199+74+171=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AAB is #38B554. Grayscale: #7A7A7A. Windows color (decimal): -3716437 or 11225799. OLE color: 11225799.
HSL color Cylindrical-coordinate representation of color #C74AAB: hue angle of 313.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74AAB is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 171 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.22 |
| HSL | 313.44º | 0.53% | 0.54% | - |
| HSV(B) | 313.44º | 0.63% | 0.78% | - |
| XYZ | 33.35 | 19.98 | 40.63 | - |
| YUV | 122.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 171 | 0 | 0.63 | 0.14 | 0.22 | 313.44 | 0.53 | 0.54 |
| Hex | C7 | 4A | AB | 0 | 3F | E | 16 | 139 | 35 | 36 |
| Octal | 307 | 112 | 253 | 0 | 77 | 16 | 26 | 471 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10101011 | 0 | 111111 | 1110 | 10110 | 100111001 | 110101 | 110110 |
Color Harmonies of #C74AAB
Complementary color
Monochromatic Colors of #C74AAB
Black with #C74AAB
Text Example
Text Example
White with #C74AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AAB; }
p { color: rgb(199,74,171); }
H1.HeaderClassName
{
color: #C74AAB;
}
.AnyTagClassName
{
color: #C74AAB;
}
</style>
background-color css
<style>
a { background-color: #C74AAB; }
a { background-color: rgb(199,74,171); }
div.DivClassName
{
background-color: #C74AAB;
}
.BgClassName
{
background-color: #C74AAB;
}
</style>
border-color css
<style>
span { border-color: #C74AAB; }
span { border-color: rgb(199,74,171); }
td.TdClassName
{
border-color: #C74AAB;
}
.TagClassName
{
border-color: #C74AAB;
}
</style>