Shades of Fuchsia #C73AAD
Tints of Fuchsia #C73AAD
RGB
CMYK
RGB Variations
Color information
#C73AAD (or 0xC73AAD) is known color: Fuchsia. HEX triplet: C7, 3A and AD. RGB value is (199,58,173). Sum of RGB (Red+Green+Blue) = 199+58+173=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAD is #38C552. Grayscale: #707070. Windows color (decimal): -3720531 or 11352775. OLE color: 11352775.
HSL color Cylindrical-coordinate representation of color #C73AAD: hue angle of 311.06º 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 #C73AAD is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 173 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.22 |
| HSL | 311.06º | 0.56% | 0.5% | - |
| HSV(B) | 311.06º | 0.71% | 0.78% | - |
| XYZ | 32.61 | 18.19 | 41.33 | - |
| YUV | 113.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 173 | 0 | 0.71 | 0.13 | 0.22 | 311.06 | 0.56 | 0.5 |
| Hex | C7 | 3A | AD | 0 | 47 | D | 16 | 137 | 38 | 32 |
| Octal | 307 | 72 | 255 | 0 | 107 | 15 | 26 | 467 | 70 | 62 |
| Binary | 11000111 | 111010 | 10101101 | 0 | 1000111 | 1101 | 10110 | 100110111 | 111000 | 110010 |
Color Harmonies of #C73AAD
Complementary color
Monochromatic Colors of #C73AAD
Black with #C73AAD
Text Example
Text Example
White with #C73AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AAD; }
p { color: rgb(199,58,173); }
H1.HeaderClassName
{
color: #C73AAD;
}
.AnyTagClassName
{
color: #C73AAD;
}
</style>
background-color css
<style>
a { background-color: #C73AAD; }
a { background-color: rgb(199,58,173); }
div.DivClassName
{
background-color: #C73AAD;
}
.BgClassName
{
background-color: #C73AAD;
}
</style>
border-color css
<style>
span { border-color: #C73AAD; }
span { border-color: rgb(199,58,173); }
td.TdClassName
{
border-color: #C73AAD;
}
.TagClassName
{
border-color: #C73AAD;
}
</style>