Shades of Fuchsia #C14DB3
Tints of Fuchsia #C14DB3
RGB
CMYK
RGB Variations
Color information
#C14DB3 (or 0xC14DB3) is known color: Fuchsia. HEX triplet: C1, 4D and B3. RGB value is (193,77,179). Sum of RGB (Red+Green+Blue) = 193+77+179=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DB3 is #3EB24C. Grayscale: #7B7B7B. Windows color (decimal): -4108877 or 11750849. OLE color: 11750849.
HSL color Cylindrical-coordinate representation of color #C14DB3: hue angle of 307.24º 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 #C14DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 179 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.24 |
| HSL | 307.24º | 0.48% | 0.53% | - |
| HSV(B) | 307.24º | 0.6% | 0.76% | - |
| XYZ | 32.78 | 19.9 | 44.76 | - |
| YUV | 123.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 179 | 0 | 0.60 | 0.07 | 0.24 | 307.24 | 0.48 | 0.53 |
| Hex | C1 | 4D | B3 | 0 | 3C | 7 | 18 | 133 | 30 | 35 |
| Octal | 301 | 115 | 263 | 0 | 74 | 7 | 30 | 463 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10110011 | 0 | 111100 | 111 | 11000 | 100110011 | 110000 | 110101 |
Color Harmonies of #C14DB3
Complementary color
Monochromatic Colors of #C14DB3
Black with #C14DB3
Text Example
Text Example
White with #C14DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DB3; }
p { color: rgb(193,77,179); }
H1.HeaderClassName
{
color: #C14DB3;
}
.AnyTagClassName
{
color: #C14DB3;
}
</style>
background-color css
<style>
a { background-color: #C14DB3; }
a { background-color: rgb(193,77,179); }
div.DivClassName
{
background-color: #C14DB3;
}
.BgClassName
{
background-color: #C14DB3;
}
</style>
border-color css
<style>
span { border-color: #C14DB3; }
span { border-color: rgb(193,77,179); }
td.TdClassName
{
border-color: #C14DB3;
}
.TagClassName
{
border-color: #C14DB3;
}
</style>