Shades of Fuchsia #C14CAA
Tints of Fuchsia #C14CAA
RGB
CMYK
RGB Variations
Color information
#C14CAA (or 0xC14CAA) is known color: Fuchsia. HEX triplet: C1, 4C and AA. RGB value is (193,76,170). Sum of RGB (Red+Green+Blue) = 193+76+170=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CAA is #3EB355. Grayscale: #797979. Windows color (decimal): -4109142 or 11160769. OLE color: 11160769.
HSL color Cylindrical-coordinate representation of color #C14CAA: hue angle of 311.79º 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 #C14CAA is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 170 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.24 |
| HSL | 311.79º | 0.49% | 0.53% | - |
| HSV(B) | 311.79º | 0.61% | 0.76% | - |
| XYZ | 31.83 | 19.41 | 40.1 | - |
| YUV | 121.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 170 | 0 | 0.61 | 0.12 | 0.24 | 311.79 | 0.49 | 0.53 |
| Hex | C1 | 4C | AA | 0 | 3D | C | 18 | 138 | 31 | 35 |
| Octal | 301 | 114 | 252 | 0 | 75 | 14 | 30 | 470 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10101010 | 0 | 111101 | 1100 | 11000 | 100111000 | 110001 | 110101 |
Color Harmonies of #C14CAA
Complementary color
Monochromatic Colors of #C14CAA
Black with #C14CAA
Text Example
Text Example
White with #C14CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CAA; }
p { color: rgb(193,76,170); }
H1.HeaderClassName
{
color: #C14CAA;
}
.AnyTagClassName
{
color: #C14CAA;
}
</style>
background-color css
<style>
a { background-color: #C14CAA; }
a { background-color: rgb(193,76,170); }
div.DivClassName
{
background-color: #C14CAA;
}
.BgClassName
{
background-color: #C14CAA;
}
</style>
border-color css
<style>
span { border-color: #C14CAA; }
span { border-color: rgb(193,76,170); }
td.TdClassName
{
border-color: #C14CAA;
}
.TagClassName
{
border-color: #C14CAA;
}
</style>