Shades of Fuchsia #C140B1
Tints of Fuchsia #C140B1
RGB
CMYK
RGB Variations
Color information
#C140B1 (or 0xC140B1) is known color: Fuchsia. HEX triplet: C1, 40 and B1. RGB value is (193,64,177). Sum of RGB (Red+Green+Blue) = 193+64+177=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C140B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140B1 is #3EBF4E. Grayscale: #737373. Windows color (decimal): -4112207 or 11616449. OLE color: 11616449.
HSL color Cylindrical-coordinate representation of color #C140B1: hue angle of 307.44º 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 #C140B1 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 177 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.24 |
| HSL | 307.44º | 0.51% | 0.5% | - |
| HSV(B) | 307.44º | 0.67% | 0.76% | - |
| XYZ | 31.76 | 18.18 | 43.43 | - |
| YUV | 115.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 177 | 0 | 0.67 | 0.08 | 0.24 | 307.44 | 0.51 | 0.5 |
| Hex | C1 | 40 | B1 | 0 | 43 | 8 | 18 | 133 | 33 | 32 |
| Octal | 301 | 100 | 261 | 0 | 103 | 10 | 30 | 463 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10110001 | 0 | 1000011 | 1000 | 11000 | 100110011 | 110011 | 110010 |
Color Harmonies of #C140B1
Complementary color
Monochromatic Colors of #C140B1
Black with #C140B1
Text Example
Text Example
White with #C140B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140B1; }
p { color: rgb(193,64,177); }
H1.HeaderClassName
{
color: #C140B1;
}
.AnyTagClassName
{
color: #C140B1;
}
</style>
background-color css
<style>
a { background-color: #C140B1; }
a { background-color: rgb(193,64,177); }
div.DivClassName
{
background-color: #C140B1;
}
.BgClassName
{
background-color: #C140B1;
}
</style>
border-color css
<style>
span { border-color: #C140B1; }
span { border-color: rgb(193,64,177); }
td.TdClassName
{
border-color: #C140B1;
}
.TagClassName
{
border-color: #C140B1;
}
</style>