Shades of Fuchsia #C95BAC
Tints of Fuchsia #C95BAC
RGB
CMYK
RGB Variations
Color information
#C95BAC (or 0xC95BAC) is known color: Fuchsia. HEX triplet: C9, 5B and AC. RGB value is (201,91,172). Sum of RGB (Red+Green+Blue) = 201+91+172=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BAC is #36A453. Grayscale: #848484. Windows color (decimal): -3581012 or 11295689. OLE color: 11295689.
HSL color Cylindrical-coordinate representation of color #C95BAC: hue angle of 315.82º 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 #C95BAC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 172 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.21 |
| HSL | 315.82º | 0.5% | 0.57% | - |
| HSV(B) | 315.82º | 0.55% | 0.79% | - |
| XYZ | 35.27 | 22.88 | 41.59 | - |
| YUV | 133.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 172 | 0 | 0.55 | 0.14 | 0.21 | 315.82 | 0.5 | 0.57 |
| Hex | C9 | 5B | AC | 0 | 37 | E | 15 | 13C | 32 | 39 |
| Octal | 311 | 133 | 254 | 0 | 67 | 16 | 25 | 474 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10101100 | 0 | 110111 | 1110 | 10101 | 100111100 | 110010 | 111001 |
Color Harmonies of #C95BAC
Complementary color
Monochromatic Colors of #C95BAC
Black with #C95BAC
Text Example
Text Example
White with #C95BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BAC; }
p { color: rgb(201,91,172); }
H1.HeaderClassName
{
color: #C95BAC;
}
.AnyTagClassName
{
color: #C95BAC;
}
</style>
background-color css
<style>
a { background-color: #C95BAC; }
a { background-color: rgb(201,91,172); }
div.DivClassName
{
background-color: #C95BAC;
}
.BgClassName
{
background-color: #C95BAC;
}
</style>
border-color css
<style>
span { border-color: #C95BAC; }
span { border-color: rgb(201,91,172); }
td.TdClassName
{
border-color: #C95BAC;
}
.TagClassName
{
border-color: #C95BAC;
}
</style>