Shades of Fuchsia #C140AB
Tints of Fuchsia #C140AB
RGB
CMYK
RGB Variations
Color information
#C140AB (or 0xC140AB) is known color: Fuchsia. HEX triplet: C1, 40 and AB. RGB value is (193,64,171). Sum of RGB (Red+Green+Blue) = 193+64+171=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C140AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140AB is #3EBF54. Grayscale: #727272. Windows color (decimal): -4112213 or 11223233. OLE color: 11223233.
HSL color Cylindrical-coordinate representation of color #C140AB: hue angle of 310.23º 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 #C140AB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 171 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.24 |
| HSL | 310.23º | 0.51% | 0.5% | - |
| HSV(B) | 310.23º | 0.67% | 0.76% | - |
| XYZ | 31.18 | 17.94 | 40.35 | - |
| YUV | 114.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 171 | 0 | 0.67 | 0.11 | 0.24 | 310.23 | 0.51 | 0.5 |
| Hex | C1 | 40 | AB | 0 | 43 | B | 18 | 136 | 33 | 32 |
| Octal | 301 | 100 | 253 | 0 | 103 | 13 | 30 | 466 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10101011 | 0 | 1000011 | 1011 | 11000 | 100110110 | 110011 | 110010 |
Color Harmonies of #C140AB
Complementary color
Monochromatic Colors of #C140AB
Black with #C140AB
Text Example
Text Example
White with #C140AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140AB; }
p { color: rgb(193,64,171); }
H1.HeaderClassName
{
color: #C140AB;
}
.AnyTagClassName
{
color: #C140AB;
}
</style>
background-color css
<style>
a { background-color: #C140AB; }
a { background-color: rgb(193,64,171); }
div.DivClassName
{
background-color: #C140AB;
}
.BgClassName
{
background-color: #C140AB;
}
</style>
border-color css
<style>
span { border-color: #C140AB; }
span { border-color: rgb(193,64,171); }
td.TdClassName
{
border-color: #C140AB;
}
.TagClassName
{
border-color: #C140AB;
}
</style>