Shades of Fuchsia #C74CAB
Tints of Fuchsia #C74CAB
RGB
CMYK
RGB Variations
Color information
#C74CAB (or 0xC74CAB) is known color: Fuchsia. HEX triplet: C7, 4C and AB. RGB value is (199,76,171). Sum of RGB (Red+Green+Blue) = 199+76+171=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CAB is #38B354. Grayscale: #7B7B7B. Windows color (decimal): -3715925 or 11226311. OLE color: 11226311.
HSL color Cylindrical-coordinate representation of color #C74CAB: hue angle of 313.66º degrees, saturation: 0.52, 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 #C74CAB is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 171 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 313.66º | 0.52% | 0.54% | - |
| HSV(B) | 313.66º | 0.62% | 0.78% | - |
| XYZ | 33.49 | 20.25 | 40.67 | - |
| YUV | 123.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 171 | 0 | 0.62 | 0.14 | 0.22 | 313.66 | 0.52 | 0.54 |
| Hex | C7 | 4C | AB | 0 | 3E | E | 16 | 13A | 34 | 36 |
| Octal | 307 | 114 | 253 | 0 | 76 | 16 | 26 | 472 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10101011 | 0 | 111110 | 1110 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C74CAB
Complementary color
Monochromatic Colors of #C74CAB
Black with #C74CAB
Text Example
Text Example
White with #C74CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CAB; }
p { color: rgb(199,76,171); }
H1.HeaderClassName
{
color: #C74CAB;
}
.AnyTagClassName
{
color: #C74CAB;
}
</style>
background-color css
<style>
a { background-color: #C74CAB; }
a { background-color: rgb(199,76,171); }
div.DivClassName
{
background-color: #C74CAB;
}
.BgClassName
{
background-color: #C74CAB;
}
</style>
border-color css
<style>
span { border-color: #C74CAB; }
span { border-color: rgb(199,76,171); }
td.TdClassName
{
border-color: #C74CAB;
}
.TagClassName
{
border-color: #C74CAB;
}
</style>