Shades of Fuchsia #C73DAC
Tints of Fuchsia #C73DAC
RGB
CMYK
RGB Variations
Color information
#C73DAC (or 0xC73DAC) is known color: Fuchsia. HEX triplet: C7, 3D and AC. RGB value is (199,61,172). Sum of RGB (Red+Green+Blue) = 199+61+172=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DAC is #38C253. Grayscale: #727272. Windows color (decimal): -3719764 or 11288007. OLE color: 11288007.
HSL color Cylindrical-coordinate representation of color #C73DAC: hue angle of 311.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73DAC is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 172 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.22 |
| HSL | 311.74º | 0.55% | 0.51% | - |
| HSV(B) | 311.74º | 0.69% | 0.78% | - |
| XYZ | 32.67 | 18.46 | 40.87 | - |
| YUV | 114.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 172 | 0 | 0.69 | 0.14 | 0.22 | 311.74 | 0.55 | 0.51 |
| Hex | C7 | 3D | AC | 0 | 45 | E | 16 | 138 | 37 | 33 |
| Octal | 307 | 75 | 254 | 0 | 105 | 16 | 26 | 470 | 67 | 63 |
| Binary | 11000111 | 111101 | 10101100 | 0 | 1000101 | 1110 | 10110 | 100111000 | 110111 | 110011 |
Color Harmonies of #C73DAC
Complementary color
Monochromatic Colors of #C73DAC
Black with #C73DAC
Text Example
Text Example
White with #C73DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DAC; }
p { color: rgb(199,61,172); }
H1.HeaderClassName
{
color: #C73DAC;
}
.AnyTagClassName
{
color: #C73DAC;
}
</style>
background-color css
<style>
a { background-color: #C73DAC; }
a { background-color: rgb(199,61,172); }
div.DivClassName
{
background-color: #C73DAC;
}
.BgClassName
{
background-color: #C73DAC;
}
</style>
border-color css
<style>
span { border-color: #C73DAC; }
span { border-color: rgb(199,61,172); }
td.TdClassName
{
border-color: #C73DAC;
}
.TagClassName
{
border-color: #C73DAC;
}
</style>