Shades of Fuchsia #C96CB5
Tints of Fuchsia #C96CB5
RGB
CMYK
RGB Variations
Color information
#C96CB5 (or 0xC96CB5) is known color: Fuchsia. HEX triplet: C9, 6C and B5. RGB value is (201,108,181). Sum of RGB (Red+Green+Blue) = 201+108+181=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CB5 is #36934A. Grayscale: #8F8F8F. Windows color (decimal): -3576651 or 11889865. OLE color: 11889865.
HSL color Cylindrical-coordinate representation of color #C96CB5: hue angle of 312.9º 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 #C96CB5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 181 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.21 |
| HSL | 312.9º | 0.46% | 0.61% | - |
| HSV(B) | 312.9º | 0.46% | 0.79% | - |
| XYZ | 37.79 | 26.48 | 46.84 | - |
| YUV | 144.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 181 | 0 | 0.46 | 0.10 | 0.21 | 312.9 | 0.46 | 0.61 |
| Hex | C9 | 6C | B5 | 0 | 2E | A | 15 | 139 | 2E | 3D |
| Octal | 311 | 154 | 265 | 0 | 56 | 12 | 25 | 471 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10110101 | 0 | 101110 | 1010 | 10101 | 100111001 | 101110 | 111101 |
Color Harmonies of #C96CB5
Complementary color
Monochromatic Colors of #C96CB5
Black with #C96CB5
Text Example
Text Example
White with #C96CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CB5; }
p { color: rgb(201,108,181); }
H1.HeaderClassName
{
color: #C96CB5;
}
.AnyTagClassName
{
color: #C96CB5;
}
</style>
background-color css
<style>
a { background-color: #C96CB5; }
a { background-color: rgb(201,108,181); }
div.DivClassName
{
background-color: #C96CB5;
}
.BgClassName
{
background-color: #C96CB5;
}
</style>
border-color css
<style>
span { border-color: #C96CB5; }
span { border-color: rgb(201,108,181); }
td.TdClassName
{
border-color: #C96CB5;
}
.TagClassName
{
border-color: #C96CB5;
}
</style>