Shades of Fuchsia #C144B0
Tints of Fuchsia #C144B0
RGB
CMYK
RGB Variations
Color information
#C144B0 (or 0xC144B0) is known color: Fuchsia. HEX triplet: C1, 44 and B0. RGB value is (193,68,176). Sum of RGB (Red+Green+Blue) = 193+68+176=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C144B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144B0 is #3EBB4F. Grayscale: #757575. Windows color (decimal): -4111184 or 11551937. OLE color: 11551937.
HSL color Cylindrical-coordinate representation of color #C144B0: hue angle of 308.16º 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 #C144B0 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 176 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.24 |
| HSL | 308.16º | 0.5% | 0.51% | - |
| HSV(B) | 308.16º | 0.65% | 0.76% | - |
| XYZ | 31.9 | 18.61 | 42.98 | - |
| YUV | 117.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 176 | 0 | 0.65 | 0.09 | 0.24 | 308.16 | 0.5 | 0.51 |
| Hex | C1 | 44 | B0 | 0 | 41 | 9 | 18 | 134 | 32 | 33 |
| Octal | 301 | 104 | 260 | 0 | 101 | 11 | 30 | 464 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10110000 | 0 | 1000001 | 1001 | 11000 | 100110100 | 110010 | 110011 |
Color Harmonies of #C144B0
Complementary color
Monochromatic Colors of #C144B0
Black with #C144B0
Text Example
Text Example
White with #C144B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144B0; }
p { color: rgb(193,68,176); }
H1.HeaderClassName
{
color: #C144B0;
}
.AnyTagClassName
{
color: #C144B0;
}
</style>
background-color css
<style>
a { background-color: #C144B0; }
a { background-color: rgb(193,68,176); }
div.DivClassName
{
background-color: #C144B0;
}
.BgClassName
{
background-color: #C144B0;
}
</style>
border-color css
<style>
span { border-color: #C144B0; }
span { border-color: rgb(193,68,176); }
td.TdClassName
{
border-color: #C144B0;
}
.TagClassName
{
border-color: #C144B0;
}
</style>