Shades of Fuchsia #C144B1
Tints of Fuchsia #C144B1
RGB
CMYK
RGB Variations
Color information
#C144B1 (or 0xC144B1) is known color: Fuchsia. HEX triplet: C1, 44 and B1. RGB value is (193,68,177). Sum of RGB (Red+Green+Blue) = 193+68+177=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C144B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144B1 is #3EBB4E. Grayscale: #757575. Windows color (decimal): -4111183 or 11617473. OLE color: 11617473.
HSL color Cylindrical-coordinate representation of color #C144B1: hue angle of 307.68º 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 #C144B1 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 177 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.24 |
| HSL | 307.68º | 0.5% | 0.51% | - |
| HSV(B) | 307.68º | 0.65% | 0.76% | - |
| XYZ | 32 | 18.65 | 43.51 | - |
| YUV | 117.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 177 | 0 | 0.65 | 0.08 | 0.24 | 307.68 | 0.5 | 0.51 |
| Hex | C1 | 44 | B1 | 0 | 41 | 8 | 18 | 134 | 32 | 33 |
| Octal | 301 | 104 | 261 | 0 | 101 | 10 | 30 | 464 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10110001 | 0 | 1000001 | 1000 | 11000 | 100110100 | 110010 | 110011 |
Color Harmonies of #C144B1
Complementary color
Monochromatic Colors of #C144B1
Black with #C144B1
Text Example
Text Example
White with #C144B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144B1; }
p { color: rgb(193,68,177); }
H1.HeaderClassName
{
color: #C144B1;
}
.AnyTagClassName
{
color: #C144B1;
}
</style>
background-color css
<style>
a { background-color: #C144B1; }
a { background-color: rgb(193,68,177); }
div.DivClassName
{
background-color: #C144B1;
}
.BgClassName
{
background-color: #C144B1;
}
</style>
border-color css
<style>
span { border-color: #C144B1; }
span { border-color: rgb(193,68,177); }
td.TdClassName
{
border-color: #C144B1;
}
.TagClassName
{
border-color: #C144B1;
}
</style>