Shades of Fuchsia #C73DAE
Tints of Fuchsia #C73DAE
RGB
CMYK
RGB Variations
Color information
#C73DAE (or 0xC73DAE) is known color: Fuchsia. HEX triplet: C7, 3D and AE. RGB value is (199,61,174). Sum of RGB (Red+Green+Blue) = 199+61+174=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DAE is #38C251. Grayscale: #727272. Windows color (decimal): -3719762 or 11419079. OLE color: 11419079.
HSL color Cylindrical-coordinate representation of color #C73DAE: hue angle of 310.87º 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 #C73DAE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 174 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.22 |
| HSL | 310.87º | 0.55% | 0.51% | - |
| HSV(B) | 310.87º | 0.69% | 0.78% | - |
| XYZ | 32.86 | 18.54 | 41.89 | - |
| YUV | 115.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 174 | 0 | 0.69 | 0.13 | 0.22 | 310.87 | 0.55 | 0.51 |
| Hex | C7 | 3D | AE | 0 | 45 | D | 16 | 137 | 37 | 33 |
| Octal | 307 | 75 | 256 | 0 | 105 | 15 | 26 | 467 | 67 | 63 |
| Binary | 11000111 | 111101 | 10101110 | 0 | 1000101 | 1101 | 10110 | 100110111 | 110111 | 110011 |
Color Harmonies of #C73DAE
Complementary color
Monochromatic Colors of #C73DAE
Black with #C73DAE
Text Example
Text Example
White with #C73DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DAE; }
p { color: rgb(199,61,174); }
H1.HeaderClassName
{
color: #C73DAE;
}
.AnyTagClassName
{
color: #C73DAE;
}
</style>
background-color css
<style>
a { background-color: #C73DAE; }
a { background-color: rgb(199,61,174); }
div.DivClassName
{
background-color: #C73DAE;
}
.BgClassName
{
background-color: #C73DAE;
}
</style>
border-color css
<style>
span { border-color: #C73DAE; }
span { border-color: rgb(199,61,174); }
td.TdClassName
{
border-color: #C73DAE;
}
.TagClassName
{
border-color: #C73DAE;
}
</style>