Shades of Fuchsia #C73DB9
Tints of Fuchsia #C73DB9
RGB
CMYK
RGB Variations
Color information
#C73DB9 (or 0xC73DB9) is known color: Fuchsia. HEX triplet: C7, 3D and B9. RGB value is (199,61,185). Sum of RGB (Red+Green+Blue) = 199+61+185=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DB9 is #38C246. Grayscale: #747474. Windows color (decimal): -3719751 or 12139975. OLE color: 12139975.
HSL color Cylindrical-coordinate representation of color #C73DB9: hue angle of 306.09º 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 #C73DB9 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 185 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.22 |
| HSL | 306.09º | 0.55% | 0.51% | - |
| HSV(B) | 306.09º | 0.69% | 0.78% | - |
| XYZ | 33.98 | 18.98 | 47.77 | - |
| YUV | 116.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 185 | 0 | 0.69 | 0.07 | 0.22 | 306.09 | 0.55 | 0.51 |
| Hex | C7 | 3D | B9 | 0 | 45 | 7 | 16 | 132 | 37 | 33 |
| Octal | 307 | 75 | 271 | 0 | 105 | 7 | 26 | 462 | 67 | 63 |
| Binary | 11000111 | 111101 | 10111001 | 0 | 1000101 | 111 | 10110 | 100110010 | 110111 | 110011 |
Color Harmonies of #C73DB9
Complementary color
Monochromatic Colors of #C73DB9
Black with #C73DB9
Text Example
Text Example
White with #C73DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DB9; }
p { color: rgb(199,61,185); }
H1.HeaderClassName
{
color: #C73DB9;
}
.AnyTagClassName
{
color: #C73DB9;
}
</style>
background-color css
<style>
a { background-color: #C73DB9; }
a { background-color: rgb(199,61,185); }
div.DivClassName
{
background-color: #C73DB9;
}
.BgClassName
{
background-color: #C73DB9;
}
</style>
border-color css
<style>
span { border-color: #C73DB9; }
span { border-color: rgb(199,61,185); }
td.TdClassName
{
border-color: #C73DB9;
}
.TagClassName
{
border-color: #C73DB9;
}
</style>