Shades of Fuchsia #C74CA9
Tints of Fuchsia #C74CA9
RGB
CMYK
RGB Variations
Color information
#C74CA9 (or 0xC74CA9) is known color: Fuchsia. HEX triplet: C7, 4C and A9. RGB value is (199,76,169). Sum of RGB (Red+Green+Blue) = 199+76+169=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CA9 is #38B356. Grayscale: #7B7B7B. Windows color (decimal): -3715927 or 11095239. OLE color: 11095239.
HSL color Cylindrical-coordinate representation of color #C74CA9: hue angle of 314.63º 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 #C74CA9 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 169 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.22 |
| HSL | 314.63º | 0.52% | 0.54% | - |
| HSV(B) | 314.63º | 0.62% | 0.78% | - |
| XYZ | 33.3 | 20.18 | 39.68 | - |
| YUV | 123.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 169 | 0 | 0.62 | 0.15 | 0.22 | 314.63 | 0.52 | 0.54 |
| Hex | C7 | 4C | A9 | 0 | 3E | F | 16 | 13B | 34 | 36 |
| Octal | 307 | 114 | 251 | 0 | 76 | 17 | 26 | 473 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10101001 | 0 | 111110 | 1111 | 10110 | 100111011 | 110100 | 110110 |
Color Harmonies of #C74CA9
Complementary color
Monochromatic Colors of #C74CA9
Black with #C74CA9
Text Example
Text Example
White with #C74CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CA9; }
p { color: rgb(199,76,169); }
H1.HeaderClassName
{
color: #C74CA9;
}
.AnyTagClassName
{
color: #C74CA9;
}
</style>
background-color css
<style>
a { background-color: #C74CA9; }
a { background-color: rgb(199,76,169); }
div.DivClassName
{
background-color: #C74CA9;
}
.BgClassName
{
background-color: #C74CA9;
}
</style>
border-color css
<style>
span { border-color: #C74CA9; }
span { border-color: rgb(199,76,169); }
td.TdClassName
{
border-color: #C74CA9;
}
.TagClassName
{
border-color: #C74CA9;
}
</style>