Shades of Fuchsia #C96DBB
Tints of Fuchsia #C96DBB
RGB
CMYK
RGB Variations
Color information
#C96DBB (or 0xC96DBB) is known color: Fuchsia. HEX triplet: C9, 6D and BB. RGB value is (201,109,187). Sum of RGB (Red+Green+Blue) = 201+109+187=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DBB is #369244. Grayscale: #919191. Windows color (decimal): -3576389 or 12283337. OLE color: 12283337.
HSL color Cylindrical-coordinate representation of color #C96DBB: hue angle of 309.13º 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 #C96DBB is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 187 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.21 |
| HSL | 309.13º | 0.46% | 0.61% | - |
| HSV(B) | 309.13º | 0.46% | 0.79% | - |
| XYZ | 38.53 | 26.94 | 50.18 | - |
| YUV | 145.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 187 | 0 | 0.46 | 0.07 | 0.21 | 309.13 | 0.46 | 0.61 |
| Hex | C9 | 6D | BB | 0 | 2E | 7 | 15 | 135 | 2E | 3D |
| Octal | 311 | 155 | 273 | 0 | 56 | 7 | 25 | 465 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10111011 | 0 | 101110 | 111 | 10101 | 100110101 | 101110 | 111101 |
Color Harmonies of #C96DBB
Complementary color
Monochromatic Colors of #C96DBB
Black with #C96DBB
Text Example
Text Example
White with #C96DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DBB; }
p { color: rgb(201,109,187); }
H1.HeaderClassName
{
color: #C96DBB;
}
.AnyTagClassName
{
color: #C96DBB;
}
</style>
background-color css
<style>
a { background-color: #C96DBB; }
a { background-color: rgb(201,109,187); }
div.DivClassName
{
background-color: #C96DBB;
}
.BgClassName
{
background-color: #C96DBB;
}
</style>
border-color css
<style>
span { border-color: #C96DBB; }
span { border-color: rgb(201,109,187); }
td.TdClassName
{
border-color: #C96DBB;
}
.TagClassName
{
border-color: #C96DBB;
}
</style>