Shades of Fuchsia #C74AB4
Tints of Fuchsia #C74AB4
RGB
CMYK
RGB Variations
Color information
#C74AB4 (or 0xC74AB4) is known color: Fuchsia. HEX triplet: C7, 4A and B4. RGB value is (199,74,180). Sum of RGB (Red+Green+Blue) = 199+74+180=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AB4 is #38B54B. Grayscale: #7B7B7B. Windows color (decimal): -3716428 or 11815623. OLE color: 11815623.
HSL color Cylindrical-coordinate representation of color #C74AB4: hue angle of 309.12º 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 #C74AB4 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 180 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.22 |
| HSL | 309.12º | 0.53% | 0.54% | - |
| HSV(B) | 309.12º | 0.63% | 0.78% | - |
| XYZ | 34.24 | 20.33 | 45.3 | - |
| YUV | 123.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 180 | 0 | 0.63 | 0.10 | 0.22 | 309.12 | 0.53 | 0.54 |
| Hex | C7 | 4A | B4 | 0 | 3F | A | 16 | 135 | 35 | 36 |
| Octal | 307 | 112 | 264 | 0 | 77 | 12 | 26 | 465 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10110100 | 0 | 111111 | 1010 | 10110 | 100110101 | 110101 | 110110 |
Color Harmonies of #C74AB4
Complementary color
Monochromatic Colors of #C74AB4
Black with #C74AB4
Text Example
Text Example
White with #C74AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AB4; }
p { color: rgb(199,74,180); }
H1.HeaderClassName
{
color: #C74AB4;
}
.AnyTagClassName
{
color: #C74AB4;
}
</style>
background-color css
<style>
a { background-color: #C74AB4; }
a { background-color: rgb(199,74,180); }
div.DivClassName
{
background-color: #C74AB4;
}
.BgClassName
{
background-color: #C74AB4;
}
</style>
border-color css
<style>
span { border-color: #C74AB4; }
span { border-color: rgb(199,74,180); }
td.TdClassName
{
border-color: #C74AB4;
}
.TagClassName
{
border-color: #C74AB4;
}
</style>