Shades of Fuchsia #C14DC9
Tints of Fuchsia #C14DC9
RGB
CMYK
RGB Variations
Color information
#C14DC9 (or 0xC14DC9) is known color: Fuchsia. HEX triplet: C1, 4D and C9. RGB value is (193,77,201). Sum of RGB (Red+Green+Blue) = 193+77+201=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #C14DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DC9 is #3EB236. Grayscale: #7D7D7D. Windows color (decimal): -4108855 or 13192641. OLE color: 13192641.
HSL color Cylindrical-coordinate representation of color #C14DC9: hue angle of 296.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14DC9 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 77 | 201 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.21 |
| HSL | 296.13º | 0.53% | 0.55% | - |
| HSV(B) | 296.13º | 0.62% | 0.79% | - |
| XYZ | 35.19 | 20.86 | 57.43 | - |
| YUV | 125.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 201 | 0.04 | 0.62 | 0 | 0.21 | 296.13 | 0.53 | 0.55 |
| Hex | C1 | 4D | C9 | 4 | 3E | 0 | 15 | 128 | 35 | 37 |
| Octal | 301 | 115 | 311 | 4 | 76 | 0 | 25 | 450 | 65 | 67 |
| Binary | 11000001 | 1001101 | 11001001 | 100 | 111110 | 0 | 10101 | 100101000 | 110101 | 110111 |
Color Harmonies of #C14DC9
Complementary color
Monochromatic Colors of #C14DC9
Black with #C14DC9
Text Example
Text Example
White with #C14DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DC9; }
p { color: rgb(193,77,201); }
H1.HeaderClassName
{
color: #C14DC9;
}
.AnyTagClassName
{
color: #C14DC9;
}
</style>
background-color css
<style>
a { background-color: #C14DC9; }
a { background-color: rgb(193,77,201); }
div.DivClassName
{
background-color: #C14DC9;
}
.BgClassName
{
background-color: #C14DC9;
}
</style>
border-color css
<style>
span { border-color: #C14DC9; }
span { border-color: rgb(193,77,201); }
td.TdClassName
{
border-color: #C14DC9;
}
.TagClassName
{
border-color: #C14DC9;
}
</style>