Shades of Fuchsia #C96EB8
Tints of Fuchsia #C96EB8
RGB
CMYK
RGB Variations
Color information
#C96EB8 (or 0xC96EB8) is known color: Fuchsia. HEX triplet: C9, 6E and B8. RGB value is (201,110,184). Sum of RGB (Red+Green+Blue) = 201+110+184=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EB8 is #369147. Grayscale: #919191. Windows color (decimal): -3576136 or 12086985. OLE color: 12086985.
HSL color Cylindrical-coordinate representation of color #C96EB8: hue angle of 311.21º 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 #C96EB8 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 184 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.21 |
| HSL | 311.21º | 0.46% | 0.61% | - |
| HSV(B) | 311.21º | 0.45% | 0.79% | - |
| XYZ | 38.32 | 27.03 | 48.55 | - |
| YUV | 145.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 184 | 0 | 0.45 | 0.08 | 0.21 | 311.21 | 0.46 | 0.61 |
| Hex | C9 | 6E | B8 | 0 | 2D | 8 | 15 | 137 | 2E | 3D |
| Octal | 311 | 156 | 270 | 0 | 55 | 10 | 25 | 467 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10111000 | 0 | 101101 | 1000 | 10101 | 100110111 | 101110 | 111101 |
Color Harmonies of #C96EB8
Complementary color
Monochromatic Colors of #C96EB8
Black with #C96EB8
Text Example
Text Example
White with #C96EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EB8; }
p { color: rgb(201,110,184); }
H1.HeaderClassName
{
color: #C96EB8;
}
.AnyTagClassName
{
color: #C96EB8;
}
</style>
background-color css
<style>
a { background-color: #C96EB8; }
a { background-color: rgb(201,110,184); }
div.DivClassName
{
background-color: #C96EB8;
}
.BgClassName
{
background-color: #C96EB8;
}
</style>
border-color css
<style>
span { border-color: #C96EB8; }
span { border-color: rgb(201,110,184); }
td.TdClassName
{
border-color: #C96EB8;
}
.TagClassName
{
border-color: #C96EB8;
}
</style>