Shades of Fuchsia #C143AE
Tints of Fuchsia #C143AE
RGB
CMYK
RGB Variations
Color information
#C143AE (or 0xC143AE) is known color: Fuchsia. HEX triplet: C1, 43 and AE. RGB value is (193,67,174). Sum of RGB (Red+Green+Blue) = 193+67+174=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C143AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143AE is #3EBC51. Grayscale: #747474. Windows color (decimal): -4111442 or 11420609. OLE color: 11420609.
HSL color Cylindrical-coordinate representation of color #C143AE: hue angle of 309.05º 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 #C143AE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 174 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.24 |
| HSL | 309.05º | 0.5% | 0.51% | - |
| HSV(B) | 309.05º | 0.65% | 0.76% | - |
| XYZ | 31.64 | 18.41 | 41.93 | - |
| YUV | 116.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 174 | 0 | 0.65 | 0.10 | 0.24 | 309.05 | 0.5 | 0.51 |
| Hex | C1 | 43 | AE | 0 | 41 | A | 18 | 135 | 32 | 33 |
| Octal | 301 | 103 | 256 | 0 | 101 | 12 | 30 | 465 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10101110 | 0 | 1000001 | 1010 | 11000 | 100110101 | 110010 | 110011 |
Color Harmonies of #C143AE
Complementary color
Monochromatic Colors of #C143AE
Black with #C143AE
Text Example
Text Example
White with #C143AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143AE; }
p { color: rgb(193,67,174); }
H1.HeaderClassName
{
color: #C143AE;
}
.AnyTagClassName
{
color: #C143AE;
}
</style>
background-color css
<style>
a { background-color: #C143AE; }
a { background-color: rgb(193,67,174); }
div.DivClassName
{
background-color: #C143AE;
}
.BgClassName
{
background-color: #C143AE;
}
</style>
border-color css
<style>
span { border-color: #C143AE; }
span { border-color: rgb(193,67,174); }
td.TdClassName
{
border-color: #C143AE;
}
.TagClassName
{
border-color: #C143AE;
}
</style>