Shades of Fuchsia #C145C0
Tints of Fuchsia #C145C0
RGB
CMYK
RGB Variations
Color information
#C145C0 (or 0xC145C0) is known color: Fuchsia. HEX triplet: C1, 45 and C0. RGB value is (193,69,192). Sum of RGB (Red+Green+Blue) = 193+69+192=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C145C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145C0 is #3EBA3F. Grayscale: #777777. Windows color (decimal): -4110912 or 12600769. OLE color: 12600769.
HSL color Cylindrical-coordinate representation of color #C145C0: hue angle of 300.48º 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 #C145C0 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 192 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.24 |
| HSL | 300.48º | 0.5% | 0.51% | - |
| HSV(B) | 300.48º | 0.64% | 0.76% | - |
| XYZ | 33.63 | 19.4 | 51.84 | - |
| YUV | 120.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 192 | 0 | 0.64 | 0.01 | 0.24 | 300.48 | 0.5 | 0.51 |
| Hex | C1 | 45 | C0 | 0 | 40 | 1 | 18 | 12C | 32 | 33 |
| Octal | 301 | 105 | 300 | 0 | 100 | 1 | 30 | 454 | 62 | 63 |
| Binary | 11000001 | 1000101 | 11000000 | 0 | 1000000 | 1 | 11000 | 100101100 | 110010 | 110011 |
Color Harmonies of #C145C0
Complementary color
Monochromatic Colors of #C145C0
Black with #C145C0
Text Example
Text Example
White with #C145C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145C0; }
p { color: rgb(193,69,192); }
H1.HeaderClassName
{
color: #C145C0;
}
.AnyTagClassName
{
color: #C145C0;
}
</style>
background-color css
<style>
a { background-color: #C145C0; }
a { background-color: rgb(193,69,192); }
div.DivClassName
{
background-color: #C145C0;
}
.BgClassName
{
background-color: #C145C0;
}
</style>
border-color css
<style>
span { border-color: #C145C0; }
span { border-color: rgb(193,69,192); }
td.TdClassName
{
border-color: #C145C0;
}
.TagClassName
{
border-color: #C145C0;
}
</style>