Shades of Fuchsia #C73DB7
Tints of Fuchsia #C73DB7
RGB
CMYK
RGB Variations
Color information
#C73DB7 (or 0xC73DB7) is known color: Fuchsia. HEX triplet: C7, 3D and B7. RGB value is (199,61,183). Sum of RGB (Red+Green+Blue) = 199+61+183=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DB7 is #38C248. Grayscale: #737373. Windows color (decimal): -3719753 or 12008903. OLE color: 12008903.
HSL color Cylindrical-coordinate representation of color #C73DB7: hue angle of 306.96º 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 #C73DB7 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 183 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.22 |
| HSL | 306.96º | 0.55% | 0.51% | - |
| HSV(B) | 306.96º | 0.69% | 0.78% | - |
| XYZ | 33.77 | 18.9 | 46.67 | - |
| YUV | 116.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 183 | 0 | 0.69 | 0.08 | 0.22 | 306.96 | 0.55 | 0.51 |
| Hex | C7 | 3D | B7 | 0 | 45 | 8 | 16 | 133 | 37 | 33 |
| Octal | 307 | 75 | 267 | 0 | 105 | 10 | 26 | 463 | 67 | 63 |
| Binary | 11000111 | 111101 | 10110111 | 0 | 1000101 | 1000 | 10110 | 100110011 | 110111 | 110011 |
Color Harmonies of #C73DB7
Complementary color
Monochromatic Colors of #C73DB7
Black with #C73DB7
Text Example
Text Example
White with #C73DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DB7; }
p { color: rgb(199,61,183); }
H1.HeaderClassName
{
color: #C73DB7;
}
.AnyTagClassName
{
color: #C73DB7;
}
</style>
background-color css
<style>
a { background-color: #C73DB7; }
a { background-color: rgb(199,61,183); }
div.DivClassName
{
background-color: #C73DB7;
}
.BgClassName
{
background-color: #C73DB7;
}
</style>
border-color css
<style>
span { border-color: #C73DB7; }
span { border-color: rgb(199,61,183); }
td.TdClassName
{
border-color: #C73DB7;
}
.TagClassName
{
border-color: #C73DB7;
}
</style>