Shades of Fuchsia #C96EB5
Tints of Fuchsia #C96EB5
RGB
CMYK
RGB Variations
Color information
#C96EB5 (or 0xC96EB5) is known color: Fuchsia. HEX triplet: C9, 6E and B5. RGB value is (201,110,181). Sum of RGB (Red+Green+Blue) = 201+110+181=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EB5 is #36914A. Grayscale: #919191. Windows color (decimal): -3576139 or 11890377. OLE color: 11890377.
HSL color Cylindrical-coordinate representation of color #C96EB5: hue angle of 313.19º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96EB5 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 181 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.21 |
| HSL | 313.19º | 0.46% | 0.61% | - |
| HSV(B) | 313.19º | 0.45% | 0.79% | - |
| XYZ | 38 | 26.91 | 46.91 | - |
| YUV | 145.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 181 | 0 | 0.45 | 0.10 | 0.21 | 313.19 | 0.46 | 0.61 |
| Hex | C9 | 6E | B5 | 0 | 2D | A | 15 | 139 | 2E | 3D |
| Octal | 311 | 156 | 265 | 0 | 55 | 12 | 25 | 471 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10110101 | 0 | 101101 | 1010 | 10101 | 100111001 | 101110 | 111101 |
Color Harmonies of #C96EB5
Complementary color
Monochromatic Colors of #C96EB5
Black with #C96EB5
Text Example
Text Example
White with #C96EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EB5; }
p { color: rgb(201,110,181); }
H1.HeaderClassName
{
color: #C96EB5;
}
.AnyTagClassName
{
color: #C96EB5;
}
</style>
background-color css
<style>
a { background-color: #C96EB5; }
a { background-color: rgb(201,110,181); }
div.DivClassName
{
background-color: #C96EB5;
}
.BgClassName
{
background-color: #C96EB5;
}
</style>
border-color css
<style>
span { border-color: #C96EB5; }
span { border-color: rgb(201,110,181); }
td.TdClassName
{
border-color: #C96EB5;
}
.TagClassName
{
border-color: #C96EB5;
}
</style>