Shades of Fuchsia #C144BA
Tints of Fuchsia #C144BA
RGB
CMYK
RGB Variations
Color information
#C144BA (or 0xC144BA) is known color: Fuchsia. HEX triplet: C1, 44 and BA. RGB value is (193,68,186). Sum of RGB (Red+Green+Blue) = 193+68+186=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C144BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144BA is #3EBB45. Grayscale: #767676. Windows color (decimal): -4111174 or 12207297. OLE color: 12207297.
HSL color Cylindrical-coordinate representation of color #C144BA: hue angle of 303.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C144BA is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 186 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.24 |
| HSL | 303.36º | 0.5% | 0.51% | - |
| HSV(B) | 303.36º | 0.65% | 0.76% | - |
| XYZ | 32.92 | 19.02 | 48.39 | - |
| YUV | 118.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 186 | 0 | 0.65 | 0.04 | 0.24 | 303.36 | 0.5 | 0.51 |
| Hex | C1 | 44 | BA | 0 | 41 | 4 | 18 | 12F | 32 | 33 |
| Octal | 301 | 104 | 272 | 0 | 101 | 4 | 30 | 457 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10111010 | 0 | 1000001 | 100 | 11000 | 100101111 | 110010 | 110011 |
Color Harmonies of #C144BA
Complementary color
Monochromatic Colors of #C144BA
Black with #C144BA
Text Example
Text Example
White with #C144BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144BA; }
p { color: rgb(193,68,186); }
H1.HeaderClassName
{
color: #C144BA;
}
.AnyTagClassName
{
color: #C144BA;
}
</style>
background-color css
<style>
a { background-color: #C144BA; }
a { background-color: rgb(193,68,186); }
div.DivClassName
{
background-color: #C144BA;
}
.BgClassName
{
background-color: #C144BA;
}
</style>
border-color css
<style>
span { border-color: #C144BA; }
span { border-color: rgb(193,68,186); }
td.TdClassName
{
border-color: #C144BA;
}
.TagClassName
{
border-color: #C144BA;
}
</style>