Shades of Fuchsia #C73BAE
Tints of Fuchsia #C73BAE
RGB
CMYK
RGB Variations
Color information
#C73BAE (or 0xC73BAE) is known color: Fuchsia. HEX triplet: C7, 3B and AE. RGB value is (199,59,174). Sum of RGB (Red+Green+Blue) = 199+59+174=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BAE is #38C451. Grayscale: #717171. Windows color (decimal): -3720274 or 11418567. OLE color: 11418567.
HSL color Cylindrical-coordinate representation of color #C73BAE: hue angle of 310.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73BAE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 174 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.22 |
| HSL | 310.71º | 0.56% | 0.51% | - |
| HSV(B) | 310.71º | 0.7% | 0.78% | - |
| XYZ | 32.76 | 18.33 | 41.86 | - |
| YUV | 113.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 174 | 0 | 0.70 | 0.13 | 0.22 | 310.71 | 0.56 | 0.51 |
| Hex | C7 | 3B | AE | 0 | 46 | D | 16 | 137 | 38 | 33 |
| Octal | 307 | 73 | 256 | 0 | 106 | 15 | 26 | 467 | 70 | 63 |
| Binary | 11000111 | 111011 | 10101110 | 0 | 1000110 | 1101 | 10110 | 100110111 | 111000 | 110011 |
Color Harmonies of #C73BAE
Complementary color
Monochromatic Colors of #C73BAE
Black with #C73BAE
Text Example
Text Example
White with #C73BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BAE; }
p { color: rgb(199,59,174); }
H1.HeaderClassName
{
color: #C73BAE;
}
.AnyTagClassName
{
color: #C73BAE;
}
</style>
background-color css
<style>
a { background-color: #C73BAE; }
a { background-color: rgb(199,59,174); }
div.DivClassName
{
background-color: #C73BAE;
}
.BgClassName
{
background-color: #C73BAE;
}
</style>
border-color css
<style>
span { border-color: #C73BAE; }
span { border-color: rgb(199,59,174); }
td.TdClassName
{
border-color: #C73BAE;
}
.TagClassName
{
border-color: #C73BAE;
}
</style>