Shades of Fuchsia #C16BCA
Tints of Fuchsia #C16BCA
RGB
CMYK
RGB Variations
Color information
#C16BCA (or 0xC16BCA) is known color: Fuchsia. HEX triplet: C1, 6B and CA. RGB value is (193,107,202). Sum of RGB (Red+Green+Blue) = 193+107+202=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BCA is #3E9435. Grayscale: #8F8F8F. Windows color (decimal): -4101174 or 13265857. OLE color: 13265857.
HSL color Cylindrical-coordinate representation of color #C16BCA: hue angle of 294.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16BCA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 107 | 202 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.21 |
| HSL | 294.32º | 0.47% | 0.61% | - |
| HSV(B) | 294.32º | 0.47% | 0.79% | - |
| XYZ | 37.91 | 26.12 | 58.92 | - |
| YUV | 143.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 202 | 0.04 | 0.47 | 0 | 0.21 | 294.32 | 0.47 | 0.61 |
| Hex | C1 | 6B | CA | 4 | 2F | 0 | 15 | 126 | 2F | 3D |
| Octal | 301 | 153 | 312 | 4 | 57 | 0 | 25 | 446 | 57 | 75 |
| Binary | 11000001 | 1101011 | 11001010 | 100 | 101111 | 0 | 10101 | 100100110 | 101111 | 111101 |
Color Harmonies of #C16BCA
Complementary color
Monochromatic Colors of #C16BCA
Black with #C16BCA
Text Example
Text Example
White with #C16BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BCA; }
p { color: rgb(193,107,202); }
H1.HeaderClassName
{
color: #C16BCA;
}
.AnyTagClassName
{
color: #C16BCA;
}
</style>
background-color css
<style>
a { background-color: #C16BCA; }
a { background-color: rgb(193,107,202); }
div.DivClassName
{
background-color: #C16BCA;
}
.BgClassName
{
background-color: #C16BCA;
}
</style>
border-color css
<style>
span { border-color: #C16BCA; }
span { border-color: rgb(193,107,202); }
td.TdClassName
{
border-color: #C16BCA;
}
.TagClassName
{
border-color: #C16BCA;
}
</style>