Shades of Fuchsia #C037B0
Tints of Fuchsia #C037B0
RGB
CMYK
RGB Variations
Color information
#C037B0 (or 0xC037B0) is known color: Fuchsia. HEX triplet: C0, 37 and B0. RGB value is (192,55,176). Sum of RGB (Red+Green+Blue) = 192+55+176=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C037B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C037B0 is #3FC84F. Grayscale: #6D6D6D. Windows color (decimal): -4180048 or 11548608. OLE color: 11548608.
HSL color Cylindrical-coordinate representation of color #C037B0: hue angle of 307.01º 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 #C037B0 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 176 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.25 |
| HSL | 307.01º | 0.55% | 0.48% | - |
| HSV(B) | 307.01º | 0.71% | 0.75% | - |
| XYZ | 30.94 | 17.07 | 42.74 | - |
| YUV | 109.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 176 | 0 | 0.71 | 0.08 | 0.25 | 307.01 | 0.55 | 0.48 |
| Hex | C0 | 37 | B0 | 0 | 47 | 8 | 19 | 133 | 37 | 30 |
| Octal | 300 | 67 | 260 | 0 | 107 | 10 | 31 | 463 | 67 | 60 |
| Binary | 11000000 | 110111 | 10110000 | 0 | 1000111 | 1000 | 11001 | 100110011 | 110111 | 110000 |
Color Harmonies of #C037B0
Complementary color
Monochromatic Colors of #C037B0
Black with #C037B0
Text Example
Text Example
White with #C037B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037B0; }
p { color: rgb(192,55,176); }
H1.HeaderClassName
{
color: #C037B0;
}
.AnyTagClassName
{
color: #C037B0;
}
</style>
background-color css
<style>
a { background-color: #C037B0; }
a { background-color: rgb(192,55,176); }
div.DivClassName
{
background-color: #C037B0;
}
.BgClassName
{
background-color: #C037B0;
}
</style>
border-color css
<style>
span { border-color: #C037B0; }
span { border-color: rgb(192,55,176); }
td.TdClassName
{
border-color: #C037B0;
}
.TagClassName
{
border-color: #C037B0;
}
</style>