Shades of Fuchsia #C143BA
Tints of Fuchsia #C143BA
RGB
CMYK
RGB Variations
Color information
#C143BA (or 0xC143BA) is known color: Fuchsia. HEX triplet: C1, 43 and BA. RGB value is (193,67,186). Sum of RGB (Red+Green+Blue) = 193+67+186=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C143BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143BA is #3EBC45. Grayscale: #757575. Windows color (decimal): -4111430 or 12207041. OLE color: 12207041.
HSL color Cylindrical-coordinate representation of color #C143BA: hue angle of 303.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C143BA is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 186 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.24 |
| HSL | 303.33º | 0.5% | 0.51% | - |
| HSV(B) | 303.33º | 0.65% | 0.76% | - |
| XYZ | 32.86 | 18.9 | 48.37 | - |
| YUV | 118.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 186 | 0 | 0.65 | 0.04 | 0.24 | 303.33 | 0.5 | 0.51 |
| Hex | C1 | 43 | BA | 0 | 41 | 4 | 18 | 12F | 32 | 33 |
| Octal | 301 | 103 | 272 | 0 | 101 | 4 | 30 | 457 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10111010 | 0 | 1000001 | 100 | 11000 | 100101111 | 110010 | 110011 |
Color Harmonies of #C143BA
Complementary color
Monochromatic Colors of #C143BA
Black with #C143BA
Text Example
Text Example
White with #C143BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143BA; }
p { color: rgb(193,67,186); }
H1.HeaderClassName
{
color: #C143BA;
}
.AnyTagClassName
{
color: #C143BA;
}
</style>
background-color css
<style>
a { background-color: #C143BA; }
a { background-color: rgb(193,67,186); }
div.DivClassName
{
background-color: #C143BA;
}
.BgClassName
{
background-color: #C143BA;
}
</style>
border-color css
<style>
span { border-color: #C143BA; }
span { border-color: rgb(193,67,186); }
td.TdClassName
{
border-color: #C143BA;
}
.TagClassName
{
border-color: #C143BA;
}
</style>