Shades of Fuchsia #C037AA
Tints of Fuchsia #C037AA
RGB
CMYK
RGB Variations
Color information
#C037AA (or 0xC037AA) is known color: Fuchsia. HEX triplet: C0, 37 and AA. RGB value is (192,55,170). Sum of RGB (Red+Green+Blue) = 192+55+170=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C037AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C037AA is #3FC855. Grayscale: #6C6C6C. Windows color (decimal): -4180054 or 11155392. OLE color: 11155392.
HSL color Cylindrical-coordinate representation of color #C037AA: hue angle of 309.64º 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 #C037AA is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 170 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.25 |
| HSL | 309.64º | 0.55% | 0.48% | - |
| HSV(B) | 309.64º | 0.71% | 0.75% | - |
| XYZ | 30.36 | 16.84 | 39.68 | - |
| YUV | 109.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 170 | 0 | 0.71 | 0.11 | 0.25 | 309.64 | 0.55 | 0.48 |
| Hex | C0 | 37 | AA | 0 | 47 | B | 19 | 136 | 37 | 30 |
| Octal | 300 | 67 | 252 | 0 | 107 | 13 | 31 | 466 | 67 | 60 |
| Binary | 11000000 | 110111 | 10101010 | 0 | 1000111 | 1011 | 11001 | 100110110 | 110111 | 110000 |
Color Harmonies of #C037AA
Complementary color
Monochromatic Colors of #C037AA
Black with #C037AA
Text Example
Text Example
White with #C037AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037AA; }
p { color: rgb(192,55,170); }
H1.HeaderClassName
{
color: #C037AA;
}
.AnyTagClassName
{
color: #C037AA;
}
</style>
background-color css
<style>
a { background-color: #C037AA; }
a { background-color: rgb(192,55,170); }
div.DivClassName
{
background-color: #C037AA;
}
.BgClassName
{
background-color: #C037AA;
}
</style>
border-color css
<style>
span { border-color: #C037AA; }
span { border-color: rgb(192,55,170); }
td.TdClassName
{
border-color: #C037AA;
}
.TagClassName
{
border-color: #C037AA;
}
</style>