Shades of Fuchsia #C73BB9
Tints of Fuchsia #C73BB9
RGB
CMYK
RGB Variations
Color information
#C73BB9 (or 0xC73BB9) is known color: Fuchsia. HEX triplet: C7, 3B and B9. RGB value is (199,59,185). Sum of RGB (Red+Green+Blue) = 199+59+185=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BB9 is #38C446. Grayscale: #727272. Windows color (decimal): -3720263 or 12139463. OLE color: 12139463.
HSL color Cylindrical-coordinate representation of color #C73BB9: hue angle of 306º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73BB9 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 185 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.22 |
| HSL | 306º | 0.56% | 0.51% | - |
| HSV(B) | 306º | 0.7% | 0.78% | - |
| XYZ | 33.87 | 18.77 | 47.74 | - |
| YUV | 115.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 185 | 0 | 0.70 | 0.07 | 0.22 | 306 | 0.56 | 0.51 |
| Hex | C7 | 3B | B9 | 0 | 46 | 7 | 16 | 132 | 38 | 33 |
| Octal | 307 | 73 | 271 | 0 | 106 | 7 | 26 | 462 | 70 | 63 |
| Binary | 11000111 | 111011 | 10111001 | 0 | 1000110 | 111 | 10110 | 100110010 | 111000 | 110011 |
Color Harmonies of #C73BB9
Complementary color
Monochromatic Colors of #C73BB9
Black with #C73BB9
Text Example
Text Example
White with #C73BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BB9; }
p { color: rgb(199,59,185); }
H1.HeaderClassName
{
color: #C73BB9;
}
.AnyTagClassName
{
color: #C73BB9;
}
</style>
background-color css
<style>
a { background-color: #C73BB9; }
a { background-color: rgb(199,59,185); }
div.DivClassName
{
background-color: #C73BB9;
}
.BgClassName
{
background-color: #C73BB9;
}
</style>
border-color css
<style>
span { border-color: #C73BB9; }
span { border-color: rgb(199,59,185); }
td.TdClassName
{
border-color: #C73BB9;
}
.TagClassName
{
border-color: #C73BB9;
}
</style>