Shades of Fuchsia #C140AE
Tints of Fuchsia #C140AE
RGB
CMYK
RGB Variations
Color information
#C140AE (or 0xC140AE) is known color: Fuchsia. HEX triplet: C1, 40 and AE. RGB value is (193,64,174). Sum of RGB (Red+Green+Blue) = 193+64+174=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C140AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140AE is #3EBF51. Grayscale: #727272. Windows color (decimal): -4112210 or 11419841. OLE color: 11419841.
HSL color Cylindrical-coordinate representation of color #C140AE: hue angle of 308.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C140AE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 174 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.24 |
| HSL | 308.84º | 0.51% | 0.5% | - |
| HSV(B) | 308.84º | 0.67% | 0.76% | - |
| XYZ | 31.47 | 18.06 | 41.87 | - |
| YUV | 115.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 174 | 0 | 0.67 | 0.10 | 0.24 | 308.84 | 0.51 | 0.5 |
| Hex | C1 | 40 | AE | 0 | 43 | A | 18 | 135 | 33 | 32 |
| Octal | 301 | 100 | 256 | 0 | 103 | 12 | 30 | 465 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10101110 | 0 | 1000011 | 1010 | 11000 | 100110101 | 110011 | 110010 |
Color Harmonies of #C140AE
Complementary color
Monochromatic Colors of #C140AE
Black with #C140AE
Text Example
Text Example
White with #C140AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140AE; }
p { color: rgb(193,64,174); }
H1.HeaderClassName
{
color: #C140AE;
}
.AnyTagClassName
{
color: #C140AE;
}
</style>
background-color css
<style>
a { background-color: #C140AE; }
a { background-color: rgb(193,64,174); }
div.DivClassName
{
background-color: #C140AE;
}
.BgClassName
{
background-color: #C140AE;
}
</style>
border-color css
<style>
span { border-color: #C140AE; }
span { border-color: rgb(193,64,174); }
td.TdClassName
{
border-color: #C140AE;
}
.TagClassName
{
border-color: #C140AE;
}
</style>