Shades of Fuchsia #C96EBC
Tints of Fuchsia #C96EBC
RGB
CMYK
RGB Variations
Color information
#C96EBC (or 0xC96EBC) is known color: Fuchsia. HEX triplet: C9, 6E and BC. RGB value is (201,110,188). Sum of RGB (Red+Green+Blue) = 201+110+188=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EBC is #369143. Grayscale: #919191. Windows color (decimal): -3576132 or 12349129. OLE color: 12349129.
HSL color Cylindrical-coordinate representation of color #C96EBC: hue angle of 308.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96EBC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 188 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.21 |
| HSL | 308.57º | 0.46% | 0.61% | - |
| HSV(B) | 308.57º | 0.45% | 0.79% | - |
| XYZ | 38.74 | 27.2 | 50.79 | - |
| YUV | 146.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 188 | 0 | 0.45 | 0.06 | 0.21 | 308.57 | 0.46 | 0.61 |
| Hex | C9 | 6E | BC | 0 | 2D | 6 | 15 | 135 | 2E | 3D |
| Octal | 311 | 156 | 274 | 0 | 55 | 6 | 25 | 465 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10111100 | 0 | 101101 | 110 | 10101 | 100110101 | 101110 | 111101 |
Color Harmonies of #C96EBC
Complementary color
Monochromatic Colors of #C96EBC
Black with #C96EBC
Text Example
Text Example
White with #C96EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EBC; }
p { color: rgb(201,110,188); }
H1.HeaderClassName
{
color: #C96EBC;
}
.AnyTagClassName
{
color: #C96EBC;
}
</style>
background-color css
<style>
a { background-color: #C96EBC; }
a { background-color: rgb(201,110,188); }
div.DivClassName
{
background-color: #C96EBC;
}
.BgClassName
{
background-color: #C96EBC;
}
</style>
border-color css
<style>
span { border-color: #C96EBC; }
span { border-color: rgb(201,110,188); }
td.TdClassName
{
border-color: #C96EBC;
}
.TagClassName
{
border-color: #C96EBC;
}
</style>