Shades of Fuchsia #C145B7
Tints of Fuchsia #C145B7
RGB
CMYK
RGB Variations
Color information
#C145B7 (or 0xC145B7) is known color: Fuchsia. HEX triplet: C1, 45 and B7. RGB value is (193,69,183). Sum of RGB (Red+Green+Blue) = 193+69+183=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C145B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145B7 is #3EBA48. Grayscale: #767676. Windows color (decimal): -4110921 or 12010945. OLE color: 12010945.
HSL color Cylindrical-coordinate representation of color #C145B7: hue angle of 304.84º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145B7 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 183 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.24 |
| HSL | 304.84º | 0.5% | 0.51% | - |
| HSV(B) | 304.84º | 0.64% | 0.76% | - |
| XYZ | 32.67 | 19.01 | 46.75 | - |
| YUV | 119.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 183 | 0 | 0.64 | 0.05 | 0.24 | 304.84 | 0.5 | 0.51 |
| Hex | C1 | 45 | B7 | 0 | 40 | 5 | 18 | 131 | 32 | 33 |
| Octal | 301 | 105 | 267 | 0 | 100 | 5 | 30 | 461 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10110111 | 0 | 1000000 | 101 | 11000 | 100110001 | 110010 | 110011 |
Color Harmonies of #C145B7
Complementary color
Monochromatic Colors of #C145B7
Black with #C145B7
Text Example
Text Example
White with #C145B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145B7; }
p { color: rgb(193,69,183); }
H1.HeaderClassName
{
color: #C145B7;
}
.AnyTagClassName
{
color: #C145B7;
}
</style>
background-color css
<style>
a { background-color: #C145B7; }
a { background-color: rgb(193,69,183); }
div.DivClassName
{
background-color: #C145B7;
}
.BgClassName
{
background-color: #C145B7;
}
</style>
border-color css
<style>
span { border-color: #C145B7; }
span { border-color: rgb(193,69,183); }
td.TdClassName
{
border-color: #C145B7;
}
.TagClassName
{
border-color: #C145B7;
}
</style>