Shades of Fuchsia #C037C8
Tints of Fuchsia #C037C8
RGB
CMYK
RGB Variations
Color information
#C037C8 (or 0xC037C8) is known color: Fuchsia. HEX triplet: C0, 37 and C8. RGB value is (192,55,200). Sum of RGB (Red+Green+Blue) = 192+55+200=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #C037C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037C8 is #3FC837. Grayscale: #707070. Windows color (decimal): -4180024 or 13121472. OLE color: 13121472.
HSL color Cylindrical-coordinate representation of color #C037C8: hue angle of 296.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C037C8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 55 | 200 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.22 |
| HSL | 296.69º | 0.57% | 0.5% | - |
| HSV(B) | 296.69º | 0.73% | 0.78% | - |
| XYZ | 33.53 | 18.11 | 56.37 | - |
| YUV | 112.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 200 | 0.04 | 0.72 | 0 | 0.22 | 296.69 | 0.57 | 0.5 |
| Hex | C0 | 37 | C8 | 4 | 48 | 0 | 16 | 129 | 39 | 32 |
| Octal | 300 | 67 | 310 | 4 | 110 | 0 | 26 | 451 | 71 | 62 |
| Binary | 11000000 | 110111 | 11001000 | 100 | 1001000 | 0 | 10110 | 100101001 | 111001 | 110010 |
Color Harmonies of #C037C8
Complementary color
Monochromatic Colors of #C037C8
Black with #C037C8
Text Example
Text Example
White with #C037C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037C8; }
p { color: rgb(192,55,200); }
H1.HeaderClassName
{
color: #C037C8;
}
.AnyTagClassName
{
color: #C037C8;
}
</style>
background-color css
<style>
a { background-color: #C037C8; }
a { background-color: rgb(192,55,200); }
div.DivClassName
{
background-color: #C037C8;
}
.BgClassName
{
background-color: #C037C8;
}
</style>
border-color css
<style>
span { border-color: #C037C8; }
span { border-color: rgb(192,55,200); }
td.TdClassName
{
border-color: #C037C8;
}
.TagClassName
{
border-color: #C037C8;
}
</style>