Shades of Fuchsia #C140AA
Tints of Fuchsia #C140AA
RGB
CMYK
RGB Variations
Color information
#C140AA (or 0xC140AA) is known color: Fuchsia. HEX triplet: C1, 40 and AA. RGB value is (193,64,170). Sum of RGB (Red+Green+Blue) = 193+64+170=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C140AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140AA is #3EBF55. Grayscale: #727272. Windows color (decimal): -4112214 or 11157697. OLE color: 11157697.
HSL color Cylindrical-coordinate representation of color #C140AA: hue angle of 310.7º 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 #C140AA is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 170 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.24 |
| HSL | 310.7º | 0.51% | 0.5% | - |
| HSV(B) | 310.7º | 0.67% | 0.76% | - |
| XYZ | 31.08 | 17.91 | 39.85 | - |
| YUV | 114.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 170 | 0 | 0.67 | 0.12 | 0.24 | 310.7 | 0.51 | 0.5 |
| Hex | C1 | 40 | AA | 0 | 43 | C | 18 | 137 | 33 | 32 |
| Octal | 301 | 100 | 252 | 0 | 103 | 14 | 30 | 467 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10101010 | 0 | 1000011 | 1100 | 11000 | 100110111 | 110011 | 110010 |
Color Harmonies of #C140AA
Complementary color
Monochromatic Colors of #C140AA
Black with #C140AA
Text Example
Text Example
White with #C140AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140AA; }
p { color: rgb(193,64,170); }
H1.HeaderClassName
{
color: #C140AA;
}
.AnyTagClassName
{
color: #C140AA;
}
</style>
background-color css
<style>
a { background-color: #C140AA; }
a { background-color: rgb(193,64,170); }
div.DivClassName
{
background-color: #C140AA;
}
.BgClassName
{
background-color: #C140AA;
}
</style>
border-color css
<style>
span { border-color: #C140AA; }
span { border-color: rgb(193,64,170); }
td.TdClassName
{
border-color: #C140AA;
}
.TagClassName
{
border-color: #C140AA;
}
</style>