Shades of Fuchsia #C044BA
Tints of Fuchsia #C044BA
RGB
CMYK
RGB Variations
Color information
#C044BA (or 0xC044BA) is known color: Fuchsia. HEX triplet: C0, 44 and BA. RGB value is (192,68,186). Sum of RGB (Red+Green+Blue) = 192+68+186=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C044BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044BA is #3FBB45. Grayscale: #767676. Windows color (decimal): -4176710 or 12207296. OLE color: 12207296.
HSL color Cylindrical-coordinate representation of color #C044BA: hue angle of 302.9º 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 #C044BA is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 186 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.25 |
| HSL | 302.9º | 0.5% | 0.51% | - |
| HSV(B) | 302.9º | 0.65% | 0.75% | - |
| XYZ | 32.67 | 18.89 | 48.38 | - |
| YUV | 118.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 186 | 0 | 0.65 | 0.03 | 0.25 | 302.9 | 0.5 | 0.51 |
| Hex | C0 | 44 | BA | 0 | 41 | 3 | 19 | 12F | 32 | 33 |
| Octal | 300 | 104 | 272 | 0 | 101 | 3 | 31 | 457 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10111010 | 0 | 1000001 | 11 | 11001 | 100101111 | 110010 | 110011 |
Color Harmonies of #C044BA
Complementary color
Monochromatic Colors of #C044BA
Black with #C044BA
Text Example
Text Example
White with #C044BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044BA; }
p { color: rgb(192,68,186); }
H1.HeaderClassName
{
color: #C044BA;
}
.AnyTagClassName
{
color: #C044BA;
}
</style>
background-color css
<style>
a { background-color: #C044BA; }
a { background-color: rgb(192,68,186); }
div.DivClassName
{
background-color: #C044BA;
}
.BgClassName
{
background-color: #C044BA;
}
</style>
border-color css
<style>
span { border-color: #C044BA; }
span { border-color: rgb(192,68,186); }
td.TdClassName
{
border-color: #C044BA;
}
.TagClassName
{
border-color: #C044BA;
}
</style>