Shades of Fuchsia #C74DAA
Tints of Fuchsia #C74DAA
RGB
CMYK
RGB Variations
Color information
#C74DAA (or 0xC74DAA) is known color: Fuchsia. HEX triplet: C7, 4D and AA. RGB value is (199,77,170). Sum of RGB (Red+Green+Blue) = 199+77+170=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAA is #38B255. Grayscale: #7B7B7B. Windows color (decimal): -3715670 or 11161031. OLE color: 11161031.
HSL color Cylindrical-coordinate representation of color #C74DAA: hue angle of 314.26º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74DAA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 170 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.22 |
| HSL | 314.26º | 0.52% | 0.54% | - |
| HSV(B) | 314.26º | 0.61% | 0.78% | - |
| XYZ | 33.46 | 20.35 | 40.19 | - |
| YUV | 124.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 170 | 0 | 0.61 | 0.15 | 0.22 | 314.26 | 0.52 | 0.54 |
| Hex | C7 | 4D | AA | 0 | 3D | F | 16 | 13A | 34 | 36 |
| Octal | 307 | 115 | 252 | 0 | 75 | 17 | 26 | 472 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10101010 | 0 | 111101 | 1111 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C74DAA
Complementary color
Monochromatic Colors of #C74DAA
Black with #C74DAA
Text Example
Text Example
White with #C74DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DAA; }
p { color: rgb(199,77,170); }
H1.HeaderClassName
{
color: #C74DAA;
}
.AnyTagClassName
{
color: #C74DAA;
}
</style>
background-color css
<style>
a { background-color: #C74DAA; }
a { background-color: rgb(199,77,170); }
div.DivClassName
{
background-color: #C74DAA;
}
.BgClassName
{
background-color: #C74DAA;
}
</style>
border-color css
<style>
span { border-color: #C74DAA; }
span { border-color: rgb(199,77,170); }
td.TdClassName
{
border-color: #C74DAA;
}
.TagClassName
{
border-color: #C74DAA;
}
</style>