Shades of Fuchsia #C73FB9
Tints of Fuchsia #C73FB9
RGB
CMYK
RGB Variations
Color information
#C73FB9 (or 0xC73FB9) is known color: Fuchsia. HEX triplet: C7, 3F and B9. RGB value is (199,63,185). Sum of RGB (Red+Green+Blue) = 199+63+185=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FB9 is #38C046. Grayscale: #757575. Windows color (decimal): -3719239 or 12140487. OLE color: 12140487.
HSL color Cylindrical-coordinate representation of color #C73FB9: hue angle of 306.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73FB9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 185 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.22 |
| HSL | 306.18º | 0.55% | 0.51% | - |
| HSV(B) | 306.18º | 0.68% | 0.78% | - |
| XYZ | 34.09 | 19.2 | 47.81 | - |
| YUV | 117.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 185 | 0 | 0.68 | 0.07 | 0.22 | 306.18 | 0.55 | 0.51 |
| Hex | C7 | 3F | B9 | 0 | 44 | 7 | 16 | 132 | 37 | 33 |
| Octal | 307 | 77 | 271 | 0 | 104 | 7 | 26 | 462 | 67 | 63 |
| Binary | 11000111 | 111111 | 10111001 | 0 | 1000100 | 111 | 10110 | 100110010 | 110111 | 110011 |
Color Harmonies of #C73FB9
Complementary color
Monochromatic Colors of #C73FB9
Black with #C73FB9
Text Example
Text Example
White with #C73FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FB9; }
p { color: rgb(199,63,185); }
H1.HeaderClassName
{
color: #C73FB9;
}
.AnyTagClassName
{
color: #C73FB9;
}
</style>
background-color css
<style>
a { background-color: #C73FB9; }
a { background-color: rgb(199,63,185); }
div.DivClassName
{
background-color: #C73FB9;
}
.BgClassName
{
background-color: #C73FB9;
}
</style>
border-color css
<style>
span { border-color: #C73FB9; }
span { border-color: rgb(199,63,185); }
td.TdClassName
{
border-color: #C73FB9;
}
.TagClassName
{
border-color: #C73FB9;
}
</style>