Shades of Fuchsia #C140A8
Tints of Fuchsia #C140A8
RGB
CMYK
RGB Variations
Color information
#C140A8 (or 0xC140A8) is known color: Fuchsia. HEX triplet: C1, 40 and A8. RGB value is (193,64,168). Sum of RGB (Red+Green+Blue) = 193+64+168=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C140A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140A8 is #3EBF57. Grayscale: #727272. Windows color (decimal): -4112216 or 11026625. OLE color: 11026625.
HSL color Cylindrical-coordinate representation of color #C140A8: hue angle of 311.63º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C140A8 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 168 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.24 |
| HSL | 311.63º | 0.51% | 0.5% | - |
| HSV(B) | 311.63º | 0.67% | 0.76% | - |
| XYZ | 30.89 | 17.83 | 38.86 | - |
| YUV | 114.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 168 | 0 | 0.67 | 0.13 | 0.24 | 311.63 | 0.51 | 0.5 |
| Hex | C1 | 40 | A8 | 0 | 43 | D | 18 | 138 | 33 | 32 |
| Octal | 301 | 100 | 250 | 0 | 103 | 15 | 30 | 470 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10101000 | 0 | 1000011 | 1101 | 11000 | 100111000 | 110011 | 110010 |
Color Harmonies of #C140A8
Complementary color
Monochromatic Colors of #C140A8
Black with #C140A8
Text Example
Text Example
White with #C140A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140A8; }
p { color: rgb(193,64,168); }
H1.HeaderClassName
{
color: #C140A8;
}
.AnyTagClassName
{
color: #C140A8;
}
</style>
background-color css
<style>
a { background-color: #C140A8; }
a { background-color: rgb(193,64,168); }
div.DivClassName
{
background-color: #C140A8;
}
.BgClassName
{
background-color: #C140A8;
}
</style>
border-color css
<style>
span { border-color: #C140A8; }
span { border-color: rgb(193,64,168); }
td.TdClassName
{
border-color: #C140A8;
}
.TagClassName
{
border-color: #C140A8;
}
</style>