Shades of Fuchsia #C162A9
Tints of Fuchsia #C162A9
RGB
CMYK
RGB Variations
Color information
#C162A9 (or 0xC162A9) is known color: Fuchsia. HEX triplet: C1, 62 and A9. RGB value is (193,98,169). Sum of RGB (Red+Green+Blue) = 193+98+169=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C162A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162A9 is #3E9D56. Grayscale: #868686. Windows color (decimal): -4103511 or 11100865. OLE color: 11100865.
HSL color Cylindrical-coordinate representation of color #C162A9: hue angle of 315.16º 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 #C162A9 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 169 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.24 |
| HSL | 315.16º | 0.43% | 0.57% | - |
| HSV(B) | 315.16º | 0.49% | 0.76% | - |
| XYZ | 33.52 | 22.94 | 40.2 | - |
| YUV | 134.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 169 | 0 | 0.49 | 0.12 | 0.24 | 315.16 | 0.43 | 0.57 |
| Hex | C1 | 62 | A9 | 0 | 31 | C | 18 | 13B | 2B | 39 |
| Octal | 301 | 142 | 251 | 0 | 61 | 14 | 30 | 473 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10101001 | 0 | 110001 | 1100 | 11000 | 100111011 | 101011 | 111001 |
Color Harmonies of #C162A9
Complementary color
Monochromatic Colors of #C162A9
Black with #C162A9
Text Example
Text Example
White with #C162A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162A9; }
p { color: rgb(193,98,169); }
H1.HeaderClassName
{
color: #C162A9;
}
.AnyTagClassName
{
color: #C162A9;
}
</style>
background-color css
<style>
a { background-color: #C162A9; }
a { background-color: rgb(193,98,169); }
div.DivClassName
{
background-color: #C162A9;
}
.BgClassName
{
background-color: #C162A9;
}
</style>
border-color css
<style>
span { border-color: #C162A9; }
span { border-color: rgb(193,98,169); }
td.TdClassName
{
border-color: #C162A9;
}
.TagClassName
{
border-color: #C162A9;
}
</style>