Shades of Fuchsia #C169B2
Tints of Fuchsia #C169B2
RGB
CMYK
RGB Variations
Color information
#C169B2 (or 0xC169B2) is known color: Fuchsia. HEX triplet: C1, 69 and B2. RGB value is (193,105,178). Sum of RGB (Red+Green+Blue) = 193+105+178=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C169B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169B2 is #3E964D. Grayscale: #8B8B8B. Windows color (decimal): -4101710 or 11692481. OLE color: 11692481.
HSL color Cylindrical-coordinate representation of color #C169B2: hue angle of 310.23º 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 #C169B2 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 178 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.24 |
| HSL | 310.23º | 0.42% | 0.58% | - |
| HSV(B) | 310.23º | 0.46% | 0.76% | - |
| XYZ | 35.08 | 24.65 | 45.03 | - |
| YUV | 139.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 178 | 0 | 0.46 | 0.08 | 0.24 | 310.23 | 0.42 | 0.58 |
| Hex | C1 | 69 | B2 | 0 | 2E | 8 | 18 | 136 | 2A | 3A |
| Octal | 301 | 151 | 262 | 0 | 56 | 10 | 30 | 466 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10110010 | 0 | 101110 | 1000 | 11000 | 100110110 | 101010 | 111010 |
Color Harmonies of #C169B2
Complementary color
Monochromatic Colors of #C169B2
Black with #C169B2
Text Example
Text Example
White with #C169B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169B2; }
p { color: rgb(193,105,178); }
H1.HeaderClassName
{
color: #C169B2;
}
.AnyTagClassName
{
color: #C169B2;
}
</style>
background-color css
<style>
a { background-color: #C169B2; }
a { background-color: rgb(193,105,178); }
div.DivClassName
{
background-color: #C169B2;
}
.BgClassName
{
background-color: #C169B2;
}
</style>
border-color css
<style>
span { border-color: #C169B2; }
span { border-color: rgb(193,105,178); }
td.TdClassName
{
border-color: #C169B2;
}
.TagClassName
{
border-color: #C169B2;
}
</style>