Shades of Fuchsia #C73CB8
Tints of Fuchsia #C73CB8
RGB
CMYK
RGB Variations
Color information
#C73CB8 (or 0xC73CB8) is known color: Fuchsia. HEX triplet: C7, 3C and B8. RGB value is (199,60,184). Sum of RGB (Red+Green+Blue) = 199+60+184=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CB8 is #38C347. Grayscale: #737373. Windows color (decimal): -3720008 or 12074183. OLE color: 12074183.
HSL color Cylindrical-coordinate representation of color #C73CB8: hue angle of 306.47º degrees, saturation: 0.55, 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 #C73CB8 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 184 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.22 |
| HSL | 306.47º | 0.55% | 0.51% | - |
| HSV(B) | 306.47º | 0.7% | 0.78% | - |
| XYZ | 33.82 | 18.83 | 47.2 | - |
| YUV | 115.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 184 | 0 | 0.70 | 0.08 | 0.22 | 306.47 | 0.55 | 0.51 |
| Hex | C7 | 3C | B8 | 0 | 46 | 8 | 16 | 132 | 37 | 33 |
| Octal | 307 | 74 | 270 | 0 | 106 | 10 | 26 | 462 | 67 | 63 |
| Binary | 11000111 | 111100 | 10111000 | 0 | 1000110 | 1000 | 10110 | 100110010 | 110111 | 110011 |
Color Harmonies of #C73CB8
Complementary color
Monochromatic Colors of #C73CB8
Black with #C73CB8
Text Example
Text Example
White with #C73CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CB8; }
p { color: rgb(199,60,184); }
H1.HeaderClassName
{
color: #C73CB8;
}
.AnyTagClassName
{
color: #C73CB8;
}
</style>
background-color css
<style>
a { background-color: #C73CB8; }
a { background-color: rgb(199,60,184); }
div.DivClassName
{
background-color: #C73CB8;
}
.BgClassName
{
background-color: #C73CB8;
}
</style>
border-color css
<style>
span { border-color: #C73CB8; }
span { border-color: rgb(199,60,184); }
td.TdClassName
{
border-color: #C73CB8;
}
.TagClassName
{
border-color: #C73CB8;
}
</style>