Shades of Fuchsia #C140B5
Tints of Fuchsia #C140B5
RGB
CMYK
RGB Variations
Color information
#C140B5 (or 0xC140B5) is known color: Fuchsia. HEX triplet: C1, 40 and B5. RGB value is (193,64,181). Sum of RGB (Red+Green+Blue) = 193+64+181=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C140B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140B5 is #3EBF4A. Grayscale: #737373. Windows color (decimal): -4112203 or 11878593. OLE color: 11878593.
HSL color Cylindrical-coordinate representation of color #C140B5: hue angle of 305.58º 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 #C140B5 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 181 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.24 |
| HSL | 305.58º | 0.51% | 0.5% | - |
| HSV(B) | 305.58º | 0.67% | 0.76% | - |
| XYZ | 32.17 | 18.34 | 45.56 | - |
| YUV | 115.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 181 | 0 | 0.67 | 0.06 | 0.24 | 305.58 | 0.51 | 0.5 |
| Hex | C1 | 40 | B5 | 0 | 43 | 6 | 18 | 132 | 33 | 32 |
| Octal | 301 | 100 | 265 | 0 | 103 | 6 | 30 | 462 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10110101 | 0 | 1000011 | 110 | 11000 | 100110010 | 110011 | 110010 |
Color Harmonies of #C140B5
Complementary color
Monochromatic Colors of #C140B5
Black with #C140B5
Text Example
Text Example
White with #C140B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140B5; }
p { color: rgb(193,64,181); }
H1.HeaderClassName
{
color: #C140B5;
}
.AnyTagClassName
{
color: #C140B5;
}
</style>
background-color css
<style>
a { background-color: #C140B5; }
a { background-color: rgb(193,64,181); }
div.DivClassName
{
background-color: #C140B5;
}
.BgClassName
{
background-color: #C140B5;
}
</style>
border-color css
<style>
span { border-color: #C140B5; }
span { border-color: rgb(193,64,181); }
td.TdClassName
{
border-color: #C140B5;
}
.TagClassName
{
border-color: #C140B5;
}
</style>