Shades of Fuchsia #C143A8
Tints of Fuchsia #C143A8
RGB
CMYK
RGB Variations
Color information
#C143A8 (or 0xC143A8) is known color: Fuchsia. HEX triplet: C1, 43 and A8. RGB value is (193,67,168). Sum of RGB (Red+Green+Blue) = 193+67+168=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A8 is #3EBC57. Grayscale: #737373. Windows color (decimal): -4111448 or 11027393. OLE color: 11027393.
HSL color Cylindrical-coordinate representation of color #C143A8: hue angle of 311.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 #C143A8 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 168 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.24 |
| HSL | 311.9º | 0.5% | 0.51% | - |
| HSV(B) | 311.9º | 0.65% | 0.76% | - |
| XYZ | 31.07 | 18.18 | 38.92 | - |
| YUV | 116.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 168 | 0 | 0.65 | 0.13 | 0.24 | 311.9 | 0.5 | 0.51 |
| Hex | C1 | 43 | A8 | 0 | 41 | D | 18 | 138 | 32 | 33 |
| Octal | 301 | 103 | 250 | 0 | 101 | 15 | 30 | 470 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10101000 | 0 | 1000001 | 1101 | 11000 | 100111000 | 110010 | 110011 |
Color Harmonies of #C143A8
Complementary color
Monochromatic Colors of #C143A8
Black with #C143A8
Text Example
Text Example
White with #C143A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143A8; }
p { color: rgb(193,67,168); }
H1.HeaderClassName
{
color: #C143A8;
}
.AnyTagClassName
{
color: #C143A8;
}
</style>
background-color css
<style>
a { background-color: #C143A8; }
a { background-color: rgb(193,67,168); }
div.DivClassName
{
background-color: #C143A8;
}
.BgClassName
{
background-color: #C143A8;
}
</style>
border-color css
<style>
span { border-color: #C143A8; }
span { border-color: rgb(193,67,168); }
td.TdClassName
{
border-color: #C143A8;
}
.TagClassName
{
border-color: #C143A8;
}
</style>