Shades of Fuchsia #C96DB0
Tints of Fuchsia #C96DB0
RGB
CMYK
RGB Variations
Color information
#C96DB0 (or 0xC96DB0) is known color: Fuchsia. HEX triplet: C9, 6D and B0. RGB value is (201,109,176). Sum of RGB (Red+Green+Blue) = 201+109+176=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DB0 is #36924F. Grayscale: #8F8F8F. Windows color (decimal): -3576400 or 11562441. OLE color: 11562441.
HSL color Cylindrical-coordinate representation of color #C96DB0: hue angle of 316.3º 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 #C96DB0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 176 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.21 |
| HSL | 316.3º | 0.46% | 0.61% | - |
| HSV(B) | 316.3º | 0.46% | 0.79% | - |
| XYZ | 37.39 | 26.49 | 44.22 | - |
| YUV | 144.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 176 | 0 | 0.46 | 0.12 | 0.21 | 316.3 | 0.46 | 0.61 |
| Hex | C9 | 6D | B0 | 0 | 2E | C | 15 | 13C | 2E | 3D |
| Octal | 311 | 155 | 260 | 0 | 56 | 14 | 25 | 474 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10110000 | 0 | 101110 | 1100 | 10101 | 100111100 | 101110 | 111101 |
Color Harmonies of #C96DB0
Complementary color
Monochromatic Colors of #C96DB0
Black with #C96DB0
Text Example
Text Example
White with #C96DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DB0; }
p { color: rgb(201,109,176); }
H1.HeaderClassName
{
color: #C96DB0;
}
.AnyTagClassName
{
color: #C96DB0;
}
</style>
background-color css
<style>
a { background-color: #C96DB0; }
a { background-color: rgb(201,109,176); }
div.DivClassName
{
background-color: #C96DB0;
}
.BgClassName
{
background-color: #C96DB0;
}
</style>
border-color css
<style>
span { border-color: #C96DB0; }
span { border-color: rgb(201,109,176); }
td.TdClassName
{
border-color: #C96DB0;
}
.TagClassName
{
border-color: #C96DB0;
}
</style>