Shades of Fuchsia #C162B2
Tints of Fuchsia #C162B2
RGB
CMYK
RGB Variations
Color information
#C162B2 (or 0xC162B2) is known color: Fuchsia. HEX triplet: C1, 62 and B2. RGB value is (193,98,178). Sum of RGB (Red+Green+Blue) = 193+98+178=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C162B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162B2 is #3E9D4D. Grayscale: #878787. Windows color (decimal): -4103502 or 11690689. OLE color: 11690689.
HSL color Cylindrical-coordinate representation of color #C162B2: hue angle of 309.47º 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 #C162B2 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 178 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.24 |
| HSL | 309.47º | 0.43% | 0.57% | - |
| HSV(B) | 309.47º | 0.49% | 0.76% | - |
| XYZ | 34.4 | 23.29 | 44.8 | - |
| YUV | 135.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 178 | 0 | 0.49 | 0.08 | 0.24 | 309.47 | 0.43 | 0.57 |
| Hex | C1 | 62 | B2 | 0 | 31 | 8 | 18 | 135 | 2B | 39 |
| Octal | 301 | 142 | 262 | 0 | 61 | 10 | 30 | 465 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10110010 | 0 | 110001 | 1000 | 11000 | 100110101 | 101011 | 111001 |
Color Harmonies of #C162B2
Complementary color
Monochromatic Colors of #C162B2
Black with #C162B2
Text Example
Text Example
White with #C162B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162B2; }
p { color: rgb(193,98,178); }
H1.HeaderClassName
{
color: #C162B2;
}
.AnyTagClassName
{
color: #C162B2;
}
</style>
background-color css
<style>
a { background-color: #C162B2; }
a { background-color: rgb(193,98,178); }
div.DivClassName
{
background-color: #C162B2;
}
.BgClassName
{
background-color: #C162B2;
}
</style>
border-color css
<style>
span { border-color: #C162B2; }
span { border-color: rgb(193,98,178); }
td.TdClassName
{
border-color: #C162B2;
}
.TagClassName
{
border-color: #C162B2;
}
</style>