Shades of Fuchsia #C14CAD
Tints of Fuchsia #C14CAD
RGB
CMYK
RGB Variations
Color information
#C14CAD (or 0xC14CAD) is known color: Fuchsia. HEX triplet: C1, 4C and AD. RGB value is (193,76,173). Sum of RGB (Red+Green+Blue) = 193+76+173=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CAD is #3EB352. Grayscale: #797979. Windows color (decimal): -4109139 or 11357377. OLE color: 11357377.
HSL color Cylindrical-coordinate representation of color #C14CAD: hue angle of 310.26º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14CAD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 173 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.24 |
| HSL | 310.26º | 0.49% | 0.53% | - |
| HSV(B) | 310.26º | 0.61% | 0.76% | - |
| XYZ | 32.12 | 19.52 | 41.61 | - |
| YUV | 122.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 173 | 0 | 0.61 | 0.10 | 0.24 | 310.26 | 0.49 | 0.53 |
| Hex | C1 | 4C | AD | 0 | 3D | A | 18 | 136 | 31 | 35 |
| Octal | 301 | 114 | 255 | 0 | 75 | 12 | 30 | 466 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10101101 | 0 | 111101 | 1010 | 11000 | 100110110 | 110001 | 110101 |
Color Harmonies of #C14CAD
Complementary color
Monochromatic Colors of #C14CAD
Black with #C14CAD
Text Example
Text Example
White with #C14CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CAD; }
p { color: rgb(193,76,173); }
H1.HeaderClassName
{
color: #C14CAD;
}
.AnyTagClassName
{
color: #C14CAD;
}
</style>
background-color css
<style>
a { background-color: #C14CAD; }
a { background-color: rgb(193,76,173); }
div.DivClassName
{
background-color: #C14CAD;
}
.BgClassName
{
background-color: #C14CAD;
}
</style>
border-color css
<style>
span { border-color: #C14CAD; }
span { border-color: rgb(193,76,173); }
td.TdClassName
{
border-color: #C14CAD;
}
.TagClassName
{
border-color: #C14CAD;
}
</style>