Shades of Fuchsia #C74CAA
Tints of Fuchsia #C74CAA
RGB
CMYK
RGB Variations
Color information
#C74CAA (or 0xC74CAA) is known color: Fuchsia. HEX triplet: C7, 4C and AA. RGB value is (199,76,170). Sum of RGB (Red+Green+Blue) = 199+76+170=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CAA is #38B355. Grayscale: #7B7B7B. Windows color (decimal): -3715926 or 11160775. OLE color: 11160775.
HSL color Cylindrical-coordinate representation of color #C74CAA: hue angle of 314.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74CAA is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 170 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.22 |
| HSL | 314.15º | 0.52% | 0.54% | - |
| HSV(B) | 314.15º | 0.62% | 0.78% | - |
| XYZ | 33.39 | 20.21 | 40.17 | - |
| YUV | 123.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 170 | 0 | 0.62 | 0.15 | 0.22 | 314.15 | 0.52 | 0.54 |
| Hex | C7 | 4C | AA | 0 | 3E | F | 16 | 13A | 34 | 36 |
| Octal | 307 | 114 | 252 | 0 | 76 | 17 | 26 | 472 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10101010 | 0 | 111110 | 1111 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C74CAA
Complementary color
Monochromatic Colors of #C74CAA
Black with #C74CAA
Text Example
Text Example
White with #C74CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CAA; }
p { color: rgb(199,76,170); }
H1.HeaderClassName
{
color: #C74CAA;
}
.AnyTagClassName
{
color: #C74CAA;
}
</style>
background-color css
<style>
a { background-color: #C74CAA; }
a { background-color: rgb(199,76,170); }
div.DivClassName
{
background-color: #C74CAA;
}
.BgClassName
{
background-color: #C74CAA;
}
</style>
border-color css
<style>
span { border-color: #C74CAA; }
span { border-color: rgb(199,76,170); }
td.TdClassName
{
border-color: #C74CAA;
}
.TagClassName
{
border-color: #C74CAA;
}
</style>