Shades of Fuchsia #C73AAF
Tints of Fuchsia #C73AAF
RGB
CMYK
RGB Variations
Color information
#C73AAF (or 0xC73AAF) is known color: Fuchsia. HEX triplet: C7, 3A and AF. RGB value is (199,58,175). Sum of RGB (Red+Green+Blue) = 199+58+175=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAF is #38C550. Grayscale: #717171. Windows color (decimal): -3720529 or 11483847. OLE color: 11483847.
HSL color Cylindrical-coordinate representation of color #C73AAF: hue angle of 310.21º 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 #C73AAF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 175 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 310.21º | 0.56% | 0.5% | - |
| HSV(B) | 310.21º | 0.71% | 0.78% | - |
| XYZ | 32.8 | 18.26 | 42.35 | - |
| YUV | 113.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 175 | 0 | 0.71 | 0.12 | 0.22 | 310.21 | 0.56 | 0.5 |
| Hex | C7 | 3A | AF | 0 | 47 | C | 16 | 136 | 38 | 32 |
| Octal | 307 | 72 | 257 | 0 | 107 | 14 | 26 | 466 | 70 | 62 |
| Binary | 11000111 | 111010 | 10101111 | 0 | 1000111 | 1100 | 10110 | 100110110 | 111000 | 110010 |
Color Harmonies of #C73AAF
Complementary color
Monochromatic Colors of #C73AAF
Black with #C73AAF
Text Example
Text Example
White with #C73AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AAF; }
p { color: rgb(199,58,175); }
H1.HeaderClassName
{
color: #C73AAF;
}
.AnyTagClassName
{
color: #C73AAF;
}
</style>
background-color css
<style>
a { background-color: #C73AAF; }
a { background-color: rgb(199,58,175); }
div.DivClassName
{
background-color: #C73AAF;
}
.BgClassName
{
background-color: #C73AAF;
}
</style>
border-color css
<style>
span { border-color: #C73AAF; }
span { border-color: rgb(199,58,175); }
td.TdClassName
{
border-color: #C73AAF;
}
.TagClassName
{
border-color: #C73AAF;
}
</style>