Shades of Fuchsia #C162AB
Tints of Fuchsia #C162AB
RGB
CMYK
RGB Variations
Color information
#C162AB (or 0xC162AB) is known color: Fuchsia. HEX triplet: C1, 62 and AB. RGB value is (193,98,171). Sum of RGB (Red+Green+Blue) = 193+98+171=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C162AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162AB is #3E9D54. Grayscale: #868686. Windows color (decimal): -4103509 or 11231937. OLE color: 11231937.
HSL color Cylindrical-coordinate representation of color #C162AB: hue angle of 313.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C162AB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 171 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.24 |
| HSL | 313.89º | 0.43% | 0.57% | - |
| HSV(B) | 313.89º | 0.49% | 0.76% | - |
| XYZ | 33.71 | 23.01 | 41.19 | - |
| YUV | 134.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 171 | 0 | 0.49 | 0.11 | 0.24 | 313.89 | 0.43 | 0.57 |
| Hex | C1 | 62 | AB | 0 | 31 | B | 18 | 13A | 2B | 39 |
| Octal | 301 | 142 | 253 | 0 | 61 | 13 | 30 | 472 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10101011 | 0 | 110001 | 1011 | 11000 | 100111010 | 101011 | 111001 |
Color Harmonies of #C162AB
Complementary color
Monochromatic Colors of #C162AB
Black with #C162AB
Text Example
Text Example
White with #C162AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162AB; }
p { color: rgb(193,98,171); }
H1.HeaderClassName
{
color: #C162AB;
}
.AnyTagClassName
{
color: #C162AB;
}
</style>
background-color css
<style>
a { background-color: #C162AB; }
a { background-color: rgb(193,98,171); }
div.DivClassName
{
background-color: #C162AB;
}
.BgClassName
{
background-color: #C162AB;
}
</style>
border-color css
<style>
span { border-color: #C162AB; }
span { border-color: rgb(193,98,171); }
td.TdClassName
{
border-color: #C162AB;
}
.TagClassName
{
border-color: #C162AB;
}
</style>