Shades of Fuchsia #C160CA
Tints of Fuchsia #C160CA
RGB
CMYK
RGB Variations
Color information
#C160CA (or 0xC160CA) is known color: Fuchsia. HEX triplet: C1, 60 and CA. RGB value is (193,96,202). Sum of RGB (Red+Green+Blue) = 193+96+202=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #C160CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160CA is #3E9F35. Grayscale: #888888. Windows color (decimal): -4103990 or 13263041. OLE color: 13263041.
HSL color Cylindrical-coordinate representation of color #C160CA: hue angle of 294.91º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C160CA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 96 | 202 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.21 |
| HSL | 294.91º | 0.5% | 0.58% | - |
| HSV(B) | 294.91º | 0.52% | 0.79% | - |
| XYZ | 36.84 | 23.97 | 58.56 | - |
| YUV | 137.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 202 | 0.04 | 0.52 | 0 | 0.21 | 294.91 | 0.5 | 0.58 |
| Hex | C1 | 60 | CA | 4 | 34 | 0 | 15 | 127 | 32 | 3A |
| Octal | 301 | 140 | 312 | 4 | 64 | 0 | 25 | 447 | 62 | 72 |
| Binary | 11000001 | 1100000 | 11001010 | 100 | 110100 | 0 | 10101 | 100100111 | 110010 | 111010 |
Color Harmonies of #C160CA
Complementary color
Monochromatic Colors of #C160CA
Black with #C160CA
Text Example
Text Example
White with #C160CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160CA; }
p { color: rgb(193,96,202); }
H1.HeaderClassName
{
color: #C160CA;
}
.AnyTagClassName
{
color: #C160CA;
}
</style>
background-color css
<style>
a { background-color: #C160CA; }
a { background-color: rgb(193,96,202); }
div.DivClassName
{
background-color: #C160CA;
}
.BgClassName
{
background-color: #C160CA;
}
</style>
border-color css
<style>
span { border-color: #C160CA; }
span { border-color: rgb(193,96,202); }
td.TdClassName
{
border-color: #C160CA;
}
.TagClassName
{
border-color: #C160CA;
}
</style>