Shades of Fuchsia #C140B9
Tints of Fuchsia #C140B9
RGB
CMYK
RGB Variations
Color information
#C140B9 (or 0xC140B9) is known color: Fuchsia. HEX triplet: C1, 40 and B9. RGB value is (193,64,185). Sum of RGB (Red+Green+Blue) = 193+64+185=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C140B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140B9 is #3EBF46. Grayscale: #747474. Windows color (decimal): -4112199 or 12140737. OLE color: 12140737.
HSL color Cylindrical-coordinate representation of color #C140B9: hue angle of 303.72º 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 #C140B9 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 185 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.24 |
| HSL | 303.72º | 0.51% | 0.5% | - |
| HSV(B) | 303.72º | 0.67% | 0.76% | - |
| XYZ | 32.58 | 18.51 | 47.75 | - |
| YUV | 116.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 185 | 0 | 0.67 | 0.04 | 0.24 | 303.72 | 0.51 | 0.5 |
| Hex | C1 | 40 | B9 | 0 | 43 | 4 | 18 | 130 | 33 | 32 |
| Octal | 301 | 100 | 271 | 0 | 103 | 4 | 30 | 460 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10111001 | 0 | 1000011 | 100 | 11000 | 100110000 | 110011 | 110010 |
Color Harmonies of #C140B9
Complementary color
Monochromatic Colors of #C140B9
Black with #C140B9
Text Example
Text Example
White with #C140B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140B9; }
p { color: rgb(193,64,185); }
H1.HeaderClassName
{
color: #C140B9;
}
.AnyTagClassName
{
color: #C140B9;
}
</style>
background-color css
<style>
a { background-color: #C140B9; }
a { background-color: rgb(193,64,185); }
div.DivClassName
{
background-color: #C140B9;
}
.BgClassName
{
background-color: #C140B9;
}
</style>
border-color css
<style>
span { border-color: #C140B9; }
span { border-color: rgb(193,64,185); }
td.TdClassName
{
border-color: #C140B9;
}
.TagClassName
{
border-color: #C140B9;
}
</style>