Shades of Fuchsia #C14DBB
Tints of Fuchsia #C14DBB
RGB
CMYK
RGB Variations
Color information
#C14DBB (or 0xC14DBB) is known color: Fuchsia. HEX triplet: C1, 4D and BB. RGB value is (193,77,187). Sum of RGB (Red+Green+Blue) = 193+77+187=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBB is #3EB244. Grayscale: #7B7B7B. Windows color (decimal): -4108869 or 12275137. OLE color: 12275137.
HSL color Cylindrical-coordinate representation of color #C14DBB: hue angle of 303.1º 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 #C14DBB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 187 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.24 |
| HSL | 303.1º | 0.48% | 0.53% | - |
| HSV(B) | 303.1º | 0.6% | 0.76% | - |
| XYZ | 33.62 | 20.23 | 49.15 | - |
| YUV | 124.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 187 | 0 | 0.60 | 0.03 | 0.24 | 303.1 | 0.48 | 0.53 |
| Hex | C1 | 4D | BB | 0 | 3C | 3 | 18 | 12F | 30 | 35 |
| Octal | 301 | 115 | 273 | 0 | 74 | 3 | 30 | 457 | 60 | 65 |
| Binary | 11000001 | 1001101 | 10111011 | 0 | 111100 | 11 | 11000 | 100101111 | 110000 | 110101 |
Color Harmonies of #C14DBB
Complementary color
Monochromatic Colors of #C14DBB
Black with #C14DBB
Text Example
Text Example
White with #C14DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DBB; }
p { color: rgb(193,77,187); }
H1.HeaderClassName
{
color: #C14DBB;
}
.AnyTagClassName
{
color: #C14DBB;
}
</style>
background-color css
<style>
a { background-color: #C14DBB; }
a { background-color: rgb(193,77,187); }
div.DivClassName
{
background-color: #C14DBB;
}
.BgClassName
{
background-color: #C14DBB;
}
</style>
border-color css
<style>
span { border-color: #C14DBB; }
span { border-color: rgb(193,77,187); }
td.TdClassName
{
border-color: #C14DBB;
}
.TagClassName
{
border-color: #C14DBB;
}
</style>