Shades of Fuchsia #C96DBE
Tints of Fuchsia #C96DBE
RGB
CMYK
RGB Variations
Color information
#C96DBE (or 0xC96DBE) is known color: Fuchsia. HEX triplet: C9, 6D and BE. RGB value is (201,109,190). Sum of RGB (Red+Green+Blue) = 201+109+190=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DBE is #369241. Grayscale: #919191. Windows color (decimal): -3576386 or 12479945. OLE color: 12479945.
HSL color Cylindrical-coordinate representation of color #C96DBE: hue angle of 307.17º 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 #C96DBE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 190 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.21 |
| HSL | 307.17º | 0.46% | 0.61% | - |
| HSV(B) | 307.17º | 0.46% | 0.79% | - |
| XYZ | 38.85 | 27.07 | 51.89 | - |
| YUV | 145.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 190 | 0 | 0.46 | 0.05 | 0.21 | 307.17 | 0.46 | 0.61 |
| Hex | C9 | 6D | BE | 0 | 2E | 5 | 15 | 133 | 2E | 3D |
| Octal | 311 | 155 | 276 | 0 | 56 | 5 | 25 | 463 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10111110 | 0 | 101110 | 101 | 10101 | 100110011 | 101110 | 111101 |
Color Harmonies of #C96DBE
Complementary color
Monochromatic Colors of #C96DBE
Black with #C96DBE
Text Example
Text Example
White with #C96DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DBE; }
p { color: rgb(201,109,190); }
H1.HeaderClassName
{
color: #C96DBE;
}
.AnyTagClassName
{
color: #C96DBE;
}
</style>
background-color css
<style>
a { background-color: #C96DBE; }
a { background-color: rgb(201,109,190); }
div.DivClassName
{
background-color: #C96DBE;
}
.BgClassName
{
background-color: #C96DBE;
}
</style>
border-color css
<style>
span { border-color: #C96DBE; }
span { border-color: rgb(201,109,190); }
td.TdClassName
{
border-color: #C96DBE;
}
.TagClassName
{
border-color: #C96DBE;
}
</style>