Shades of Fuchsia #C96EB2
Tints of Fuchsia #C96EB2
RGB
CMYK
RGB Variations
Color information
#C96EB2 (or 0xC96EB2) is known color: Fuchsia. HEX triplet: C9, 6E and B2. RGB value is (201,110,178). Sum of RGB (Red+Green+Blue) = 201+110+178=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96EB2 is #36914D. Grayscale: #909090. Windows color (decimal): -3576142 or 11693769. OLE color: 11693769.
HSL color Cylindrical-coordinate representation of color #C96EB2: hue angle of 315.16º 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 #C96EB2 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 178 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.21 |
| HSL | 315.16º | 0.46% | 0.61% | - |
| HSV(B) | 315.16º | 0.45% | 0.79% | - |
| XYZ | 37.7 | 26.78 | 45.3 | - |
| YUV | 144.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 178 | 0 | 0.45 | 0.11 | 0.21 | 315.16 | 0.46 | 0.61 |
| Hex | C9 | 6E | B2 | 0 | 2D | B | 15 | 13B | 2E | 3D |
| Octal | 311 | 156 | 262 | 0 | 55 | 13 | 25 | 473 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10110010 | 0 | 101101 | 1011 | 10101 | 100111011 | 101110 | 111101 |
Color Harmonies of #C96EB2
Complementary color
Monochromatic Colors of #C96EB2
Black with #C96EB2
Text Example
Text Example
White with #C96EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EB2; }
p { color: rgb(201,110,178); }
H1.HeaderClassName
{
color: #C96EB2;
}
.AnyTagClassName
{
color: #C96EB2;
}
</style>
background-color css
<style>
a { background-color: #C96EB2; }
a { background-color: rgb(201,110,178); }
div.DivClassName
{
background-color: #C96EB2;
}
.BgClassName
{
background-color: #C96EB2;
}
</style>
border-color css
<style>
span { border-color: #C96EB2; }
span { border-color: rgb(201,110,178); }
td.TdClassName
{
border-color: #C96EB2;
}
.TagClassName
{
border-color: #C96EB2;
}
</style>