Shades of Fuchsia #C162AA
Tints of Fuchsia #C162AA
RGB
CMYK
RGB Variations
Color information
#C162AA (or 0xC162AA) is known color: Fuchsia. HEX triplet: C1, 62 and AA. RGB value is (193,98,170). Sum of RGB (Red+Green+Blue) = 193+98+170=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C162AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162AA is #3E9D55. Grayscale: #868686. Windows color (decimal): -4103510 or 11166401. OLE color: 11166401.
HSL color Cylindrical-coordinate representation of color #C162AA: hue angle of 314.53º 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 #C162AA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 170 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.24 |
| HSL | 314.53º | 0.43% | 0.57% | - |
| HSV(B) | 314.53º | 0.49% | 0.76% | - |
| XYZ | 33.62 | 22.98 | 40.69 | - |
| YUV | 134.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 170 | 0 | 0.49 | 0.12 | 0.24 | 314.53 | 0.43 | 0.57 |
| Hex | C1 | 62 | AA | 0 | 31 | C | 18 | 13B | 2B | 39 |
| Octal | 301 | 142 | 252 | 0 | 61 | 14 | 30 | 473 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10101010 | 0 | 110001 | 1100 | 11000 | 100111011 | 101011 | 111001 |
Color Harmonies of #C162AA
Complementary color
Monochromatic Colors of #C162AA
Black with #C162AA
Text Example
Text Example
White with #C162AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162AA; }
p { color: rgb(193,98,170); }
H1.HeaderClassName
{
color: #C162AA;
}
.AnyTagClassName
{
color: #C162AA;
}
</style>
background-color css
<style>
a { background-color: #C162AA; }
a { background-color: rgb(193,98,170); }
div.DivClassName
{
background-color: #C162AA;
}
.BgClassName
{
background-color: #C162AA;
}
</style>
border-color css
<style>
span { border-color: #C162AA; }
span { border-color: rgb(193,98,170); }
td.TdClassName
{
border-color: #C162AA;
}
.TagClassName
{
border-color: #C162AA;
}
</style>