Shades of Fuchsia #C14BAB
Tints of Fuchsia #C14BAB
RGB
CMYK
RGB Variations
Color information
#C14BAB (or 0xC14BAB) is known color: Fuchsia. HEX triplet: C1, 4B and AB. RGB value is (193,75,171). Sum of RGB (Red+Green+Blue) = 193+75+171=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BAB is #3EB454. Grayscale: #787878. Windows color (decimal): -4109397 or 11226049. OLE color: 11226049.
HSL color Cylindrical-coordinate representation of color #C14BAB: hue angle of 311.19º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14BAB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 171 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.24 |
| HSL | 311.19º | 0.49% | 0.53% | - |
| HSV(B) | 311.19º | 0.61% | 0.76% | - |
| XYZ | 31.86 | 19.31 | 40.58 | - |
| YUV | 121.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 171 | 0 | 0.61 | 0.11 | 0.24 | 311.19 | 0.49 | 0.53 |
| Hex | C1 | 4B | AB | 0 | 3D | B | 18 | 137 | 31 | 35 |
| Octal | 301 | 113 | 253 | 0 | 75 | 13 | 30 | 467 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10101011 | 0 | 111101 | 1011 | 11000 | 100110111 | 110001 | 110101 |
Color Harmonies of #C14BAB
Complementary color
Monochromatic Colors of #C14BAB
Black with #C14BAB
Text Example
Text Example
White with #C14BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BAB; }
p { color: rgb(193,75,171); }
H1.HeaderClassName
{
color: #C14BAB;
}
.AnyTagClassName
{
color: #C14BAB;
}
</style>
background-color css
<style>
a { background-color: #C14BAB; }
a { background-color: rgb(193,75,171); }
div.DivClassName
{
background-color: #C14BAB;
}
.BgClassName
{
background-color: #C14BAB;
}
</style>
border-color css
<style>
span { border-color: #C14BAB; }
span { border-color: rgb(193,75,171); }
td.TdClassName
{
border-color: #C14BAB;
}
.TagClassName
{
border-color: #C14BAB;
}
</style>