Shades of Fuchsia #C73AAE
Tints of Fuchsia #C73AAE
RGB
CMYK
RGB Variations
Color information
#C73AAE (or 0xC73AAE) is known color: Fuchsia. HEX triplet: C7, 3A and AE. RGB value is (199,58,174). Sum of RGB (Red+Green+Blue) = 199+58+174=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAE is #38C551. Grayscale: #717171. Windows color (decimal): -3720530 or 11418311. OLE color: 11418311.
HSL color Cylindrical-coordinate representation of color #C73AAE: hue angle of 310.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AAE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 174 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.22 |
| HSL | 310.64º | 0.56% | 0.5% | - |
| HSV(B) | 310.64º | 0.71% | 0.78% | - |
| XYZ | 32.71 | 18.22 | 41.84 | - |
| YUV | 113.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 174 | 0 | 0.71 | 0.13 | 0.22 | 310.64 | 0.56 | 0.5 |
| Hex | C7 | 3A | AE | 0 | 47 | D | 16 | 137 | 38 | 32 |
| Octal | 307 | 72 | 256 | 0 | 107 | 15 | 26 | 467 | 70 | 62 |
| Binary | 11000111 | 111010 | 10101110 | 0 | 1000111 | 1101 | 10110 | 100110111 | 111000 | 110010 |
Color Harmonies of #C73AAE
Complementary color
Monochromatic Colors of #C73AAE
Black with #C73AAE
Text Example
Text Example
White with #C73AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AAE; }
p { color: rgb(199,58,174); }
H1.HeaderClassName
{
color: #C73AAE;
}
.AnyTagClassName
{
color: #C73AAE;
}
</style>
background-color css
<style>
a { background-color: #C73AAE; }
a { background-color: rgb(199,58,174); }
div.DivClassName
{
background-color: #C73AAE;
}
.BgClassName
{
background-color: #C73AAE;
}
</style>
border-color css
<style>
span { border-color: #C73AAE; }
span { border-color: rgb(199,58,174); }
td.TdClassName
{
border-color: #C73AAE;
}
.TagClassName
{
border-color: #C73AAE;
}
</style>