Shades of Fuchsia #C143B9
Tints of Fuchsia #C143B9
RGB
CMYK
RGB Variations
Color information
#C143B9 (or 0xC143B9) is known color: Fuchsia. HEX triplet: C1, 43 and B9. RGB value is (193,67,185). Sum of RGB (Red+Green+Blue) = 193+67+185=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C143B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143B9 is #3EBC46. Grayscale: #757575. Windows color (decimal): -4111431 or 12141505. OLE color: 12141505.
HSL color Cylindrical-coordinate representation of color #C143B9: hue angle of 303.81º 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 #C143B9 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 185 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.24 |
| HSL | 303.81º | 0.5% | 0.51% | - |
| HSV(B) | 303.81º | 0.65% | 0.76% | - |
| XYZ | 32.76 | 18.85 | 47.81 | - |
| YUV | 118.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 185 | 0 | 0.65 | 0.04 | 0.24 | 303.81 | 0.5 | 0.51 |
| Hex | C1 | 43 | B9 | 0 | 41 | 4 | 18 | 130 | 32 | 33 |
| Octal | 301 | 103 | 271 | 0 | 101 | 4 | 30 | 460 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10111001 | 0 | 1000001 | 100 | 11000 | 100110000 | 110010 | 110011 |
Color Harmonies of #C143B9
Complementary color
Monochromatic Colors of #C143B9
Black with #C143B9
Text Example
Text Example
White with #C143B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143B9; }
p { color: rgb(193,67,185); }
H1.HeaderClassName
{
color: #C143B9;
}
.AnyTagClassName
{
color: #C143B9;
}
</style>
background-color css
<style>
a { background-color: #C143B9; }
a { background-color: rgb(193,67,185); }
div.DivClassName
{
background-color: #C143B9;
}
.BgClassName
{
background-color: #C143B9;
}
</style>
border-color css
<style>
span { border-color: #C143B9; }
span { border-color: rgb(193,67,185); }
td.TdClassName
{
border-color: #C143B9;
}
.TagClassName
{
border-color: #C143B9;
}
</style>