Shades of Fuchsia #C73BBC
Tints of Fuchsia #C73BBC
RGB
CMYK
RGB Variations
Color information
#C73BBC (or 0xC73BBC) is known color: Fuchsia. HEX triplet: C7, 3B and BC. RGB value is (199,59,188). Sum of RGB (Red+Green+Blue) = 199+59+188=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BBC is #38C443. Grayscale: #737373. Windows color (decimal): -3720260 or 12336071. OLE color: 12336071.
HSL color Cylindrical-coordinate representation of color #C73BBC: hue angle of 304.71º 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 #C73BBC is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 188 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.22 |
| HSL | 304.71º | 0.56% | 0.51% | - |
| HSV(B) | 304.71º | 0.7% | 0.78% | - |
| XYZ | 34.19 | 18.9 | 49.42 | - |
| YUV | 115.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 188 | 0 | 0.70 | 0.06 | 0.22 | 304.71 | 0.56 | 0.51 |
| Hex | C7 | 3B | BC | 0 | 46 | 6 | 16 | 131 | 38 | 33 |
| Octal | 307 | 73 | 274 | 0 | 106 | 6 | 26 | 461 | 70 | 63 |
| Binary | 11000111 | 111011 | 10111100 | 0 | 1000110 | 110 | 10110 | 100110001 | 111000 | 110011 |
Color Harmonies of #C73BBC
Complementary color
Monochromatic Colors of #C73BBC
Black with #C73BBC
Text Example
Text Example
White with #C73BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BBC; }
p { color: rgb(199,59,188); }
H1.HeaderClassName
{
color: #C73BBC;
}
.AnyTagClassName
{
color: #C73BBC;
}
</style>
background-color css
<style>
a { background-color: #C73BBC; }
a { background-color: rgb(199,59,188); }
div.DivClassName
{
background-color: #C73BBC;
}
.BgClassName
{
background-color: #C73BBC;
}
</style>
border-color css
<style>
span { border-color: #C73BBC; }
span { border-color: rgb(199,59,188); }
td.TdClassName
{
border-color: #C73BBC;
}
.TagClassName
{
border-color: #C73BBC;
}
</style>