Shades of Fuchsia #C14DC4
Tints of Fuchsia #C14DC4
RGB
CMYK
RGB Variations
Color information
#C14DC4 (or 0xC14DC4) is known color: Fuchsia. HEX triplet: C1, 4D and C4. RGB value is (193,77,196). Sum of RGB (Red+Green+Blue) = 193+77+196=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #C14DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DC4 is #3EB23B. Grayscale: #7C7C7C. Windows color (decimal): -4108860 or 12864961. OLE color: 12864961.
HSL color Cylindrical-coordinate representation of color #C14DC4: hue angle of 298.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14DC4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 77 | 196 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.23 |
| HSL | 298.49º | 0.5% | 0.54% | - |
| HSV(B) | 298.49º | 0.61% | 0.77% | - |
| XYZ | 34.61 | 20.63 | 54.38 | - |
| YUV | 125.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 196 | 0.02 | 0.61 | 0 | 0.23 | 298.49 | 0.5 | 0.54 |
| Hex | C1 | 4D | C4 | 2 | 3D | 0 | 17 | 12A | 32 | 36 |
| Octal | 301 | 115 | 304 | 2 | 75 | 0 | 27 | 452 | 62 | 66 |
| Binary | 11000001 | 1001101 | 11000100 | 10 | 111101 | 0 | 10111 | 100101010 | 110010 | 110110 |
Color Harmonies of #C14DC4
Complementary color
Monochromatic Colors of #C14DC4
Black with #C14DC4
Text Example
Text Example
White with #C14DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DC4; }
p { color: rgb(193,77,196); }
H1.HeaderClassName
{
color: #C14DC4;
}
.AnyTagClassName
{
color: #C14DC4;
}
</style>
background-color css
<style>
a { background-color: #C14DC4; }
a { background-color: rgb(193,77,196); }
div.DivClassName
{
background-color: #C14DC4;
}
.BgClassName
{
background-color: #C14DC4;
}
</style>
border-color css
<style>
span { border-color: #C14DC4; }
span { border-color: rgb(193,77,196); }
td.TdClassName
{
border-color: #C14DC4;
}
.TagClassName
{
border-color: #C14DC4;
}
</style>