Shades of Fuchsia #C74BAB
Tints of Fuchsia #C74BAB
RGB
CMYK
RGB Variations
Color information
#C74BAB (or 0xC74BAB) is known color: Fuchsia. HEX triplet: C7, 4B and AB. RGB value is (199,75,171). Sum of RGB (Red+Green+Blue) = 199+75+171=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAB is #38B454. Grayscale: #7A7A7A. Windows color (decimal): -3716181 or 11226055. OLE color: 11226055.
HSL color Cylindrical-coordinate representation of color #C74BAB: hue angle of 313.55º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74BAB is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 171 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 313.55º | 0.53% | 0.54% | - |
| HSV(B) | 313.55º | 0.62% | 0.78% | - |
| XYZ | 33.42 | 20.11 | 40.65 | - |
| YUV | 123.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 171 | 0 | 0.62 | 0.14 | 0.22 | 313.55 | 0.53 | 0.54 |
| Hex | C7 | 4B | AB | 0 | 3E | E | 16 | 13A | 35 | 36 |
| Octal | 307 | 113 | 253 | 0 | 76 | 16 | 26 | 472 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10101011 | 0 | 111110 | 1110 | 10110 | 100111010 | 110101 | 110110 |
Color Harmonies of #C74BAB
Complementary color
Monochromatic Colors of #C74BAB
Black with #C74BAB
Text Example
Text Example
White with #C74BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BAB; }
p { color: rgb(199,75,171); }
H1.HeaderClassName
{
color: #C74BAB;
}
.AnyTagClassName
{
color: #C74BAB;
}
</style>
background-color css
<style>
a { background-color: #C74BAB; }
a { background-color: rgb(199,75,171); }
div.DivClassName
{
background-color: #C74BAB;
}
.BgClassName
{
background-color: #C74BAB;
}
</style>
border-color css
<style>
span { border-color: #C74BAB; }
span { border-color: rgb(199,75,171); }
td.TdClassName
{
border-color: #C74BAB;
}
.TagClassName
{
border-color: #C74BAB;
}
</style>