Shades of Fuchsia #C037BC
Tints of Fuchsia #C037BC
RGB
CMYK
RGB Variations
Color information
#C037BC (or 0xC037BC) is known color: Fuchsia. HEX triplet: C0, 37 and BC. RGB value is (192,55,188). Sum of RGB (Red+Green+Blue) = 192+55+188=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C037BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037BC is #3FC843. Grayscale: #6E6E6E. Windows color (decimal): -4180036 or 12335040. OLE color: 12335040.
HSL color Cylindrical-coordinate representation of color #C037BC: hue angle of 301.75º 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 #C037BC is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 188 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.25 |
| HSL | 301.75º | 0.55% | 0.48% | - |
| HSV(B) | 301.75º | 0.71% | 0.75% | - |
| XYZ | 32.18 | 17.57 | 49.27 | - |
| YUV | 111.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 188 | 0 | 0.71 | 0.02 | 0.25 | 301.75 | 0.55 | 0.48 |
| Hex | C0 | 37 | BC | 0 | 47 | 2 | 19 | 12E | 37 | 30 |
| Octal | 300 | 67 | 274 | 0 | 107 | 2 | 31 | 456 | 67 | 60 |
| Binary | 11000000 | 110111 | 10111100 | 0 | 1000111 | 10 | 11001 | 100101110 | 110111 | 110000 |
Color Harmonies of #C037BC
Complementary color
Monochromatic Colors of #C037BC
Black with #C037BC
Text Example
Text Example
White with #C037BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037BC; }
p { color: rgb(192,55,188); }
H1.HeaderClassName
{
color: #C037BC;
}
.AnyTagClassName
{
color: #C037BC;
}
</style>
background-color css
<style>
a { background-color: #C037BC; }
a { background-color: rgb(192,55,188); }
div.DivClassName
{
background-color: #C037BC;
}
.BgClassName
{
background-color: #C037BC;
}
</style>
border-color css
<style>
span { border-color: #C037BC; }
span { border-color: rgb(192,55,188); }
td.TdClassName
{
border-color: #C037BC;
}
.TagClassName
{
border-color: #C037BC;
}
</style>