Shades of Fuchsia #C74BAC
Tints of Fuchsia #C74BAC
RGB
CMYK
RGB Variations
Color information
#C74BAC (or 0xC74BAC) is known color: Fuchsia. HEX triplet: C7, 4B and AC. RGB value is (199,75,172). Sum of RGB (Red+Green+Blue) = 199+75+172=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAC is #38B453. Grayscale: #7A7A7A. Windows color (decimal): -3716180 or 11291591. OLE color: 11291591.
HSL color Cylindrical-coordinate representation of color #C74BAC: hue angle of 313.06º 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 #C74BAC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 172 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 313.06º | 0.53% | 0.54% | - |
| HSV(B) | 313.06º | 0.62% | 0.78% | - |
| XYZ | 33.52 | 20.15 | 41.15 | - |
| YUV | 123.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 172 | 0 | 0.62 | 0.14 | 0.22 | 313.06 | 0.53 | 0.54 |
| Hex | C7 | 4B | AC | 0 | 3E | E | 16 | 139 | 35 | 36 |
| Octal | 307 | 113 | 254 | 0 | 76 | 16 | 26 | 471 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10101100 | 0 | 111110 | 1110 | 10110 | 100111001 | 110101 | 110110 |
Color Harmonies of #C74BAC
Complementary color
Monochromatic Colors of #C74BAC
Black with #C74BAC
Text Example
Text Example
White with #C74BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BAC; }
p { color: rgb(199,75,172); }
H1.HeaderClassName
{
color: #C74BAC;
}
.AnyTagClassName
{
color: #C74BAC;
}
</style>
background-color css
<style>
a { background-color: #C74BAC; }
a { background-color: rgb(199,75,172); }
div.DivClassName
{
background-color: #C74BAC;
}
.BgClassName
{
background-color: #C74BAC;
}
</style>
border-color css
<style>
span { border-color: #C74BAC; }
span { border-color: rgb(199,75,172); }
td.TdClassName
{
border-color: #C74BAC;
}
.TagClassName
{
border-color: #C74BAC;
}
</style>