Shades of Fuchsia #C95BAB
Tints of Fuchsia #C95BAB
RGB
CMYK
RGB Variations
Color information
#C95BAB (or 0xC95BAB) is known color: Fuchsia. HEX triplet: C9, 5B and AB. RGB value is (201,91,171). Sum of RGB (Red+Green+Blue) = 201+91+171=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BAB is #36A454. Grayscale: #848484. Windows color (decimal): -3581013 or 11230153. OLE color: 11230153.
HSL color Cylindrical-coordinate representation of color #C95BAB: hue angle of 316.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BAB is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 171 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.21 |
| HSL | 316.36º | 0.5% | 0.57% | - |
| HSV(B) | 316.36º | 0.55% | 0.79% | - |
| XYZ | 35.18 | 22.84 | 41.08 | - |
| YUV | 133.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 171 | 0 | 0.55 | 0.15 | 0.21 | 316.36 | 0.5 | 0.57 |
| Hex | C9 | 5B | AB | 0 | 37 | F | 15 | 13C | 32 | 39 |
| Octal | 311 | 133 | 253 | 0 | 67 | 17 | 25 | 474 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10101011 | 0 | 110111 | 1111 | 10101 | 100111100 | 110010 | 111001 |
Color Harmonies of #C95BAB
Complementary color
Monochromatic Colors of #C95BAB
Black with #C95BAB
Text Example
Text Example
White with #C95BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BAB; }
p { color: rgb(201,91,171); }
H1.HeaderClassName
{
color: #C95BAB;
}
.AnyTagClassName
{
color: #C95BAB;
}
</style>
background-color css
<style>
a { background-color: #C95BAB; }
a { background-color: rgb(201,91,171); }
div.DivClassName
{
background-color: #C95BAB;
}
.BgClassName
{
background-color: #C95BAB;
}
</style>
border-color css
<style>
span { border-color: #C95BAB; }
span { border-color: rgb(201,91,171); }
td.TdClassName
{
border-color: #C95BAB;
}
.TagClassName
{
border-color: #C95BAB;
}
</style>