Shades of Fuchsia #C143C0
Tints of Fuchsia #C143C0
RGB
CMYK
RGB Variations
Color information
#C143C0 (or 0xC143C0) is known color: Fuchsia. HEX triplet: C1, 43 and C0. RGB value is (193,67,192). Sum of RGB (Red+Green+Blue) = 193+67+192=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C143C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143C0 is #3EBC3F. Grayscale: #767676. Windows color (decimal): -4111424 or 12600257. OLE color: 12600257.
HSL color Cylindrical-coordinate representation of color #C143C0: hue angle of 300.48º 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 #C143C0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 192 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.24 |
| HSL | 300.48º | 0.5% | 0.51% | - |
| HSV(B) | 300.48º | 0.65% | 0.76% | - |
| XYZ | 33.51 | 19.16 | 51.8 | - |
| YUV | 118.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 192 | 0 | 0.65 | 0.01 | 0.24 | 300.48 | 0.5 | 0.51 |
| Hex | C1 | 43 | C0 | 0 | 41 | 1 | 18 | 12C | 32 | 33 |
| Octal | 301 | 103 | 300 | 0 | 101 | 1 | 30 | 454 | 62 | 63 |
| Binary | 11000001 | 1000011 | 11000000 | 0 | 1000001 | 1 | 11000 | 100101100 | 110010 | 110011 |
Color Harmonies of #C143C0
Complementary color
Monochromatic Colors of #C143C0
Black with #C143C0
Text Example
Text Example
White with #C143C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143C0; }
p { color: rgb(193,67,192); }
H1.HeaderClassName
{
color: #C143C0;
}
.AnyTagClassName
{
color: #C143C0;
}
</style>
background-color css
<style>
a { background-color: #C143C0; }
a { background-color: rgb(193,67,192); }
div.DivClassName
{
background-color: #C143C0;
}
.BgClassName
{
background-color: #C143C0;
}
</style>
border-color css
<style>
span { border-color: #C143C0; }
span { border-color: rgb(193,67,192); }
td.TdClassName
{
border-color: #C143C0;
}
.TagClassName
{
border-color: #C143C0;
}
</style>