Shades of Fuchsia #C043BA
Tints of Fuchsia #C043BA
RGB
CMYK
RGB Variations
Color information
#C043BA (or 0xC043BA) is known color: Fuchsia. HEX triplet: C0, 43 and BA. RGB value is (192,67,186). Sum of RGB (Red+Green+Blue) = 192+67+186=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C043BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043BA is #3FBC45. Grayscale: #757575. Windows color (decimal): -4176966 or 12207040. OLE color: 12207040.
HSL color Cylindrical-coordinate representation of color #C043BA: hue angle of 302.88º 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 #C043BA is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 186 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.25 |
| HSL | 302.88º | 0.5% | 0.51% | - |
| HSV(B) | 302.88º | 0.65% | 0.75% | - |
| XYZ | 32.61 | 18.77 | 48.36 | - |
| YUV | 117.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 186 | 0 | 0.65 | 0.03 | 0.25 | 302.88 | 0.5 | 0.51 |
| Hex | C0 | 43 | BA | 0 | 41 | 3 | 19 | 12F | 32 | 33 |
| Octal | 300 | 103 | 272 | 0 | 101 | 3 | 31 | 457 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10111010 | 0 | 1000001 | 11 | 11001 | 100101111 | 110010 | 110011 |
Color Harmonies of #C043BA
Complementary color
Monochromatic Colors of #C043BA
Black with #C043BA
Text Example
Text Example
White with #C043BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043BA; }
p { color: rgb(192,67,186); }
H1.HeaderClassName
{
color: #C043BA;
}
.AnyTagClassName
{
color: #C043BA;
}
</style>
background-color css
<style>
a { background-color: #C043BA; }
a { background-color: rgb(192,67,186); }
div.DivClassName
{
background-color: #C043BA;
}
.BgClassName
{
background-color: #C043BA;
}
</style>
border-color css
<style>
span { border-color: #C043BA; }
span { border-color: rgb(192,67,186); }
td.TdClassName
{
border-color: #C043BA;
}
.TagClassName
{
border-color: #C043BA;
}
</style>