Shades of Fuchsia #C14AC0
Tints of Fuchsia #C14AC0
RGB
CMYK
RGB Variations
Color information
#C14AC0 (or 0xC14AC0) is known color: Fuchsia. HEX triplet: C1, 4A and C0. RGB value is (193,74,192). Sum of RGB (Red+Green+Blue) = 193+74+192=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C14AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14AC0 is #3EB53F. Grayscale: #7A7A7A. Windows color (decimal): -4109632 or 12602049. OLE color: 12602049.
HSL color Cylindrical-coordinate representation of color #C14AC0: hue angle of 300.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14AC0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 192 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.24 |
| HSL | 300.5º | 0.49% | 0.52% | - |
| HSV(B) | 300.5º | 0.62% | 0.76% | - |
| XYZ | 33.96 | 20.04 | 51.95 | - |
| YUV | 123.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 192 | 0 | 0.62 | 0.01 | 0.24 | 300.5 | 0.49 | 0.52 |
| Hex | C1 | 4A | C0 | 0 | 3E | 1 | 18 | 12D | 31 | 34 |
| Octal | 301 | 112 | 300 | 0 | 76 | 1 | 30 | 455 | 61 | 64 |
| Binary | 11000001 | 1001010 | 11000000 | 0 | 111110 | 1 | 11000 | 100101101 | 110001 | 110100 |
Color Harmonies of #C14AC0
Complementary color
Monochromatic Colors of #C14AC0
Black with #C14AC0
Text Example
Text Example
White with #C14AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AC0; }
p { color: rgb(193,74,192); }
H1.HeaderClassName
{
color: #C14AC0;
}
.AnyTagClassName
{
color: #C14AC0;
}
</style>
background-color css
<style>
a { background-color: #C14AC0; }
a { background-color: rgb(193,74,192); }
div.DivClassName
{
background-color: #C14AC0;
}
.BgClassName
{
background-color: #C14AC0;
}
</style>
border-color css
<style>
span { border-color: #C14AC0; }
span { border-color: rgb(193,74,192); }
td.TdClassName
{
border-color: #C14AC0;
}
.TagClassName
{
border-color: #C14AC0;
}
</style>