Shades of Fuchsia #C169C1
Tints of Fuchsia #C169C1
RGB
CMYK
RGB Variations
Color information
#C169C1 (or 0xC169C1) is known color: Fuchsia. HEX triplet: C1, 69 and C1. RGB value is (193,105,193). Sum of RGB (Red+Green+Blue) = 193+105+193=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C169C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169C1 is #3E963E. Grayscale: #8D8D8D. Windows color (decimal): -4101695 or 12675521. OLE color: 12675521.
HSL color Cylindrical-coordinate representation of color #C169C1: hue angle of 300º 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 #C169C1 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 193 | - |
| CMYK | 0 | 0.46 | 0 | 0.24 |
| HSL | 300º | 0.42% | 0.58% | - |
| HSV(B) | 300º | 0.46% | 0.76% | - |
| XYZ | 36.67 | 25.29 | 53.4 | - |
| YUV | 141.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 193 | 0 | 0.46 | 0 | 0.24 | 300 | 0.42 | 0.58 |
| Hex | C1 | 69 | C1 | 0 | 2E | 0 | 18 | 12C | 2A | 3A |
| Octal | 301 | 151 | 301 | 0 | 56 | 0 | 30 | 454 | 52 | 72 |
| Binary | 11000001 | 1101001 | 11000001 | 0 | 101110 | 0 | 11000 | 100101100 | 101010 | 111010 |
Color Harmonies of #C169C1
Complementary color
Monochromatic Colors of #C169C1
Black with #C169C1
Text Example
Text Example
White with #C169C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169C1; }
p { color: rgb(193,105,193); }
H1.HeaderClassName
{
color: #C169C1;
}
.AnyTagClassName
{
color: #C169C1;
}
</style>
background-color css
<style>
a { background-color: #C169C1; }
a { background-color: rgb(193,105,193); }
div.DivClassName
{
background-color: #C169C1;
}
.BgClassName
{
background-color: #C169C1;
}
</style>
border-color css
<style>
span { border-color: #C169C1; }
span { border-color: rgb(193,105,193); }
td.TdClassName
{
border-color: #C169C1;
}
.TagClassName
{
border-color: #C169C1;
}
</style>