Shades of Fuchsia #C96DBF
Tints of Fuchsia #C96DBF
RGB
CMYK
RGB Variations
Color information
#C96DBF (or 0xC96DBF) is known color: Fuchsia. HEX triplet: C9, 6D and BF. RGB value is (201,109,191). Sum of RGB (Red+Green+Blue) = 201+109+191=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DBF is #369240. Grayscale: #919191. Windows color (decimal): -3576385 or 12545481. OLE color: 12545481.
HSL color Cylindrical-coordinate representation of color #C96DBF: hue angle of 306.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96DBF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 191 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.21 |
| HSL | 306.52º | 0.46% | 0.61% | - |
| HSV(B) | 306.52º | 0.46% | 0.79% | - |
| XYZ | 38.96 | 27.12 | 52.47 | - |
| YUV | 145.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 191 | 0 | 0.46 | 0.05 | 0.21 | 306.52 | 0.46 | 0.61 |
| Hex | C9 | 6D | BF | 0 | 2E | 5 | 15 | 133 | 2E | 3D |
| Octal | 311 | 155 | 277 | 0 | 56 | 5 | 25 | 463 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10111111 | 0 | 101110 | 101 | 10101 | 100110011 | 101110 | 111101 |
Color Harmonies of #C96DBF
Complementary color
Monochromatic Colors of #C96DBF
Black with #C96DBF
Text Example
Text Example
White with #C96DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DBF; }
p { color: rgb(201,109,191); }
H1.HeaderClassName
{
color: #C96DBF;
}
.AnyTagClassName
{
color: #C96DBF;
}
</style>
background-color css
<style>
a { background-color: #C96DBF; }
a { background-color: rgb(201,109,191); }
div.DivClassName
{
background-color: #C96DBF;
}
.BgClassName
{
background-color: #C96DBF;
}
</style>
border-color css
<style>
span { border-color: #C96DBF; }
span { border-color: rgb(201,109,191); }
td.TdClassName
{
border-color: #C96DBF;
}
.TagClassName
{
border-color: #C96DBF;
}
</style>