Shades of Fuchsia #C160C3
Tints of Fuchsia #C160C3
RGB
CMYK
RGB Variations
Color information
#C160C3 (or 0xC160C3) is known color: Fuchsia. HEX triplet: C1, 60 and C3. RGB value is (193,96,195). Sum of RGB (Red+Green+Blue) = 193+96+195=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #C160C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160C3 is #3E9F3C. Grayscale: #878787. Windows color (decimal): -4103997 or 12804289. OLE color: 12804289.
HSL color Cylindrical-coordinate representation of color #C160C3: hue angle of 298.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C160C3 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 195 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.24 |
| HSL | 298.79º | 0.45% | 0.57% | - |
| HSV(B) | 298.79º | 0.51% | 0.76% | - |
| XYZ | 36.03 | 23.64 | 54.29 | - |
| YUV | 136.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 195 | 0.01 | 0.51 | 0 | 0.24 | 298.79 | 0.45 | 0.57 |
| Hex | C1 | 60 | C3 | 1 | 33 | 0 | 18 | 12B | 2D | 39 |
| Octal | 301 | 140 | 303 | 1 | 63 | 0 | 30 | 453 | 55 | 71 |
| Binary | 11000001 | 1100000 | 11000011 | 1 | 110011 | 0 | 11000 | 100101011 | 101101 | 111001 |
Color Harmonies of #C160C3
Complementary color
Monochromatic Colors of #C160C3
Black with #C160C3
Text Example
Text Example
White with #C160C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160C3; }
p { color: rgb(193,96,195); }
H1.HeaderClassName
{
color: #C160C3;
}
.AnyTagClassName
{
color: #C160C3;
}
</style>
background-color css
<style>
a { background-color: #C160C3; }
a { background-color: rgb(193,96,195); }
div.DivClassName
{
background-color: #C160C3;
}
.BgClassName
{
background-color: #C160C3;
}
</style>
border-color css
<style>
span { border-color: #C160C3; }
span { border-color: rgb(193,96,195); }
td.TdClassName
{
border-color: #C160C3;
}
.TagClassName
{
border-color: #C160C3;
}
</style>