Shades of Fuchsia #C166BD
Tints of Fuchsia #C166BD
RGB
CMYK
RGB Variations
Color information
#C166BD (or 0xC166BD) is known color: Fuchsia. HEX triplet: C1, 66 and BD. RGB value is (193,102,189). Sum of RGB (Red+Green+Blue) = 193+102+189=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C166BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166BD is #3E9942. Grayscale: #8A8A8A. Windows color (decimal): -4102467 or 12412609. OLE color: 12412609.
HSL color Cylindrical-coordinate representation of color #C166BD: hue angle of 302.64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C166BD is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 189 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.24 |
| HSL | 302.64º | 0.42% | 0.58% | - |
| HSV(B) | 302.64º | 0.47% | 0.76% | - |
| XYZ | 35.93 | 24.51 | 50.98 | - |
| YUV | 139.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 189 | 0 | 0.47 | 0.02 | 0.24 | 302.64 | 0.42 | 0.58 |
| Hex | C1 | 66 | BD | 0 | 2F | 2 | 18 | 12F | 2A | 3A |
| Octal | 301 | 146 | 275 | 0 | 57 | 2 | 30 | 457 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10111101 | 0 | 101111 | 10 | 11000 | 100101111 | 101010 | 111010 |
Color Harmonies of #C166BD
Complementary color
Monochromatic Colors of #C166BD
Black with #C166BD
Text Example
Text Example
White with #C166BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166BD; }
p { color: rgb(193,102,189); }
H1.HeaderClassName
{
color: #C166BD;
}
.AnyTagClassName
{
color: #C166BD;
}
</style>
background-color css
<style>
a { background-color: #C166BD; }
a { background-color: rgb(193,102,189); }
div.DivClassName
{
background-color: #C166BD;
}
.BgClassName
{
background-color: #C166BD;
}
</style>
border-color css
<style>
span { border-color: #C166BD; }
span { border-color: rgb(193,102,189); }
td.TdClassName
{
border-color: #C166BD;
}
.TagClassName
{
border-color: #C166BD;
}
</style>