Shades of Fuchsia #C037CA
Tints of Fuchsia #C037CA
RGB
CMYK
RGB Variations
Color information
#C037CA (or 0xC037CA) is known color: Fuchsia. HEX triplet: C0, 37 and CA. RGB value is (192,55,202). Sum of RGB (Red+Green+Blue) = 192+55+202=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #C037CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037CA is #3FC835. Grayscale: #707070. Windows color (decimal): -4180022 or 13252544. OLE color: 13252544.
HSL color Cylindrical-coordinate representation of color #C037CA: hue angle of 295.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C037CA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 55 | 202 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.21 |
| HSL | 295.92º | 0.58% | 0.5% | - |
| HSV(B) | 295.92º | 0.73% | 0.79% | - |
| XYZ | 33.77 | 18.2 | 57.61 | - |
| YUV | 112.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 202 | 0.05 | 0.73 | 0 | 0.21 | 295.92 | 0.58 | 0.5 |
| Hex | C0 | 37 | CA | 5 | 49 | 0 | 15 | 128 | 3A | 32 |
| Octal | 300 | 67 | 312 | 5 | 111 | 0 | 25 | 450 | 72 | 62 |
| Binary | 11000000 | 110111 | 11001010 | 101 | 1001001 | 0 | 10101 | 100101000 | 111010 | 110010 |
Color Harmonies of #C037CA
Complementary color
Monochromatic Colors of #C037CA
Black with #C037CA
Text Example
Text Example
White with #C037CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037CA; }
p { color: rgb(192,55,202); }
H1.HeaderClassName
{
color: #C037CA;
}
.AnyTagClassName
{
color: #C037CA;
}
</style>
background-color css
<style>
a { background-color: #C037CA; }
a { background-color: rgb(192,55,202); }
div.DivClassName
{
background-color: #C037CA;
}
.BgClassName
{
background-color: #C037CA;
}
</style>
border-color css
<style>
span { border-color: #C037CA; }
span { border-color: rgb(192,55,202); }
td.TdClassName
{
border-color: #C037CA;
}
.TagClassName
{
border-color: #C037CA;
}
</style>