Shades of Fuchsia #C143BD
Tints of Fuchsia #C143BD
RGB
CMYK
RGB Variations
Color information
#C143BD (or 0xC143BD) is known color: Fuchsia. HEX triplet: C1, 43 and BD. RGB value is (193,67,189). Sum of RGB (Red+Green+Blue) = 193+67+189=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C143BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143BD is #3EBC42. Grayscale: #767676. Windows color (decimal): -4111427 or 12403649. OLE color: 12403649.
HSL color Cylindrical-coordinate representation of color #C143BD: hue angle of 301.9º 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 #C143BD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 189 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.24 |
| HSL | 301.9º | 0.5% | 0.51% | - |
| HSV(B) | 301.9º | 0.65% | 0.76% | - |
| XYZ | 33.18 | 19.03 | 50.07 | - |
| YUV | 118.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 189 | 0 | 0.65 | 0.02 | 0.24 | 301.9 | 0.5 | 0.51 |
| Hex | C1 | 43 | BD | 0 | 41 | 2 | 18 | 12E | 32 | 33 |
| Octal | 301 | 103 | 275 | 0 | 101 | 2 | 30 | 456 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10111101 | 0 | 1000001 | 10 | 11000 | 100101110 | 110010 | 110011 |
Color Harmonies of #C143BD
Complementary color
Monochromatic Colors of #C143BD
Black with #C143BD
Text Example
Text Example
White with #C143BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143BD; }
p { color: rgb(193,67,189); }
H1.HeaderClassName
{
color: #C143BD;
}
.AnyTagClassName
{
color: #C143BD;
}
</style>
background-color css
<style>
a { background-color: #C143BD; }
a { background-color: rgb(193,67,189); }
div.DivClassName
{
background-color: #C143BD;
}
.BgClassName
{
background-color: #C143BD;
}
</style>
border-color css
<style>
span { border-color: #C143BD; }
span { border-color: rgb(193,67,189); }
td.TdClassName
{
border-color: #C143BD;
}
.TagClassName
{
border-color: #C143BD;
}
</style>