Shades of Fuchsia #C041BA
Tints of Fuchsia #C041BA
RGB
CMYK
RGB Variations
Color information
#C041BA (or 0xC041BA) is known color: Fuchsia. HEX triplet: C0, 41 and BA. RGB value is (192,65,186). Sum of RGB (Red+Green+Blue) = 192+65+186=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C041BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041BA is #3FBE45. Grayscale: #747474. Windows color (decimal): -4177478 or 12206528. OLE color: 12206528.
HSL color Cylindrical-coordinate representation of color #C041BA: hue angle of 302.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041BA is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 186 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.25 |
| HSL | 302.83º | 0.5% | 0.5% | - |
| HSV(B) | 302.83º | 0.66% | 0.75% | - |
| XYZ | 32.49 | 18.53 | 48.32 | - |
| YUV | 116.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 186 | 0 | 0.66 | 0.03 | 0.25 | 302.83 | 0.5 | 0.5 |
| Hex | C0 | 41 | BA | 0 | 42 | 3 | 19 | 12F | 32 | 32 |
| Octal | 300 | 101 | 272 | 0 | 102 | 3 | 31 | 457 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10111010 | 0 | 1000010 | 11 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #C041BA
Complementary color
Monochromatic Colors of #C041BA
Black with #C041BA
Text Example
Text Example
White with #C041BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041BA; }
p { color: rgb(192,65,186); }
H1.HeaderClassName
{
color: #C041BA;
}
.AnyTagClassName
{
color: #C041BA;
}
</style>
background-color css
<style>
a { background-color: #C041BA; }
a { background-color: rgb(192,65,186); }
div.DivClassName
{
background-color: #C041BA;
}
.BgClassName
{
background-color: #C041BA;
}
</style>
border-color css
<style>
span { border-color: #C041BA; }
span { border-color: rgb(192,65,186); }
td.TdClassName
{
border-color: #C041BA;
}
.TagClassName
{
border-color: #C041BA;
}
</style>