Shades of Fuchsia #C160C2
Tints of Fuchsia #C160C2
RGB
CMYK
RGB Variations
Color information
#C160C2 (or 0xC160C2) is known color: Fuchsia. HEX triplet: C1, 60 and C2. RGB value is (193,96,194). Sum of RGB (Red+Green+Blue) = 193+96+194=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #C160C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160C2 is #3E9F3D. Grayscale: #878787. Windows color (decimal): -4103998 or 12738753. OLE color: 12738753.
HSL color Cylindrical-coordinate representation of color #C160C2: hue angle of 299.39º 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 #C160C2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 194 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.24 |
| HSL | 299.39º | 0.45% | 0.57% | - |
| HSV(B) | 299.39º | 0.51% | 0.76% | - |
| XYZ | 35.91 | 23.6 | 53.7 | - |
| YUV | 136.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 194 | 0.01 | 0.51 | 0 | 0.24 | 299.39 | 0.45 | 0.57 |
| Hex | C1 | 60 | C2 | 1 | 33 | 0 | 18 | 12B | 2D | 39 |
| Octal | 301 | 140 | 302 | 1 | 63 | 0 | 30 | 453 | 55 | 71 |
| Binary | 11000001 | 1100000 | 11000010 | 1 | 110011 | 0 | 11000 | 100101011 | 101101 | 111001 |
Color Harmonies of #C160C2
Complementary color
Monochromatic Colors of #C160C2
Black with #C160C2
Text Example
Text Example
White with #C160C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160C2; }
p { color: rgb(193,96,194); }
H1.HeaderClassName
{
color: #C160C2;
}
.AnyTagClassName
{
color: #C160C2;
}
</style>
background-color css
<style>
a { background-color: #C160C2; }
a { background-color: rgb(193,96,194); }
div.DivClassName
{
background-color: #C160C2;
}
.BgClassName
{
background-color: #C160C2;
}
</style>
border-color css
<style>
span { border-color: #C160C2; }
span { border-color: rgb(193,96,194); }
td.TdClassName
{
border-color: #C160C2;
}
.TagClassName
{
border-color: #C160C2;
}
</style>