Shades of Fuchsia #C162C3
Tints of Fuchsia #C162C3
RGB
CMYK
RGB Variations
Color information
#C162C3 (or 0xC162C3) is known color: Fuchsia. HEX triplet: C1, 62 and C3. RGB value is (193,98,195). Sum of RGB (Red+Green+Blue) = 193+98+195=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #C162C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162C3 is #3E9D3C. Grayscale: #898989. Windows color (decimal): -4103485 or 12804801. OLE color: 12804801.
HSL color Cylindrical-coordinate representation of color #C162C3: hue angle of 298.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C162C3 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 195 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.24 |
| HSL | 298.76º | 0.45% | 0.57% | - |
| HSV(B) | 298.76º | 0.5% | 0.76% | - |
| XYZ | 36.21 | 24.01 | 54.36 | - |
| YUV | 137.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 195 | 0.01 | 0.50 | 0 | 0.24 | 298.76 | 0.45 | 0.57 |
| Hex | C1 | 62 | C3 | 1 | 32 | 0 | 18 | 12B | 2D | 39 |
| Octal | 301 | 142 | 303 | 1 | 62 | 0 | 30 | 453 | 55 | 71 |
| Binary | 11000001 | 1100010 | 11000011 | 1 | 110010 | 0 | 11000 | 100101011 | 101101 | 111001 |
Color Harmonies of #C162C3
Complementary color
Monochromatic Colors of #C162C3
Black with #C162C3
Text Example
Text Example
White with #C162C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162C3; }
p { color: rgb(193,98,195); }
H1.HeaderClassName
{
color: #C162C3;
}
.AnyTagClassName
{
color: #C162C3;
}
</style>
background-color css
<style>
a { background-color: #C162C3; }
a { background-color: rgb(193,98,195); }
div.DivClassName
{
background-color: #C162C3;
}
.BgClassName
{
background-color: #C162C3;
}
</style>
border-color css
<style>
span { border-color: #C162C3; }
span { border-color: rgb(193,98,195); }
td.TdClassName
{
border-color: #C162C3;
}
.TagClassName
{
border-color: #C162C3;
}
</style>