Shades of Fuchsia #C143AC
Tints of Fuchsia #C143AC
RGB
CMYK
RGB Variations
Color information
#C143AC (or 0xC143AC) is known color: Fuchsia. HEX triplet: C1, 43 and AC. RGB value is (193,67,172). Sum of RGB (Red+Green+Blue) = 193+67+172=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C143AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143AC is #3EBC53. Grayscale: #747474. Windows color (decimal): -4111444 or 11289537. OLE color: 11289537.
HSL color Cylindrical-coordinate representation of color #C143AC: hue angle of 310º 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 #C143AC is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 172 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.24 |
| HSL | 310º | 0.5% | 0.51% | - |
| HSV(B) | 310º | 0.65% | 0.76% | - |
| XYZ | 31.45 | 18.33 | 40.91 | - |
| YUV | 116.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 172 | 0 | 0.65 | 0.11 | 0.24 | 310 | 0.5 | 0.51 |
| Hex | C1 | 43 | AC | 0 | 41 | B | 18 | 136 | 32 | 33 |
| Octal | 301 | 103 | 254 | 0 | 101 | 13 | 30 | 466 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10101100 | 0 | 1000001 | 1011 | 11000 | 100110110 | 110010 | 110011 |
Color Harmonies of #C143AC
Complementary color
Monochromatic Colors of #C143AC
Black with #C143AC
Text Example
Text Example
White with #C143AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143AC; }
p { color: rgb(193,67,172); }
H1.HeaderClassName
{
color: #C143AC;
}
.AnyTagClassName
{
color: #C143AC;
}
</style>
background-color css
<style>
a { background-color: #C143AC; }
a { background-color: rgb(193,67,172); }
div.DivClassName
{
background-color: #C143AC;
}
.BgClassName
{
background-color: #C143AC;
}
</style>
border-color css
<style>
span { border-color: #C143AC; }
span { border-color: rgb(193,67,172); }
td.TdClassName
{
border-color: #C143AC;
}
.TagClassName
{
border-color: #C143AC;
}
</style>