Shades of Fuchsia #C140AF
Tints of Fuchsia #C140AF
RGB
CMYK
RGB Variations
Color information
#C140AF (or 0xC140AF) is known color: Fuchsia. HEX triplet: C1, 40 and AF. RGB value is (193,64,175). Sum of RGB (Red+Green+Blue) = 193+64+175=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C140AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140AF is #3EBF50. Grayscale: #727272. Windows color (decimal): -4112209 or 11485377. OLE color: 11485377.
HSL color Cylindrical-coordinate representation of color #C140AF: hue angle of 308.37º 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 #C140AF is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 175 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.24 |
| HSL | 308.37º | 0.51% | 0.5% | - |
| HSV(B) | 308.37º | 0.67% | 0.76% | - |
| XYZ | 31.56 | 18.1 | 42.39 | - |
| YUV | 115.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 175 | 0 | 0.67 | 0.09 | 0.24 | 308.37 | 0.51 | 0.5 |
| Hex | C1 | 40 | AF | 0 | 43 | 9 | 18 | 134 | 33 | 32 |
| Octal | 301 | 100 | 257 | 0 | 103 | 11 | 30 | 464 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10101111 | 0 | 1000011 | 1001 | 11000 | 100110100 | 110011 | 110010 |
Color Harmonies of #C140AF
Complementary color
Monochromatic Colors of #C140AF
Black with #C140AF
Text Example
Text Example
White with #C140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140AF; }
p { color: rgb(193,64,175); }
H1.HeaderClassName
{
color: #C140AF;
}
.AnyTagClassName
{
color: #C140AF;
}
</style>
background-color css
<style>
a { background-color: #C140AF; }
a { background-color: rgb(193,64,175); }
div.DivClassName
{
background-color: #C140AF;
}
.BgClassName
{
background-color: #C140AF;
}
</style>
border-color css
<style>
span { border-color: #C140AF; }
span { border-color: rgb(193,64,175); }
td.TdClassName
{
border-color: #C140AF;
}
.TagClassName
{
border-color: #C140AF;
}
</style>