Shades of Fuchsia #C96DB4
Tints of Fuchsia #C96DB4
RGB
CMYK
RGB Variations
Color information
#C96DB4 (or 0xC96DB4) is known color: Fuchsia. HEX triplet: C9, 6D and B4. RGB value is (201,109,180). Sum of RGB (Red+Green+Blue) = 201+109+180=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DB4 is #36924B. Grayscale: #909090. Windows color (decimal): -3576396 or 11824585. OLE color: 11824585.
HSL color Cylindrical-coordinate representation of color #C96DB4: hue angle of 313.7º 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 #C96DB4 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 180 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.21 |
| HSL | 313.7º | 0.46% | 0.61% | - |
| HSV(B) | 313.7º | 0.46% | 0.79% | - |
| XYZ | 37.79 | 26.65 | 46.33 | - |
| YUV | 144.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 180 | 0 | 0.46 | 0.10 | 0.21 | 313.7 | 0.46 | 0.61 |
| Hex | C9 | 6D | B4 | 0 | 2E | A | 15 | 13A | 2E | 3D |
| Octal | 311 | 155 | 264 | 0 | 56 | 12 | 25 | 472 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10110100 | 0 | 101110 | 1010 | 10101 | 100111010 | 101110 | 111101 |
Color Harmonies of #C96DB4
Complementary color
Monochromatic Colors of #C96DB4
Black with #C96DB4
Text Example
Text Example
White with #C96DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DB4; }
p { color: rgb(201,109,180); }
H1.HeaderClassName
{
color: #C96DB4;
}
.AnyTagClassName
{
color: #C96DB4;
}
</style>
background-color css
<style>
a { background-color: #C96DB4; }
a { background-color: rgb(201,109,180); }
div.DivClassName
{
background-color: #C96DB4;
}
.BgClassName
{
background-color: #C96DB4;
}
</style>
border-color css
<style>
span { border-color: #C96DB4; }
span { border-color: rgb(201,109,180); }
td.TdClassName
{
border-color: #C96DB4;
}
.TagClassName
{
border-color: #C96DB4;
}
</style>