Shades of Fuchsia #C16CC3
Tints of Fuchsia #C16CC3
RGB
CMYK
RGB Variations
Color information
#C16CC3 (or 0xC16CC3) is known color: Fuchsia. HEX triplet: C1, 6C and C3. RGB value is (193,108,195). Sum of RGB (Red+Green+Blue) = 193+108+195=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #C16CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CC3 is #3E933C. Grayscale: #8F8F8F. Windows color (decimal): -4100925 or 12807361. OLE color: 12807361.
HSL color Cylindrical-coordinate representation of color #C16CC3: hue angle of 298.62º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16CC3 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 195 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.24 |
| HSL | 298.62º | 0.42% | 0.59% | - |
| HSV(B) | 298.62º | 0.45% | 0.76% | - |
| XYZ | 37.21 | 26 | 54.69 | - |
| YUV | 143.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 195 | 0.01 | 0.45 | 0 | 0.24 | 298.62 | 0.42 | 0.59 |
| Hex | C1 | 6C | C3 | 1 | 2D | 0 | 18 | 12B | 2A | 3B |
| Octal | 301 | 154 | 303 | 1 | 55 | 0 | 30 | 453 | 52 | 73 |
| Binary | 11000001 | 1101100 | 11000011 | 1 | 101101 | 0 | 11000 | 100101011 | 101010 | 111011 |
Color Harmonies of #C16CC3
Complementary color
Monochromatic Colors of #C16CC3
Black with #C16CC3
Text Example
Text Example
White with #C16CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CC3; }
p { color: rgb(193,108,195); }
H1.HeaderClassName
{
color: #C16CC3;
}
.AnyTagClassName
{
color: #C16CC3;
}
</style>
background-color css
<style>
a { background-color: #C16CC3; }
a { background-color: rgb(193,108,195); }
div.DivClassName
{
background-color: #C16CC3;
}
.BgClassName
{
background-color: #C16CC3;
}
</style>
border-color css
<style>
span { border-color: #C16CC3; }
span { border-color: rgb(193,108,195); }
td.TdClassName
{
border-color: #C16CC3;
}
.TagClassName
{
border-color: #C16CC3;
}
</style>