Shades of Fuchsia #C16DCA
Tints of Fuchsia #C16DCA
RGB
CMYK
RGB Variations
Color information
#C16DCA (or 0xC16DCA) is known color: Fuchsia. HEX triplet: C1, 6D and CA. RGB value is (193,109,202). Sum of RGB (Red+Green+Blue) = 193+109+202=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCA is #3E9235. Grayscale: #909090. Windows color (decimal): -4100662 or 13266369. OLE color: 13266369.
HSL color Cylindrical-coordinate representation of color #C16DCA: hue angle of 294.19º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16DCA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 109 | 202 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.21 |
| HSL | 294.19º | 0.47% | 0.61% | - |
| HSV(B) | 294.19º | 0.46% | 0.79% | - |
| XYZ | 38.12 | 26.54 | 58.99 | - |
| YUV | 144.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 202 | 0.04 | 0.46 | 0 | 0.21 | 294.19 | 0.47 | 0.61 |
| Hex | C1 | 6D | CA | 4 | 2E | 0 | 15 | 126 | 2F | 3D |
| Octal | 301 | 155 | 312 | 4 | 56 | 0 | 25 | 446 | 57 | 75 |
| Binary | 11000001 | 1101101 | 11001010 | 100 | 101110 | 0 | 10101 | 100100110 | 101111 | 111101 |
Color Harmonies of #C16DCA
Complementary color
Monochromatic Colors of #C16DCA
Black with #C16DCA
Text Example
Text Example
White with #C16DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DCA; }
p { color: rgb(193,109,202); }
H1.HeaderClassName
{
color: #C16DCA;
}
.AnyTagClassName
{
color: #C16DCA;
}
</style>
background-color css
<style>
a { background-color: #C16DCA; }
a { background-color: rgb(193,109,202); }
div.DivClassName
{
background-color: #C16DCA;
}
.BgClassName
{
background-color: #C16DCA;
}
</style>
border-color css
<style>
span { border-color: #C16DCA; }
span { border-color: rgb(193,109,202); }
td.TdClassName
{
border-color: #C16DCA;
}
.TagClassName
{
border-color: #C16DCA;
}
</style>