Shades of Fuchsia #C96DB7
Tints of Fuchsia #C96DB7
RGB
CMYK
RGB Variations
Color information
#C96DB7 (or 0xC96DB7) is known color: Fuchsia. HEX triplet: C9, 6D and B7. RGB value is (201,109,183). Sum of RGB (Red+Green+Blue) = 201+109+183=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DB7 is #369248. Grayscale: #909090. Windows color (decimal): -3576393 or 12021193. OLE color: 12021193.
HSL color Cylindrical-coordinate representation of color #C96DB7: hue angle of 311.74º 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 #C96DB7 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 183 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.21 |
| HSL | 311.74º | 0.46% | 0.61% | - |
| HSV(B) | 311.74º | 0.46% | 0.79% | - |
| XYZ | 38.1 | 26.77 | 47.96 | - |
| YUV | 144.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 183 | 0 | 0.46 | 0.09 | 0.21 | 311.74 | 0.46 | 0.61 |
| Hex | C9 | 6D | B7 | 0 | 2E | 9 | 15 | 138 | 2E | 3D |
| Octal | 311 | 155 | 267 | 0 | 56 | 11 | 25 | 470 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10110111 | 0 | 101110 | 1001 | 10101 | 100111000 | 101110 | 111101 |
Color Harmonies of #C96DB7
Complementary color
Monochromatic Colors of #C96DB7
Black with #C96DB7
Text Example
Text Example
White with #C96DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DB7; }
p { color: rgb(201,109,183); }
H1.HeaderClassName
{
color: #C96DB7;
}
.AnyTagClassName
{
color: #C96DB7;
}
</style>
background-color css
<style>
a { background-color: #C96DB7; }
a { background-color: rgb(201,109,183); }
div.DivClassName
{
background-color: #C96DB7;
}
.BgClassName
{
background-color: #C96DB7;
}
</style>
border-color css
<style>
span { border-color: #C96DB7; }
span { border-color: rgb(201,109,183); }
td.TdClassName
{
border-color: #C96DB7;
}
.TagClassName
{
border-color: #C96DB7;
}
</style>