Shades of Fuchsia #C044B6
Tints of Fuchsia #C044B6
RGB
CMYK
RGB Variations
Color information
#C044B6 (or 0xC044B6) is known color: Fuchsia. HEX triplet: C0, 44 and B6. RGB value is (192,68,182). Sum of RGB (Red+Green+Blue) = 192+68+182=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C044B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044B6 is #3FBB49. Grayscale: #757575. Windows color (decimal): -4176714 or 11945152. OLE color: 11945152.
HSL color Cylindrical-coordinate representation of color #C044B6: hue angle of 304.84º 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 #C044B6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 182 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.25 |
| HSL | 304.84º | 0.5% | 0.51% | - |
| HSV(B) | 304.84º | 0.65% | 0.75% | - |
| XYZ | 32.25 | 18.72 | 46.17 | - |
| YUV | 118.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 182 | 0 | 0.65 | 0.05 | 0.25 | 304.84 | 0.5 | 0.51 |
| Hex | C0 | 44 | B6 | 0 | 41 | 5 | 19 | 131 | 32 | 33 |
| Octal | 300 | 104 | 266 | 0 | 101 | 5 | 31 | 461 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10110110 | 0 | 1000001 | 101 | 11001 | 100110001 | 110010 | 110011 |
Color Harmonies of #C044B6
Complementary color
Monochromatic Colors of #C044B6
Black with #C044B6
Text Example
Text Example
White with #C044B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044B6; }
p { color: rgb(192,68,182); }
H1.HeaderClassName
{
color: #C044B6;
}
.AnyTagClassName
{
color: #C044B6;
}
</style>
background-color css
<style>
a { background-color: #C044B6; }
a { background-color: rgb(192,68,182); }
div.DivClassName
{
background-color: #C044B6;
}
.BgClassName
{
background-color: #C044B6;
}
</style>
border-color css
<style>
span { border-color: #C044B6; }
span { border-color: rgb(192,68,182); }
td.TdClassName
{
border-color: #C044B6;
}
.TagClassName
{
border-color: #C044B6;
}
</style>