Shades of Fuchsia #C96FB1
Tints of Fuchsia #C96FB1
RGB
CMYK
RGB Variations
Color information
#C96FB1 (or 0xC96FB1) is known color: Fuchsia. HEX triplet: C9, 6F and B1. RGB value is (201,111,177). Sum of RGB (Red+Green+Blue) = 201+111+177=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96FB1 is #36904E. Grayscale: #919191. Windows color (decimal): -3575887 or 11628489. OLE color: 11628489.
HSL color Cylindrical-coordinate representation of color #C96FB1: hue angle of 316º degrees, saturation: 0.45, 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 #C96FB1 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 177 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.21 |
| HSL | 316º | 0.45% | 0.61% | - |
| HSV(B) | 316º | 0.45% | 0.79% | - |
| XYZ | 37.71 | 26.96 | 44.81 | - |
| YUV | 145.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 177 | 0 | 0.45 | 0.12 | 0.21 | 316 | 0.45 | 0.61 |
| Hex | C9 | 6F | B1 | 0 | 2D | C | 15 | 13C | 2D | 3D |
| Octal | 311 | 157 | 261 | 0 | 55 | 14 | 25 | 474 | 55 | 75 |
| Binary | 11001001 | 1101111 | 10110001 | 0 | 101101 | 1100 | 10101 | 100111100 | 101101 | 111101 |
Color Harmonies of #C96FB1
Complementary color
Monochromatic Colors of #C96FB1
Black with #C96FB1
Text Example
Text Example
White with #C96FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FB1; }
p { color: rgb(201,111,177); }
H1.HeaderClassName
{
color: #C96FB1;
}
.AnyTagClassName
{
color: #C96FB1;
}
</style>
background-color css
<style>
a { background-color: #C96FB1; }
a { background-color: rgb(201,111,177); }
div.DivClassName
{
background-color: #C96FB1;
}
.BgClassName
{
background-color: #C96FB1;
}
</style>
border-color css
<style>
span { border-color: #C96FB1; }
span { border-color: rgb(201,111,177); }
td.TdClassName
{
border-color: #C96FB1;
}
.TagClassName
{
border-color: #C96FB1;
}
</style>