Shades of Fuchsia #C167C9
Tints of Fuchsia #C167C9
RGB
CMYK
RGB Variations
Color information
#C167C9 (or 0xC167C9) is known color: Fuchsia. HEX triplet: C1, 67 and C9. RGB value is (193,103,201). Sum of RGB (Red+Green+Blue) = 193+103+201=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #C167C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167C9 is #3E9836. Grayscale: #8C8C8C. Windows color (decimal): -4102199 or 13199297. OLE color: 13199297.
HSL color Cylindrical-coordinate representation of color #C167C9: hue angle of 295.1º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C167C9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 103 | 201 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.21 |
| HSL | 295.1º | 0.48% | 0.6% | - |
| HSV(B) | 295.1º | 0.49% | 0.79% | - |
| XYZ | 37.39 | 25.26 | 58.16 | - |
| YUV | 141.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 201 | 0.04 | 0.49 | 0 | 0.21 | 295.1 | 0.48 | 0.6 |
| Hex | C1 | 67 | C9 | 4 | 31 | 0 | 15 | 127 | 30 | 3C |
| Octal | 301 | 147 | 311 | 4 | 61 | 0 | 25 | 447 | 60 | 74 |
| Binary | 11000001 | 1100111 | 11001001 | 100 | 110001 | 0 | 10101 | 100100111 | 110000 | 111100 |
Color Harmonies of #C167C9
Complementary color
Monochromatic Colors of #C167C9
Black with #C167C9
Text Example
Text Example
White with #C167C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167C9; }
p { color: rgb(193,103,201); }
H1.HeaderClassName
{
color: #C167C9;
}
.AnyTagClassName
{
color: #C167C9;
}
</style>
background-color css
<style>
a { background-color: #C167C9; }
a { background-color: rgb(193,103,201); }
div.DivClassName
{
background-color: #C167C9;
}
.BgClassName
{
background-color: #C167C9;
}
</style>
border-color css
<style>
span { border-color: #C167C9; }
span { border-color: rgb(193,103,201); }
td.TdClassName
{
border-color: #C167C9;
}
.TagClassName
{
border-color: #C167C9;
}
</style>