Shades of Fuchsia #C14DB6
Tints of Fuchsia #C14DB6
RGB
CMYK
RGB Variations
Color information
#C14DB6 (or 0xC14DB6) is known color: Fuchsia. HEX triplet: C1, 4D and B6. RGB value is (193,77,182). Sum of RGB (Red+Green+Blue) = 193+77+182=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DB6 is #3EB249. Grayscale: #7B7B7B. Windows color (decimal): -4108874 or 11947457. OLE color: 11947457.
HSL color Cylindrical-coordinate representation of color #C14DB6: hue angle of 305.69º 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 #C14DB6 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 182 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.24 |
| HSL | 305.69º | 0.48% | 0.53% | - |
| HSV(B) | 305.69º | 0.6% | 0.76% | - |
| XYZ | 33.09 | 20.02 | 46.38 | - |
| YUV | 123.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 182 | 0 | 0.60 | 0.06 | 0.24 | 305.69 | 0.48 | 0.53 |
| Hex | C1 | 4D | B6 | 0 | 3C | 6 | 18 | 132 | 30 | 35 |
| Octal | 301 | 115 | 266 | 0 | 74 | 6 | 30 | 462 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10110110 | 0 | 111100 | 110 | 11000 | 100110010 | 110000 | 110101 |
Color Harmonies of #C14DB6
Complementary color
Monochromatic Colors of #C14DB6
Black with #C14DB6
Text Example
Text Example
White with #C14DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DB6; }
p { color: rgb(193,77,182); }
H1.HeaderClassName
{
color: #C14DB6;
}
.AnyTagClassName
{
color: #C14DB6;
}
</style>
background-color css
<style>
a { background-color: #C14DB6; }
a { background-color: rgb(193,77,182); }
div.DivClassName
{
background-color: #C14DB6;
}
.BgClassName
{
background-color: #C14DB6;
}
</style>
border-color css
<style>
span { border-color: #C14DB6; }
span { border-color: rgb(193,77,182); }
td.TdClassName
{
border-color: #C14DB6;
}
.TagClassName
{
border-color: #C14DB6;
}
</style>