Shades of Fuchsia #C14DB7
Tints of Fuchsia #C14DB7
RGB
CMYK
RGB Variations
Color information
#C14DB7 (or 0xC14DB7) is known color: Fuchsia. HEX triplet: C1, 4D and B7. RGB value is (193,77,183). Sum of RGB (Red+Green+Blue) = 193+77+183=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DB7 is #3EB248. Grayscale: #7B7B7B. Windows color (decimal): -4108873 or 12012993. OLE color: 12012993.
HSL color Cylindrical-coordinate representation of color #C14DB7: hue angle of 305.17º 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 #C14DB7 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 183 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.24 |
| HSL | 305.17º | 0.48% | 0.53% | - |
| HSV(B) | 305.17º | 0.6% | 0.76% | - |
| XYZ | 33.19 | 20.06 | 46.92 | - |
| YUV | 123.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 183 | 0 | 0.60 | 0.05 | 0.24 | 305.17 | 0.48 | 0.53 |
| Hex | C1 | 4D | B7 | 0 | 3C | 5 | 18 | 131 | 30 | 35 |
| Octal | 301 | 115 | 267 | 0 | 74 | 5 | 30 | 461 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10110111 | 0 | 111100 | 101 | 11000 | 100110001 | 110000 | 110101 |
Color Harmonies of #C14DB7
Complementary color
Monochromatic Colors of #C14DB7
Black with #C14DB7
Text Example
Text Example
White with #C14DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DB7; }
p { color: rgb(193,77,183); }
H1.HeaderClassName
{
color: #C14DB7;
}
.AnyTagClassName
{
color: #C14DB7;
}
</style>
background-color css
<style>
a { background-color: #C14DB7; }
a { background-color: rgb(193,77,183); }
div.DivClassName
{
background-color: #C14DB7;
}
.BgClassName
{
background-color: #C14DB7;
}
</style>
border-color css
<style>
span { border-color: #C14DB7; }
span { border-color: rgb(193,77,183); }
td.TdClassName
{
border-color: #C14DB7;
}
.TagClassName
{
border-color: #C14DB7;
}
</style>