Shades of Fuchsia #C16CB3
Tints of Fuchsia #C16CB3
RGB
CMYK
RGB Variations
Color information
#C16CB3 (or 0xC16CB3) is known color: Fuchsia. HEX triplet: C1, 6C and B3. RGB value is (193,108,179). Sum of RGB (Red+Green+Blue) = 193+108+179=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CB3 is #3E934C. Grayscale: #8D8D8D. Windows color (decimal): -4100941 or 11758785. OLE color: 11758785.
HSL color Cylindrical-coordinate representation of color #C16CB3: hue angle of 309.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16CB3 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 179 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.24 |
| HSL | 309.88º | 0.41% | 0.59% | - |
| HSV(B) | 309.88º | 0.44% | 0.76% | - |
| XYZ | 35.49 | 25.32 | 45.66 | - |
| YUV | 141.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 179 | 0 | 0.44 | 0.07 | 0.24 | 309.88 | 0.41 | 0.59 |
| Hex | C1 | 6C | B3 | 0 | 2C | 7 | 18 | 136 | 29 | 3B |
| Octal | 301 | 154 | 263 | 0 | 54 | 7 | 30 | 466 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10110011 | 0 | 101100 | 111 | 11000 | 100110110 | 101001 | 111011 |
Color Harmonies of #C16CB3
Complementary color
Monochromatic Colors of #C16CB3
Black with #C16CB3
Text Example
Text Example
White with #C16CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CB3; }
p { color: rgb(193,108,179); }
H1.HeaderClassName
{
color: #C16CB3;
}
.AnyTagClassName
{
color: #C16CB3;
}
</style>
background-color css
<style>
a { background-color: #C16CB3; }
a { background-color: rgb(193,108,179); }
div.DivClassName
{
background-color: #C16CB3;
}
.BgClassName
{
background-color: #C16CB3;
}
</style>
border-color css
<style>
span { border-color: #C16CB3; }
span { border-color: rgb(193,108,179); }
td.TdClassName
{
border-color: #C16CB3;
}
.TagClassName
{
border-color: #C16CB3;
}
</style>