Shades of Fuchsia #C169C0
Tints of Fuchsia #C169C0
RGB
CMYK
RGB Variations
Color information
#C169C0 (or 0xC169C0) is known color: Fuchsia. HEX triplet: C1, 69 and C0. RGB value is (193,105,192). Sum of RGB (Red+Green+Blue) = 193+105+192=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C169C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169C0 is #3E963F. Grayscale: #8C8C8C. Windows color (decimal): -4101696 or 12609985. OLE color: 12609985.
HSL color Cylindrical-coordinate representation of color #C169C0: hue angle of 300.68º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C169C0 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 192 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.24 |
| HSL | 300.68º | 0.42% | 0.58% | - |
| HSV(B) | 300.68º | 0.46% | 0.76% | - |
| XYZ | 36.56 | 25.25 | 52.82 | - |
| YUV | 141.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 192 | 0 | 0.46 | 0.01 | 0.24 | 300.68 | 0.42 | 0.58 |
| Hex | C1 | 69 | C0 | 0 | 2E | 1 | 18 | 12D | 2A | 3A |
| Octal | 301 | 151 | 300 | 0 | 56 | 1 | 30 | 455 | 52 | 72 |
| Binary | 11000001 | 1101001 | 11000000 | 0 | 101110 | 1 | 11000 | 100101101 | 101010 | 111010 |
Color Harmonies of #C169C0
Complementary color
Monochromatic Colors of #C169C0
Black with #C169C0
Text Example
Text Example
White with #C169C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169C0; }
p { color: rgb(193,105,192); }
H1.HeaderClassName
{
color: #C169C0;
}
.AnyTagClassName
{
color: #C169C0;
}
</style>
background-color css
<style>
a { background-color: #C169C0; }
a { background-color: rgb(193,105,192); }
div.DivClassName
{
background-color: #C169C0;
}
.BgClassName
{
background-color: #C169C0;
}
</style>
border-color css
<style>
span { border-color: #C169C0; }
span { border-color: rgb(193,105,192); }
td.TdClassName
{
border-color: #C169C0;
}
.TagClassName
{
border-color: #C169C0;
}
</style>