Shades of Fuchsia #C143BE
Tints of Fuchsia #C143BE
RGB
CMYK
RGB Variations
Color information
#C143BE (or 0xC143BE) is known color: Fuchsia. HEX triplet: C1, 43 and BE. RGB value is (193,67,190). Sum of RGB (Red+Green+Blue) = 193+67+190=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C143BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143BE is #3EBC41. Grayscale: #767676. Windows color (decimal): -4111426 or 12469185. OLE color: 12469185.
HSL color Cylindrical-coordinate representation of color #C143BE: hue angle of 301.43º 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 #C143BE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 190 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.24 |
| HSL | 301.43º | 0.5% | 0.51% | - |
| HSV(B) | 301.43º | 0.65% | 0.76% | - |
| XYZ | 33.29 | 19.07 | 50.64 | - |
| YUV | 118.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 190 | 0 | 0.65 | 0.02 | 0.24 | 301.43 | 0.5 | 0.51 |
| Hex | C1 | 43 | BE | 0 | 41 | 2 | 18 | 12D | 32 | 33 |
| Octal | 301 | 103 | 276 | 0 | 101 | 2 | 30 | 455 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10111110 | 0 | 1000001 | 10 | 11000 | 100101101 | 110010 | 110011 |
Color Harmonies of #C143BE
Complementary color
Monochromatic Colors of #C143BE
Black with #C143BE
Text Example
Text Example
White with #C143BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143BE; }
p { color: rgb(193,67,190); }
H1.HeaderClassName
{
color: #C143BE;
}
.AnyTagClassName
{
color: #C143BE;
}
</style>
background-color css
<style>
a { background-color: #C143BE; }
a { background-color: rgb(193,67,190); }
div.DivClassName
{
background-color: #C143BE;
}
.BgClassName
{
background-color: #C143BE;
}
</style>
border-color css
<style>
span { border-color: #C143BE; }
span { border-color: rgb(193,67,190); }
td.TdClassName
{
border-color: #C143BE;
}
.TagClassName
{
border-color: #C143BE;
}
</style>