Shades of Fuchsia #C037AB
Tints of Fuchsia #C037AB
RGB
CMYK
RGB Variations
Color information
#C037AB (or 0xC037AB) is known color: Fuchsia. HEX triplet: C0, 37 and AB. RGB value is (192,55,171). Sum of RGB (Red+Green+Blue) = 192+55+171=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C037AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C037AB is #3FC854. Grayscale: #6C6C6C. Windows color (decimal): -4180053 or 11220928. OLE color: 11220928.
HSL color Cylindrical-coordinate representation of color #C037AB: hue angle of 309.2º 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 #C037AB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 171 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.25 |
| HSL | 309.2º | 0.55% | 0.48% | - |
| HSV(B) | 309.2º | 0.71% | 0.75% | - |
| XYZ | 30.46 | 16.88 | 40.18 | - |
| YUV | 109.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 171 | 0 | 0.71 | 0.11 | 0.25 | 309.2 | 0.55 | 0.48 |
| Hex | C0 | 37 | AB | 0 | 47 | B | 19 | 135 | 37 | 30 |
| Octal | 300 | 67 | 253 | 0 | 107 | 13 | 31 | 465 | 67 | 60 |
| Binary | 11000000 | 110111 | 10101011 | 0 | 1000111 | 1011 | 11001 | 100110101 | 110111 | 110000 |
Color Harmonies of #C037AB
Complementary color
Monochromatic Colors of #C037AB
Black with #C037AB
Text Example
Text Example
White with #C037AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037AB; }
p { color: rgb(192,55,171); }
H1.HeaderClassName
{
color: #C037AB;
}
.AnyTagClassName
{
color: #C037AB;
}
</style>
background-color css
<style>
a { background-color: #C037AB; }
a { background-color: rgb(192,55,171); }
div.DivClassName
{
background-color: #C037AB;
}
.BgClassName
{
background-color: #C037AB;
}
</style>
border-color css
<style>
span { border-color: #C037AB; }
span { border-color: rgb(192,55,171); }
td.TdClassName
{
border-color: #C037AB;
}
.TagClassName
{
border-color: #C037AB;
}
</style>