Shades of Fuchsia #C14DBD
Tints of Fuchsia #C14DBD
RGB
CMYK
RGB Variations
Color information
#C14DBD (or 0xC14DBD) is known color: Fuchsia. HEX triplet: C1, 4D and BD. RGB value is (193,77,189). Sum of RGB (Red+Green+Blue) = 193+77+189=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBD is #3EB242. Grayscale: #7C7C7C. Windows color (decimal): -4108867 or 12406209. OLE color: 12406209.
HSL color Cylindrical-coordinate representation of color #C14DBD: hue angle of 302.07º 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 #C14DBD is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 189 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.24 |
| HSL | 302.07º | 0.48% | 0.53% | - |
| HSV(B) | 302.07º | 0.6% | 0.76% | - |
| XYZ | 33.83 | 20.32 | 50.28 | - |
| YUV | 124.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 189 | 0 | 0.60 | 0.02 | 0.24 | 302.07 | 0.48 | 0.53 |
| Hex | C1 | 4D | BD | 0 | 3C | 2 | 18 | 12E | 30 | 35 |
| Octal | 301 | 115 | 275 | 0 | 74 | 2 | 30 | 456 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10111101 | 0 | 111100 | 10 | 11000 | 100101110 | 110000 | 110101 |
Color Harmonies of #C14DBD
Complementary color
Monochromatic Colors of #C14DBD
Black with #C14DBD
Text Example
Text Example
White with #C14DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DBD; }
p { color: rgb(193,77,189); }
H1.HeaderClassName
{
color: #C14DBD;
}
.AnyTagClassName
{
color: #C14DBD;
}
</style>
background-color css
<style>
a { background-color: #C14DBD; }
a { background-color: rgb(193,77,189); }
div.DivClassName
{
background-color: #C14DBD;
}
.BgClassName
{
background-color: #C14DBD;
}
</style>
border-color css
<style>
span { border-color: #C14DBD; }
span { border-color: rgb(193,77,189); }
td.TdClassName
{
border-color: #C14DBD;
}
.TagClassName
{
border-color: #C14DBD;
}
</style>