Shades of Fuchsia #C164CA
Tints of Fuchsia #C164CA
RGB
CMYK
RGB Variations
Color information
#C164CA (or 0xC164CA) is known color: Fuchsia. HEX triplet: C1, 64 and CA. RGB value is (193,100,202). Sum of RGB (Red+Green+Blue) = 193+100+202=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #C164CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164CA is #3E9B35. Grayscale: #8B8B8B. Windows color (decimal): -4102966 or 13264065. OLE color: 13264065.
HSL color Cylindrical-coordinate representation of color #C164CA: hue angle of 294.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C164CA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 100 | 202 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.21 |
| HSL | 294.71º | 0.49% | 0.59% | - |
| HSV(B) | 294.71º | 0.5% | 0.79% | - |
| XYZ | 37.21 | 24.72 | 58.69 | - |
| YUV | 139.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 202 | 0.04 | 0.50 | 0 | 0.21 | 294.71 | 0.49 | 0.59 |
| Hex | C1 | 64 | CA | 4 | 32 | 0 | 15 | 127 | 31 | 3B |
| Octal | 301 | 144 | 312 | 4 | 62 | 0 | 25 | 447 | 61 | 73 |
| Binary | 11000001 | 1100100 | 11001010 | 100 | 110010 | 0 | 10101 | 100100111 | 110001 | 111011 |
Color Harmonies of #C164CA
Complementary color
Monochromatic Colors of #C164CA
Black with #C164CA
Text Example
Text Example
White with #C164CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164CA; }
p { color: rgb(193,100,202); }
H1.HeaderClassName
{
color: #C164CA;
}
.AnyTagClassName
{
color: #C164CA;
}
</style>
background-color css
<style>
a { background-color: #C164CA; }
a { background-color: rgb(193,100,202); }
div.DivClassName
{
background-color: #C164CA;
}
.BgClassName
{
background-color: #C164CA;
}
</style>
border-color css
<style>
span { border-color: #C164CA; }
span { border-color: rgb(193,100,202); }
td.TdClassName
{
border-color: #C164CA;
}
.TagClassName
{
border-color: #C164CA;
}
</style>