Shades of Fuchsia #C73AAC
Tints of Fuchsia #C73AAC
RGB
CMYK
RGB Variations
Color information
#C73AAC (or 0xC73AAC) is known color: Fuchsia. HEX triplet: C7, 3A and AC. RGB value is (199,58,172). Sum of RGB (Red+Green+Blue) = 199+58+172=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAC is #38C553. Grayscale: #707070. Windows color (decimal): -3720532 or 11287239. OLE color: 11287239.
HSL color Cylindrical-coordinate representation of color #C73AAC: hue angle of 311.49º 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 #C73AAC is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 172 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 311.49º | 0.56% | 0.5% | - |
| HSV(B) | 311.49º | 0.71% | 0.78% | - |
| XYZ | 32.51 | 18.15 | 40.82 | - |
| YUV | 113.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 172 | 0 | 0.71 | 0.14 | 0.22 | 311.49 | 0.56 | 0.5 |
| Hex | C7 | 3A | AC | 0 | 47 | E | 16 | 137 | 38 | 32 |
| Octal | 307 | 72 | 254 | 0 | 107 | 16 | 26 | 467 | 70 | 62 |
| Binary | 11000111 | 111010 | 10101100 | 0 | 1000111 | 1110 | 10110 | 100110111 | 111000 | 110010 |
Color Harmonies of #C73AAC
Complementary color
Monochromatic Colors of #C73AAC
Black with #C73AAC
Text Example
Text Example
White with #C73AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AAC; }
p { color: rgb(199,58,172); }
H1.HeaderClassName
{
color: #C73AAC;
}
.AnyTagClassName
{
color: #C73AAC;
}
</style>
background-color css
<style>
a { background-color: #C73AAC; }
a { background-color: rgb(199,58,172); }
div.DivClassName
{
background-color: #C73AAC;
}
.BgClassName
{
background-color: #C73AAC;
}
</style>
border-color css
<style>
span { border-color: #C73AAC; }
span { border-color: rgb(199,58,172); }
td.TdClassName
{
border-color: #C73AAC;
}
.TagClassName
{
border-color: #C73AAC;
}
</style>