Shades of Fuchsia #C169C9
Tints of Fuchsia #C169C9
RGB
CMYK
RGB Variations
Color information
#C169C9 (or 0xC169C9) is known color: Fuchsia. HEX triplet: C1, 69 and C9. RGB value is (193,105,201). Sum of RGB (Red+Green+Blue) = 193+105+201=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #C169C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169C9 is #3E9636. Grayscale: #8D8D8D. Windows color (decimal): -4101687 or 13199809. OLE color: 13199809.
HSL color Cylindrical-coordinate representation of color #C169C9: hue angle of 295º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C169C9 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 105 | 201 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.21 |
| HSL | 295º | 0.47% | 0.6% | - |
| HSV(B) | 295º | 0.48% | 0.79% | - |
| XYZ | 37.59 | 25.66 | 58.23 | - |
| YUV | 142.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 201 | 0.04 | 0.48 | 0 | 0.21 | 295 | 0.47 | 0.6 |
| Hex | C1 | 69 | C9 | 4 | 30 | 0 | 15 | 127 | 2F | 3C |
| Octal | 301 | 151 | 311 | 4 | 60 | 0 | 25 | 447 | 57 | 74 |
| Binary | 11000001 | 1101001 | 11001001 | 100 | 110000 | 0 | 10101 | 100100111 | 101111 | 111100 |
Color Harmonies of #C169C9
Complementary color
Monochromatic Colors of #C169C9
Black with #C169C9
Text Example
Text Example
White with #C169C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169C9; }
p { color: rgb(193,105,201); }
H1.HeaderClassName
{
color: #C169C9;
}
.AnyTagClassName
{
color: #C169C9;
}
</style>
background-color css
<style>
a { background-color: #C169C9; }
a { background-color: rgb(193,105,201); }
div.DivClassName
{
background-color: #C169C9;
}
.BgClassName
{
background-color: #C169C9;
}
</style>
border-color css
<style>
span { border-color: #C169C9; }
span { border-color: rgb(193,105,201); }
td.TdClassName
{
border-color: #C169C9;
}
.TagClassName
{
border-color: #C169C9;
}
</style>