Shades of Fuchsia #C166CA
Tints of Fuchsia #C166CA
RGB
CMYK
RGB Variations
Color information
#C166CA (or 0xC166CA) is known color: Fuchsia. HEX triplet: C1, 66 and CA. RGB value is (193,102,202). Sum of RGB (Red+Green+Blue) = 193+102+202=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C166CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CA is #3E9935. Grayscale: #8C8C8C. Windows color (decimal): -4102454 or 13264577. OLE color: 13264577.
HSL color Cylindrical-coordinate representation of color #C166CA: hue angle of 294.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C166CA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 102 | 202 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.21 |
| HSL | 294.6º | 0.49% | 0.6% | - |
| HSV(B) | 294.6º | 0.5% | 0.79% | - |
| XYZ | 37.4 | 25.1 | 58.75 | - |
| YUV | 140.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 202 | 0.04 | 0.50 | 0 | 0.21 | 294.6 | 0.49 | 0.6 |
| Hex | C1 | 66 | CA | 4 | 32 | 0 | 15 | 127 | 31 | 3C |
| Octal | 301 | 146 | 312 | 4 | 62 | 0 | 25 | 447 | 61 | 74 |
| Binary | 11000001 | 1100110 | 11001010 | 100 | 110010 | 0 | 10101 | 100100111 | 110001 | 111100 |
Color Harmonies of #C166CA
Complementary color
Monochromatic Colors of #C166CA
Black with #C166CA
Text Example
Text Example
White with #C166CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166CA; }
p { color: rgb(193,102,202); }
H1.HeaderClassName
{
color: #C166CA;
}
.AnyTagClassName
{
color: #C166CA;
}
</style>
background-color css
<style>
a { background-color: #C166CA; }
a { background-color: rgb(193,102,202); }
div.DivClassName
{
background-color: #C166CA;
}
.BgClassName
{
background-color: #C166CA;
}
</style>
border-color css
<style>
span { border-color: #C166CA; }
span { border-color: rgb(193,102,202); }
td.TdClassName
{
border-color: #C166CA;
}
.TagClassName
{
border-color: #C166CA;
}
</style>