Shades of Fuchsia #C74AB0
Tints of Fuchsia #C74AB0
RGB
CMYK
RGB Variations
Color information
#C74AB0 (or 0xC74AB0) is known color: Fuchsia. HEX triplet: C7, 4A and B0. RGB value is (199,74,176). Sum of RGB (Red+Green+Blue) = 199+74+176=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AB0 is #38B54F. Grayscale: #7A7A7A. Windows color (decimal): -3716432 or 11553479. OLE color: 11553479.
HSL color Cylindrical-coordinate representation of color #C74AB0: hue angle of 311.04º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74AB0 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 176 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.22 |
| HSL | 311.04º | 0.53% | 0.54% | - |
| HSV(B) | 311.04º | 0.63% | 0.78% | - |
| XYZ | 33.84 | 20.17 | 43.18 | - |
| YUV | 123 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 176 | 0 | 0.63 | 0.12 | 0.22 | 311.04 | 0.53 | 0.54 |
| Hex | C7 | 4A | B0 | 0 | 3F | C | 16 | 137 | 35 | 36 |
| Octal | 307 | 112 | 260 | 0 | 77 | 14 | 26 | 467 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10110000 | 0 | 111111 | 1100 | 10110 | 100110111 | 110101 | 110110 |
Color Harmonies of #C74AB0
Complementary color
Monochromatic Colors of #C74AB0
Black with #C74AB0
Text Example
Text Example
White with #C74AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AB0; }
p { color: rgb(199,74,176); }
H1.HeaderClassName
{
color: #C74AB0;
}
.AnyTagClassName
{
color: #C74AB0;
}
</style>
background-color css
<style>
a { background-color: #C74AB0; }
a { background-color: rgb(199,74,176); }
div.DivClassName
{
background-color: #C74AB0;
}
.BgClassName
{
background-color: #C74AB0;
}
</style>
border-color css
<style>
span { border-color: #C74AB0; }
span { border-color: rgb(199,74,176); }
td.TdClassName
{
border-color: #C74AB0;
}
.TagClassName
{
border-color: #C74AB0;
}
</style>