Shades of Fuchsia #C037B1
Tints of Fuchsia #C037B1
RGB
CMYK
RGB Variations
Color information
#C037B1 (or 0xC037B1) is known color: Fuchsia. HEX triplet: C0, 37 and B1. RGB value is (192,55,177). Sum of RGB (Red+Green+Blue) = 192+55+177=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C037B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C037B1 is #3FC84E. Grayscale: #6D6D6D. Windows color (decimal): -4180047 or 11614144. OLE color: 11614144.
HSL color Cylindrical-coordinate representation of color #C037B1: hue angle of 306.57º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C037B1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 177 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.25 |
| HSL | 306.57º | 0.55% | 0.48% | - |
| HSV(B) | 306.57º | 0.71% | 0.75% | - |
| XYZ | 31.04 | 17.11 | 43.26 | - |
| YUV | 109.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 177 | 0 | 0.71 | 0.08 | 0.25 | 306.57 | 0.55 | 0.48 |
| Hex | C0 | 37 | B1 | 0 | 47 | 8 | 19 | 133 | 37 | 30 |
| Octal | 300 | 67 | 261 | 0 | 107 | 10 | 31 | 463 | 67 | 60 |
| Binary | 11000000 | 110111 | 10110001 | 0 | 1000111 | 1000 | 11001 | 100110011 | 110111 | 110000 |
Color Harmonies of #C037B1
Complementary color
Monochromatic Colors of #C037B1
Black with #C037B1
Text Example
Text Example
White with #C037B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037B1; }
p { color: rgb(192,55,177); }
H1.HeaderClassName
{
color: #C037B1;
}
.AnyTagClassName
{
color: #C037B1;
}
</style>
background-color css
<style>
a { background-color: #C037B1; }
a { background-color: rgb(192,55,177); }
div.DivClassName
{
background-color: #C037B1;
}
.BgClassName
{
background-color: #C037B1;
}
</style>
border-color css
<style>
span { border-color: #C037B1; }
span { border-color: rgb(192,55,177); }
td.TdClassName
{
border-color: #C037B1;
}
.TagClassName
{
border-color: #C037B1;
}
</style>