Shades of Fuchsia #C143AD
Tints of Fuchsia #C143AD
RGB
CMYK
RGB Variations
Color information
#C143AD (or 0xC143AD) is known color: Fuchsia. HEX triplet: C1, 43 and AD. RGB value is (193,67,173). Sum of RGB (Red+Green+Blue) = 193+67+173=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C143AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143AD is #3EBC52. Grayscale: #747474. Windows color (decimal): -4111443 or 11355073. OLE color: 11355073.
HSL color Cylindrical-coordinate representation of color #C143AD: hue angle of 309.52º 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 #C143AD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 173 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.24 |
| HSL | 309.52º | 0.5% | 0.51% | - |
| HSV(B) | 309.52º | 0.65% | 0.76% | - |
| XYZ | 31.54 | 18.37 | 41.42 | - |
| YUV | 116.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 173 | 0 | 0.65 | 0.10 | 0.24 | 309.52 | 0.5 | 0.51 |
| Hex | C1 | 43 | AD | 0 | 41 | A | 18 | 136 | 32 | 33 |
| Octal | 301 | 103 | 255 | 0 | 101 | 12 | 30 | 466 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10101101 | 0 | 1000001 | 1010 | 11000 | 100110110 | 110010 | 110011 |
Color Harmonies of #C143AD
Complementary color
Monochromatic Colors of #C143AD
Black with #C143AD
Text Example
Text Example
White with #C143AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143AD; }
p { color: rgb(193,67,173); }
H1.HeaderClassName
{
color: #C143AD;
}
.AnyTagClassName
{
color: #C143AD;
}
</style>
background-color css
<style>
a { background-color: #C143AD; }
a { background-color: rgb(193,67,173); }
div.DivClassName
{
background-color: #C143AD;
}
.BgClassName
{
background-color: #C143AD;
}
</style>
border-color css
<style>
span { border-color: #C143AD; }
span { border-color: rgb(193,67,173); }
td.TdClassName
{
border-color: #C143AD;
}
.TagClassName
{
border-color: #C143AD;
}
</style>