Shades of Fuchsia #C74AAF
Tints of Fuchsia #C74AAF
RGB
CMYK
RGB Variations
Color information
#C74AAF (or 0xC74AAF) is known color: Fuchsia. HEX triplet: C7, 4A and AF. RGB value is (199,74,175). Sum of RGB (Red+Green+Blue) = 199+74+175=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AAF is #38B550. Grayscale: #7A7A7A. Windows color (decimal): -3716433 or 11487943. OLE color: 11487943.
HSL color Cylindrical-coordinate representation of color #C74AAF: hue angle of 311.52º 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 #C74AAF is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 175 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.22 |
| HSL | 311.52º | 0.53% | 0.54% | - |
| HSV(B) | 311.52º | 0.63% | 0.78% | - |
| XYZ | 33.74 | 20.13 | 42.67 | - |
| YUV | 122.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 175 | 0 | 0.63 | 0.12 | 0.22 | 311.52 | 0.53 | 0.54 |
| Hex | C7 | 4A | AF | 0 | 3F | C | 16 | 138 | 35 | 36 |
| Octal | 307 | 112 | 257 | 0 | 77 | 14 | 26 | 470 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10101111 | 0 | 111111 | 1100 | 10110 | 100111000 | 110101 | 110110 |
Color Harmonies of #C74AAF
Complementary color
Monochromatic Colors of #C74AAF
Black with #C74AAF
Text Example
Text Example
White with #C74AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AAF; }
p { color: rgb(199,74,175); }
H1.HeaderClassName
{
color: #C74AAF;
}
.AnyTagClassName
{
color: #C74AAF;
}
</style>
background-color css
<style>
a { background-color: #C74AAF; }
a { background-color: rgb(199,74,175); }
div.DivClassName
{
background-color: #C74AAF;
}
.BgClassName
{
background-color: #C74AAF;
}
</style>
border-color css
<style>
span { border-color: #C74AAF; }
span { border-color: rgb(199,74,175); }
td.TdClassName
{
border-color: #C74AAF;
}
.TagClassName
{
border-color: #C74AAF;
}
</style>