Shades of Fuchsia #C74AB5
Tints of Fuchsia #C74AB5
RGB
CMYK
RGB Variations
Color information
#C74AB5 (or 0xC74AB5) is known color: Fuchsia. HEX triplet: C7, 4A and B5. RGB value is (199,74,181). Sum of RGB (Red+Green+Blue) = 199+74+181=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AB5 is #38B54A. Grayscale: #7B7B7B. Windows color (decimal): -3716427 or 11881159. OLE color: 11881159.
HSL color Cylindrical-coordinate representation of color #C74AB5: hue angle of 308.64º 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 #C74AB5 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 181 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.22 |
| HSL | 308.64º | 0.53% | 0.54% | - |
| HSV(B) | 308.64º | 0.63% | 0.78% | - |
| XYZ | 34.34 | 20.38 | 45.84 | - |
| YUV | 123.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 181 | 0 | 0.63 | 0.09 | 0.22 | 308.64 | 0.53 | 0.54 |
| Hex | C7 | 4A | B5 | 0 | 3F | 9 | 16 | 135 | 35 | 36 |
| Octal | 307 | 112 | 265 | 0 | 77 | 11 | 26 | 465 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10110101 | 0 | 111111 | 1001 | 10110 | 100110101 | 110101 | 110110 |
Color Harmonies of #C74AB5
Complementary color
Monochromatic Colors of #C74AB5
Black with #C74AB5
Text Example
Text Example
White with #C74AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AB5; }
p { color: rgb(199,74,181); }
H1.HeaderClassName
{
color: #C74AB5;
}
.AnyTagClassName
{
color: #C74AB5;
}
</style>
background-color css
<style>
a { background-color: #C74AB5; }
a { background-color: rgb(199,74,181); }
div.DivClassName
{
background-color: #C74AB5;
}
.BgClassName
{
background-color: #C74AB5;
}
</style>
border-color css
<style>
span { border-color: #C74AB5; }
span { border-color: rgb(199,74,181); }
td.TdClassName
{
border-color: #C74AB5;
}
.TagClassName
{
border-color: #C74AB5;
}
</style>