Shades of Fuchsia #C73DAF
Tints of Fuchsia #C73DAF
RGB
CMYK
RGB Variations
Color information
#C73DAF (or 0xC73DAF) is known color: Fuchsia. HEX triplet: C7, 3D and AF. RGB value is (199,61,175). Sum of RGB (Red+Green+Blue) = 199+61+175=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DAF is #38C250. Grayscale: #727272. Windows color (decimal): -3719761 or 11484615. OLE color: 11484615.
HSL color Cylindrical-coordinate representation of color #C73DAF: hue angle of 310.43º 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 #C73DAF is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 175 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.22 |
| HSL | 310.43º | 0.55% | 0.51% | - |
| HSV(B) | 310.43º | 0.69% | 0.78% | - |
| XYZ | 32.96 | 18.57 | 42.41 | - |
| YUV | 115.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 175 | 0 | 0.69 | 0.12 | 0.22 | 310.43 | 0.55 | 0.51 |
| Hex | C7 | 3D | AF | 0 | 45 | C | 16 | 136 | 37 | 33 |
| Octal | 307 | 75 | 257 | 0 | 105 | 14 | 26 | 466 | 67 | 63 |
| Binary | 11000111 | 111101 | 10101111 | 0 | 1000101 | 1100 | 10110 | 100110110 | 110111 | 110011 |
Color Harmonies of #C73DAF
Complementary color
Monochromatic Colors of #C73DAF
Black with #C73DAF
Text Example
Text Example
White with #C73DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DAF; }
p { color: rgb(199,61,175); }
H1.HeaderClassName
{
color: #C73DAF;
}
.AnyTagClassName
{
color: #C73DAF;
}
</style>
background-color css
<style>
a { background-color: #C73DAF; }
a { background-color: rgb(199,61,175); }
div.DivClassName
{
background-color: #C73DAF;
}
.BgClassName
{
background-color: #C73DAF;
}
</style>
border-color css
<style>
span { border-color: #C73DAF; }
span { border-color: rgb(199,61,175); }
td.TdClassName
{
border-color: #C73DAF;
}
.TagClassName
{
border-color: #C73DAF;
}
</style>