Shades of Fuchsia #C037C6
Tints of Fuchsia #C037C6
RGB
CMYK
RGB Variations
Color information
#C037C6 (or 0xC037C6) is known color: Fuchsia. HEX triplet: C0, 37 and C6. RGB value is (192,55,198). Sum of RGB (Red+Green+Blue) = 192+55+198=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #C037C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037C6 is #3FC839. Grayscale: #6F6F6F. Windows color (decimal): -4180026 or 12990400. OLE color: 12990400.
HSL color Cylindrical-coordinate representation of color #C037C6: hue angle of 297.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C037C6 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 55 | 198 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.22 |
| HSL | 297.48º | 0.57% | 0.5% | - |
| HSV(B) | 297.48º | 0.72% | 0.78% | - |
| XYZ | 33.3 | 18.02 | 55.15 | - |
| YUV | 112.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 198 | 0.03 | 0.72 | 0 | 0.22 | 297.48 | 0.57 | 0.5 |
| Hex | C0 | 37 | C6 | 3 | 48 | 0 | 16 | 129 | 39 | 32 |
| Octal | 300 | 67 | 306 | 3 | 110 | 0 | 26 | 451 | 71 | 62 |
| Binary | 11000000 | 110111 | 11000110 | 11 | 1001000 | 0 | 10110 | 100101001 | 111001 | 110010 |
Color Harmonies of #C037C6
Complementary color
Monochromatic Colors of #C037C6
Black with #C037C6
Text Example
Text Example
White with #C037C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037C6; }
p { color: rgb(192,55,198); }
H1.HeaderClassName
{
color: #C037C6;
}
.AnyTagClassName
{
color: #C037C6;
}
</style>
background-color css
<style>
a { background-color: #C037C6; }
a { background-color: rgb(192,55,198); }
div.DivClassName
{
background-color: #C037C6;
}
.BgClassName
{
background-color: #C037C6;
}
</style>
border-color css
<style>
span { border-color: #C037C6; }
span { border-color: rgb(192,55,198); }
td.TdClassName
{
border-color: #C037C6;
}
.TagClassName
{
border-color: #C037C6;
}
</style>