Shades of Fuchsia #C96FBB
Tints of Fuchsia #C96FBB
RGB
CMYK
RGB Variations
Color information
#C96FBB (or 0xC96FBB) is known color: Fuchsia. HEX triplet: C9, 6F and BB. RGB value is (201,111,187). Sum of RGB (Red+Green+Blue) = 201+111+187=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FBB is #369044. Grayscale: #929292. Windows color (decimal): -3575877 or 12283849. OLE color: 12283849.
HSL color Cylindrical-coordinate representation of color #C96FBB: hue angle of 309.33º 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 #C96FBB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 187 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.21 |
| HSL | 309.33º | 0.45% | 0.61% | - |
| HSV(B) | 309.33º | 0.45% | 0.79% | - |
| XYZ | 38.74 | 27.37 | 50.26 | - |
| YUV | 146.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 187 | 0 | 0.45 | 0.07 | 0.21 | 309.33 | 0.45 | 0.61 |
| Hex | C9 | 6F | BB | 0 | 2D | 7 | 15 | 135 | 2D | 3D |
| Octal | 311 | 157 | 273 | 0 | 55 | 7 | 25 | 465 | 55 | 75 |
| Binary | 11001001 | 1101111 | 10111011 | 0 | 101101 | 111 | 10101 | 100110101 | 101101 | 111101 |
Color Harmonies of #C96FBB
Complementary color
Monochromatic Colors of #C96FBB
Black with #C96FBB
Text Example
Text Example
White with #C96FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FBB; }
p { color: rgb(201,111,187); }
H1.HeaderClassName
{
color: #C96FBB;
}
.AnyTagClassName
{
color: #C96FBB;
}
</style>
background-color css
<style>
a { background-color: #C96FBB; }
a { background-color: rgb(201,111,187); }
div.DivClassName
{
background-color: #C96FBB;
}
.BgClassName
{
background-color: #C96FBB;
}
</style>
border-color css
<style>
span { border-color: #C96FBB; }
span { border-color: rgb(201,111,187); }
td.TdClassName
{
border-color: #C96FBB;
}
.TagClassName
{
border-color: #C96FBB;
}
</style>