Shades of Fuchsia #C73DAA
Tints of Fuchsia #C73DAA
RGB
CMYK
RGB Variations
Color information
#C73DAA (or 0xC73DAA) is known color: Fuchsia. HEX triplet: C7, 3D and AA. RGB value is (199,61,170). Sum of RGB (Red+Green+Blue) = 199+61+170=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DAA is #38C255. Grayscale: #727272. Windows color (decimal): -3719766 or 11156935. OLE color: 11156935.
HSL color Cylindrical-coordinate representation of color #C73DAA: hue angle of 312.61º 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 #C73DAA is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 170 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.22 |
| HSL | 312.61º | 0.55% | 0.51% | - |
| HSV(B) | 312.61º | 0.69% | 0.78% | - |
| XYZ | 32.48 | 18.38 | 39.87 | - |
| YUV | 114.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 170 | 0 | 0.69 | 0.15 | 0.22 | 312.61 | 0.55 | 0.51 |
| Hex | C7 | 3D | AA | 0 | 45 | F | 16 | 139 | 37 | 33 |
| Octal | 307 | 75 | 252 | 0 | 105 | 17 | 26 | 471 | 67 | 63 |
| Binary | 11000111 | 111101 | 10101010 | 0 | 1000101 | 1111 | 10110 | 100111001 | 110111 | 110011 |
Color Harmonies of #C73DAA
Complementary color
Monochromatic Colors of #C73DAA
Black with #C73DAA
Text Example
Text Example
White with #C73DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DAA; }
p { color: rgb(199,61,170); }
H1.HeaderClassName
{
color: #C73DAA;
}
.AnyTagClassName
{
color: #C73DAA;
}
</style>
background-color css
<style>
a { background-color: #C73DAA; }
a { background-color: rgb(199,61,170); }
div.DivClassName
{
background-color: #C73DAA;
}
.BgClassName
{
background-color: #C73DAA;
}
</style>
border-color css
<style>
span { border-color: #C73DAA; }
span { border-color: rgb(199,61,170); }
td.TdClassName
{
border-color: #C73DAA;
}
.TagClassName
{
border-color: #C73DAA;
}
</style>