Shades of Fuchsia #C14DAF
Tints of Fuchsia #C14DAF
RGB
CMYK
RGB Variations
Color information
#C14DAF (or 0xC14DAF) is known color: Fuchsia. HEX triplet: C1, 4D and AF. RGB value is (193,77,175). Sum of RGB (Red+Green+Blue) = 193+77+175=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAF is #3EB250. Grayscale: #7A7A7A. Windows color (decimal): -4108881 or 11488705. OLE color: 11488705.
HSL color Cylindrical-coordinate representation of color #C14DAF: hue angle of 309.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14DAF is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 175 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.24 |
| HSL | 309.31º | 0.48% | 0.53% | - |
| HSV(B) | 309.31º | 0.6% | 0.76% | - |
| XYZ | 32.38 | 19.74 | 42.66 | - |
| YUV | 122.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 175 | 0 | 0.60 | 0.09 | 0.24 | 309.31 | 0.48 | 0.53 |
| Hex | C1 | 4D | AF | 0 | 3C | 9 | 18 | 135 | 30 | 35 |
| Octal | 301 | 115 | 257 | 0 | 74 | 11 | 30 | 465 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10101111 | 0 | 111100 | 1001 | 11000 | 100110101 | 110000 | 110101 |
Color Harmonies of #C14DAF
Complementary color
Monochromatic Colors of #C14DAF
Black with #C14DAF
Text Example
Text Example
White with #C14DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DAF; }
p { color: rgb(193,77,175); }
H1.HeaderClassName
{
color: #C14DAF;
}
.AnyTagClassName
{
color: #C14DAF;
}
</style>
background-color css
<style>
a { background-color: #C14DAF; }
a { background-color: rgb(193,77,175); }
div.DivClassName
{
background-color: #C14DAF;
}
.BgClassName
{
background-color: #C14DAF;
}
</style>
border-color css
<style>
span { border-color: #C14DAF; }
span { border-color: rgb(193,77,175); }
td.TdClassName
{
border-color: #C14DAF;
}
.TagClassName
{
border-color: #C14DAF;
}
</style>