Shades of Fuchsia #C14AA9
Tints of Fuchsia #C14AA9
RGB
CMYK
RGB Variations
Color information
#C14AA9 (or 0xC14AA9) is known color: Fuchsia. HEX triplet: C1, 4A and A9. RGB value is (193,74,169). Sum of RGB (Red+Green+Blue) = 193+74+169=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C14AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14AA9 is #3EB556. Grayscale: #787878. Windows color (decimal): -4109655 or 11094721. OLE color: 11094721.
HSL color Cylindrical-coordinate representation of color #C14AA9: hue angle of 312.1º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14AA9 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 169 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.24 |
| HSL | 312.1º | 0.49% | 0.52% | - |
| HSV(B) | 312.1º | 0.62% | 0.76% | - |
| XYZ | 31.6 | 19.1 | 39.56 | - |
| YUV | 120.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 169 | 0 | 0.62 | 0.12 | 0.24 | 312.1 | 0.49 | 0.52 |
| Hex | C1 | 4A | A9 | 0 | 3E | C | 18 | 138 | 31 | 34 |
| Octal | 301 | 112 | 251 | 0 | 76 | 14 | 30 | 470 | 61 | 64 |
| Binary | 11000001 | 1001010 | 10101001 | 0 | 111110 | 1100 | 11000 | 100111000 | 110001 | 110100 |
Color Harmonies of #C14AA9
Complementary color
Monochromatic Colors of #C14AA9
Black with #C14AA9
Text Example
Text Example
White with #C14AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AA9; }
p { color: rgb(193,74,169); }
H1.HeaderClassName
{
color: #C14AA9;
}
.AnyTagClassName
{
color: #C14AA9;
}
</style>
background-color css
<style>
a { background-color: #C14AA9; }
a { background-color: rgb(193,74,169); }
div.DivClassName
{
background-color: #C14AA9;
}
.BgClassName
{
background-color: #C14AA9;
}
</style>
border-color css
<style>
span { border-color: #C14AA9; }
span { border-color: rgb(193,74,169); }
td.TdClassName
{
border-color: #C14AA9;
}
.TagClassName
{
border-color: #C14AA9;
}
</style>