Shades of Fuchsia #C74BAA
Tints of Fuchsia #C74BAA
RGB
CMYK
RGB Variations
Color information
#C74BAA (or 0xC74BAA) is known color: Fuchsia. HEX triplet: C7, 4B and AA. RGB value is (199,75,170). Sum of RGB (Red+Green+Blue) = 199+75+170=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAA is #38B455. Grayscale: #7A7A7A. Windows color (decimal): -3716182 or 11160519. OLE color: 11160519.
HSL color Cylindrical-coordinate representation of color #C74BAA: hue angle of 314.03º 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 #C74BAA is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 170 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.22 |
| HSL | 314.03º | 0.53% | 0.54% | - |
| HSV(B) | 314.03º | 0.62% | 0.78% | - |
| XYZ | 33.32 | 20.08 | 40.15 | - |
| YUV | 122.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 170 | 0 | 0.62 | 0.15 | 0.22 | 314.03 | 0.53 | 0.54 |
| Hex | C7 | 4B | AA | 0 | 3E | F | 16 | 13A | 35 | 36 |
| Octal | 307 | 113 | 252 | 0 | 76 | 17 | 26 | 472 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10101010 | 0 | 111110 | 1111 | 10110 | 100111010 | 110101 | 110110 |
Color Harmonies of #C74BAA
Complementary color
Monochromatic Colors of #C74BAA
Black with #C74BAA
Text Example
Text Example
White with #C74BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BAA; }
p { color: rgb(199,75,170); }
H1.HeaderClassName
{
color: #C74BAA;
}
.AnyTagClassName
{
color: #C74BAA;
}
</style>
background-color css
<style>
a { background-color: #C74BAA; }
a { background-color: rgb(199,75,170); }
div.DivClassName
{
background-color: #C74BAA;
}
.BgClassName
{
background-color: #C74BAA;
}
</style>
border-color css
<style>
span { border-color: #C74BAA; }
span { border-color: rgb(199,75,170); }
td.TdClassName
{
border-color: #C74BAA;
}
.TagClassName
{
border-color: #C74BAA;
}
</style>