Shades of Fuchsia #C162A8
Tints of Fuchsia #C162A8
RGB
CMYK
RGB Variations
Color information
#C162A8 (or 0xC162A8) is known color: Fuchsia. HEX triplet: C1, 62 and A8. RGB value is (193,98,168). Sum of RGB (Red+Green+Blue) = 193+98+168=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C162A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162A8 is #3E9D57. Grayscale: #868686. Windows color (decimal): -4103512 or 11035329. OLE color: 11035329.
HSL color Cylindrical-coordinate representation of color #C162A8: hue angle of 315.79º 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 #C162A8 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 98 | 168 | - |
CMYK | 0 | 0.49 | 0.13 | 0.24 |
HSL | 315.79º | 0.43% | 0.57% | - |
HSV(B) | 315.79º | 0.49% | 0.76% | - |
XYZ | 33.43 | 22.9 | 39.7 | - |
YUV | 134.39 | 146.97 | 169.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 98 | 168 | 0 | 0.49 | 0.13 | 0.24 | 315.79 | 0.43 | 0.57 |
Hex | C1 | 62 | A8 | 0 | 31 | D | 18 | 13C | 2B | 39 |
Octal | 301 | 142 | 250 | 0 | 61 | 15 | 30 | 474 | 53 | 71 |
Binary | 11000001 | 1100010 | 10101000 | 0 | 110001 | 1101 | 11000 | 100111100 | 101011 | 111001 |
Color Harmonies of #C162A8
Complementary color
Monochromatic Colors of #C162A8
Black with #C162A8
Text Example
Text Example
White with #C162A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162A8; }
p { color: rgb(193,98,168); }
H1.HeaderClassName
{
color: #C162A8;
}
.AnyTagClassName
{
color: #C162A8;
}
</style>
background-color css
<style>
a { background-color: #C162A8; }
a { background-color: rgb(193,98,168); }
div.DivClassName
{
background-color: #C162A8;
}
.BgClassName
{
background-color: #C162A8;
}
</style>
border-color css
<style>
span { border-color: #C162A8; }
span { border-color: rgb(193,98,168); }
td.TdClassName
{
border-color: #C162A8;
}
.TagClassName
{
border-color: #C162A8;
}
</style>