Shades of Fuchsia #C74EAA
Tints of Fuchsia #C74EAA
RGB
CMYK
RGB Variations
Color information
#C74EAA (or 0xC74EAA) is known color: Fuchsia. HEX triplet: C7, 4E and AA. RGB value is (199,78,170). Sum of RGB (Red+Green+Blue) = 199+78+170=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74EAA is #38B155. Grayscale: #7C7C7C. Windows color (decimal): -3715414 or 11161287. OLE color: 11161287.
HSL color Cylindrical-coordinate representation of color #C74EAA: hue angle of 314.38º 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 #C74EAA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 170 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.22 |
| HSL | 314.38º | 0.52% | 0.54% | - |
| HSV(B) | 314.38º | 0.61% | 0.78% | - |
| XYZ | 33.53 | 20.49 | 40.22 | - |
| YUV | 124.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 170 | 0 | 0.61 | 0.15 | 0.22 | 314.38 | 0.52 | 0.54 |
| Hex | C7 | 4E | AA | 0 | 3D | F | 16 | 13A | 34 | 36 |
| Octal | 307 | 116 | 252 | 0 | 75 | 17 | 26 | 472 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10101010 | 0 | 111101 | 1111 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C74EAA
Complementary color
Monochromatic Colors of #C74EAA
Black with #C74EAA
Text Example
Text Example
White with #C74EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EAA; }
p { color: rgb(199,78,170); }
H1.HeaderClassName
{
color: #C74EAA;
}
.AnyTagClassName
{
color: #C74EAA;
}
</style>
background-color css
<style>
a { background-color: #C74EAA; }
a { background-color: rgb(199,78,170); }
div.DivClassName
{
background-color: #C74EAA;
}
.BgClassName
{
background-color: #C74EAA;
}
</style>
border-color css
<style>
span { border-color: #C74EAA; }
span { border-color: rgb(199,78,170); }
td.TdClassName
{
border-color: #C74EAA;
}
.TagClassName
{
border-color: #C74EAA;
}
</style>