Shades of Fuchsia #C144BF
Tints of Fuchsia #C144BF
RGB
CMYK
RGB Variations
Color information
#C144BF (or 0xC144BF) is known color: Fuchsia. HEX triplet: C1, 44 and BF. RGB value is (193,68,191). Sum of RGB (Red+Green+Blue) = 193+68+191=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C144BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144BF is #3EBB40. Grayscale: #777777. Windows color (decimal): -4111169 or 12534977. OLE color: 12534977.
HSL color Cylindrical-coordinate representation of color #C144BF: hue angle of 300.96º 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 #C144BF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 191 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.24 |
| HSL | 300.96º | 0.5% | 0.51% | - |
| HSV(B) | 300.96º | 0.65% | 0.76% | - |
| XYZ | 33.46 | 19.23 | 51.24 | - |
| YUV | 119.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 191 | 0 | 0.65 | 0.01 | 0.24 | 300.96 | 0.5 | 0.51 |
| Hex | C1 | 44 | BF | 0 | 41 | 1 | 18 | 12D | 32 | 33 |
| Octal | 301 | 104 | 277 | 0 | 101 | 1 | 30 | 455 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10111111 | 0 | 1000001 | 1 | 11000 | 100101101 | 110010 | 110011 |
Color Harmonies of #C144BF
Complementary color
Monochromatic Colors of #C144BF
Black with #C144BF
Text Example
Text Example
White with #C144BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144BF; }
p { color: rgb(193,68,191); }
H1.HeaderClassName
{
color: #C144BF;
}
.AnyTagClassName
{
color: #C144BF;
}
</style>
background-color css
<style>
a { background-color: #C144BF; }
a { background-color: rgb(193,68,191); }
div.DivClassName
{
background-color: #C144BF;
}
.BgClassName
{
background-color: #C144BF;
}
</style>
border-color css
<style>
span { border-color: #C144BF; }
span { border-color: rgb(193,68,191); }
td.TdClassName
{
border-color: #C144BF;
}
.TagClassName
{
border-color: #C144BF;
}
</style>