Shades of Fuchsia #C145BC
Tints of Fuchsia #C145BC
RGB
CMYK
RGB Variations
Color information
#C145BC (or 0xC145BC) is known color: Fuchsia. HEX triplet: C1, 45 and BC. RGB value is (193,69,188). Sum of RGB (Red+Green+Blue) = 193+69+188=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C145BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145BC is #3EBA43. Grayscale: #777777. Windows color (decimal): -4110916 or 12338625. OLE color: 12338625.
HSL color Cylindrical-coordinate representation of color #C145BC: hue angle of 302.42º 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 #C145BC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 188 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.24 |
| HSL | 302.42º | 0.5% | 0.51% | - |
| HSV(B) | 302.42º | 0.64% | 0.76% | - |
| XYZ | 33.2 | 19.22 | 49.54 | - |
| YUV | 119.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 188 | 0 | 0.64 | 0.03 | 0.24 | 302.42 | 0.5 | 0.51 |
| Hex | C1 | 45 | BC | 0 | 40 | 3 | 18 | 12E | 32 | 33 |
| Octal | 301 | 105 | 274 | 0 | 100 | 3 | 30 | 456 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10111100 | 0 | 1000000 | 11 | 11000 | 100101110 | 110010 | 110011 |
Color Harmonies of #C145BC
Complementary color
Monochromatic Colors of #C145BC
Black with #C145BC
Text Example
Text Example
White with #C145BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145BC; }
p { color: rgb(193,69,188); }
H1.HeaderClassName
{
color: #C145BC;
}
.AnyTagClassName
{
color: #C145BC;
}
</style>
background-color css
<style>
a { background-color: #C145BC; }
a { background-color: rgb(193,69,188); }
div.DivClassName
{
background-color: #C145BC;
}
.BgClassName
{
background-color: #C145BC;
}
</style>
border-color css
<style>
span { border-color: #C145BC; }
span { border-color: rgb(193,69,188); }
td.TdClassName
{
border-color: #C145BC;
}
.TagClassName
{
border-color: #C145BC;
}
</style>