Shades of Fuchsia #C164C7
Tints of Fuchsia #C164C7
RGB
CMYK
RGB Variations
Color information
#C164C7 (or 0xC164C7) is known color: Fuchsia. HEX triplet: C1, 64 and C7. RGB value is (193,100,199). Sum of RGB (Red+Green+Blue) = 193+100+199=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #C164C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164C7 is #3E9B38. Grayscale: #8A8A8A. Windows color (decimal): -4102969 or 13067457. OLE color: 13067457.
HSL color Cylindrical-coordinate representation of color #C164C7: hue angle of 296.36º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C164C7 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 100 | 199 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.22 |
| HSL | 296.36º | 0.47% | 0.59% | - |
| HSV(B) | 296.36º | 0.5% | 0.78% | - |
| XYZ | 36.86 | 24.58 | 56.83 | - |
| YUV | 139.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 199 | 0.03 | 0.50 | 0 | 0.22 | 296.36 | 0.47 | 0.59 |
| Hex | C1 | 64 | C7 | 3 | 32 | 0 | 16 | 128 | 2F | 3B |
| Octal | 301 | 144 | 307 | 3 | 62 | 0 | 26 | 450 | 57 | 73 |
| Binary | 11000001 | 1100100 | 11000111 | 11 | 110010 | 0 | 10110 | 100101000 | 101111 | 111011 |
Color Harmonies of #C164C7
Complementary color
Monochromatic Colors of #C164C7
Black with #C164C7
Text Example
Text Example
White with #C164C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164C7; }
p { color: rgb(193,100,199); }
H1.HeaderClassName
{
color: #C164C7;
}
.AnyTagClassName
{
color: #C164C7;
}
</style>
background-color css
<style>
a { background-color: #C164C7; }
a { background-color: rgb(193,100,199); }
div.DivClassName
{
background-color: #C164C7;
}
.BgClassName
{
background-color: #C164C7;
}
</style>
border-color css
<style>
span { border-color: #C164C7; }
span { border-color: rgb(193,100,199); }
td.TdClassName
{
border-color: #C164C7;
}
.TagClassName
{
border-color: #C164C7;
}
</style>