Shades of Fuchsia #C044B0
Tints of Fuchsia #C044B0
RGB
CMYK
RGB Variations
Color information
#C044B0 (or 0xC044B0) is known color: Fuchsia. HEX triplet: C0, 44 and B0. RGB value is (192,68,176). Sum of RGB (Red+Green+Blue) = 192+68+176=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C044B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044B0 is #3FBB4F. Grayscale: #757575. Windows color (decimal): -4176720 or 11551936. OLE color: 11551936.
HSL color Cylindrical-coordinate representation of color #C044B0: hue angle of 307.74º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044B0 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 176 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.25 |
| HSL | 307.74º | 0.5% | 0.51% | - |
| HSV(B) | 307.74º | 0.65% | 0.75% | - |
| XYZ | 31.64 | 18.48 | 42.97 | - |
| YUV | 117.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 176 | 0 | 0.65 | 0.08 | 0.25 | 307.74 | 0.5 | 0.51 |
| Hex | C0 | 44 | B0 | 0 | 41 | 8 | 19 | 134 | 32 | 33 |
| Octal | 300 | 104 | 260 | 0 | 101 | 10 | 31 | 464 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10110000 | 0 | 1000001 | 1000 | 11001 | 100110100 | 110010 | 110011 |
Color Harmonies of #C044B0
Complementary color
Monochromatic Colors of #C044B0
Black with #C044B0
Text Example
Text Example
White with #C044B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044B0; }
p { color: rgb(192,68,176); }
H1.HeaderClassName
{
color: #C044B0;
}
.AnyTagClassName
{
color: #C044B0;
}
</style>
background-color css
<style>
a { background-color: #C044B0; }
a { background-color: rgb(192,68,176); }
div.DivClassName
{
background-color: #C044B0;
}
.BgClassName
{
background-color: #C044B0;
}
</style>
border-color css
<style>
span { border-color: #C044B0; }
span { border-color: rgb(192,68,176); }
td.TdClassName
{
border-color: #C044B0;
}
.TagClassName
{
border-color: #C044B0;
}
</style>