Shades of Fuchsia #C74AB2
Tints of Fuchsia #C74AB2
RGB
CMYK
RGB Variations
Color information
#C74AB2 (or 0xC74AB2) is known color: Fuchsia. HEX triplet: C7, 4A and B2. RGB value is (199,74,178). Sum of RGB (Red+Green+Blue) = 199+74+178=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AB2 is #38B54D. Grayscale: #7A7A7A. Windows color (decimal): -3716430 or 11684551. OLE color: 11684551.
HSL color Cylindrical-coordinate representation of color #C74AB2: hue angle of 310.08º 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 #C74AB2 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 178 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.22 |
| HSL | 310.08º | 0.53% | 0.54% | - |
| HSV(B) | 310.08º | 0.63% | 0.78% | - |
| XYZ | 34.04 | 20.25 | 44.23 | - |
| YUV | 123.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 178 | 0 | 0.63 | 0.11 | 0.22 | 310.08 | 0.53 | 0.54 |
| Hex | C7 | 4A | B2 | 0 | 3F | B | 16 | 136 | 35 | 36 |
| Octal | 307 | 112 | 262 | 0 | 77 | 13 | 26 | 466 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10110010 | 0 | 111111 | 1011 | 10110 | 100110110 | 110101 | 110110 |
Color Harmonies of #C74AB2
Complementary color
Monochromatic Colors of #C74AB2
Black with #C74AB2
Text Example
Text Example
White with #C74AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AB2; }
p { color: rgb(199,74,178); }
H1.HeaderClassName
{
color: #C74AB2;
}
.AnyTagClassName
{
color: #C74AB2;
}
</style>
background-color css
<style>
a { background-color: #C74AB2; }
a { background-color: rgb(199,74,178); }
div.DivClassName
{
background-color: #C74AB2;
}
.BgClassName
{
background-color: #C74AB2;
}
</style>
border-color css
<style>
span { border-color: #C74AB2; }
span { border-color: rgb(199,74,178); }
td.TdClassName
{
border-color: #C74AB2;
}
.TagClassName
{
border-color: #C74AB2;
}
</style>