Shades of Fuchsia #C14BAA
Tints of Fuchsia #C14BAA
RGB
CMYK
RGB Variations
Color information
#C14BAA (or 0xC14BAA) is known color: Fuchsia. HEX triplet: C1, 4B and AA. RGB value is (193,75,170). Sum of RGB (Red+Green+Blue) = 193+75+170=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BAA is #3EB455. Grayscale: #787878. Windows color (decimal): -4109398 or 11160513. OLE color: 11160513.
HSL color Cylindrical-coordinate representation of color #C14BAA: hue angle of 311.69º 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 #C14BAA is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 170 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.24 |
| HSL | 311.69º | 0.49% | 0.53% | - |
| HSV(B) | 311.69º | 0.61% | 0.76% | - |
| XYZ | 31.76 | 19.27 | 40.08 | - |
| YUV | 121.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 170 | 0 | 0.61 | 0.12 | 0.24 | 311.69 | 0.49 | 0.53 |
| Hex | C1 | 4B | AA | 0 | 3D | C | 18 | 138 | 31 | 35 |
| Octal | 301 | 113 | 252 | 0 | 75 | 14 | 30 | 470 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10101010 | 0 | 111101 | 1100 | 11000 | 100111000 | 110001 | 110101 |
Color Harmonies of #C14BAA
Complementary color
Monochromatic Colors of #C14BAA
Black with #C14BAA
Text Example
Text Example
White with #C14BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BAA; }
p { color: rgb(193,75,170); }
H1.HeaderClassName
{
color: #C14BAA;
}
.AnyTagClassName
{
color: #C14BAA;
}
</style>
background-color css
<style>
a { background-color: #C14BAA; }
a { background-color: rgb(193,75,170); }
div.DivClassName
{
background-color: #C14BAA;
}
.BgClassName
{
background-color: #C14BAA;
}
</style>
border-color css
<style>
span { border-color: #C14BAA; }
span { border-color: rgb(193,75,170); }
td.TdClassName
{
border-color: #C14BAA;
}
.TagClassName
{
border-color: #C14BAA;
}
</style>