Shades of Fuchsia #C140BE
Tints of Fuchsia #C140BE
RGB
CMYK
RGB Variations
Color information
#C140BE (or 0xC140BE) is known color: Fuchsia. HEX triplet: C1, 40 and BE. RGB value is (193,64,190). Sum of RGB (Red+Green+Blue) = 193+64+190=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C140BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140BE is #3EBF41. Grayscale: #747474. Windows color (decimal): -4112194 or 12468417. OLE color: 12468417.
HSL color Cylindrical-coordinate representation of color #C140BE: hue angle of 301.4º 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 #C140BE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 190 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.24 |
| HSL | 301.4º | 0.51% | 0.5% | - |
| HSV(B) | 301.4º | 0.67% | 0.76% | - |
| XYZ | 33.12 | 18.72 | 50.58 | - |
| YUV | 116.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 190 | 0 | 0.67 | 0.02 | 0.24 | 301.4 | 0.51 | 0.5 |
| Hex | C1 | 40 | BE | 0 | 43 | 2 | 18 | 12D | 33 | 32 |
| Octal | 301 | 100 | 276 | 0 | 103 | 2 | 30 | 455 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10111110 | 0 | 1000011 | 10 | 11000 | 100101101 | 110011 | 110010 |
Color Harmonies of #C140BE
Complementary color
Monochromatic Colors of #C140BE
Black with #C140BE
Text Example
Text Example
White with #C140BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140BE; }
p { color: rgb(193,64,190); }
H1.HeaderClassName
{
color: #C140BE;
}
.AnyTagClassName
{
color: #C140BE;
}
</style>
background-color css
<style>
a { background-color: #C140BE; }
a { background-color: rgb(193,64,190); }
div.DivClassName
{
background-color: #C140BE;
}
.BgClassName
{
background-color: #C140BE;
}
</style>
border-color css
<style>
span { border-color: #C140BE; }
span { border-color: rgb(193,64,190); }
td.TdClassName
{
border-color: #C140BE;
}
.TagClassName
{
border-color: #C140BE;
}
</style>