Shades of Fuchsia #C16CCA
Tints of Fuchsia #C16CCA
RGB
CMYK
RGB Variations
Color information
#C16CCA (or 0xC16CCA) is known color: Fuchsia. HEX triplet: C1, 6C and CA. RGB value is (193,108,202). Sum of RGB (Red+Green+Blue) = 193+108+202=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CCA is #3E9335. Grayscale: #8F8F8F. Windows color (decimal): -4100918 or 13266113. OLE color: 13266113.
HSL color Cylindrical-coordinate representation of color #C16CCA: hue angle of 294.26º 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 #C16CCA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 108 | 202 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.21 |
| HSL | 294.26º | 0.47% | 0.61% | - |
| HSV(B) | 294.26º | 0.47% | 0.79% | - |
| XYZ | 38.02 | 26.33 | 58.96 | - |
| YUV | 144.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 202 | 0.04 | 0.47 | 0 | 0.21 | 294.26 | 0.47 | 0.61 |
| Hex | C1 | 6C | CA | 4 | 2F | 0 | 15 | 126 | 2F | 3D |
| Octal | 301 | 154 | 312 | 4 | 57 | 0 | 25 | 446 | 57 | 75 |
| Binary | 11000001 | 1101100 | 11001010 | 100 | 101111 | 0 | 10101 | 100100110 | 101111 | 111101 |
Color Harmonies of #C16CCA
Complementary color
Monochromatic Colors of #C16CCA
Black with #C16CCA
Text Example
Text Example
White with #C16CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CCA; }
p { color: rgb(193,108,202); }
H1.HeaderClassName
{
color: #C16CCA;
}
.AnyTagClassName
{
color: #C16CCA;
}
</style>
background-color css
<style>
a { background-color: #C16CCA; }
a { background-color: rgb(193,108,202); }
div.DivClassName
{
background-color: #C16CCA;
}
.BgClassName
{
background-color: #C16CCA;
}
</style>
border-color css
<style>
span { border-color: #C16CCA; }
span { border-color: rgb(193,108,202); }
td.TdClassName
{
border-color: #C16CCA;
}
.TagClassName
{
border-color: #C16CCA;
}
</style>