Shades of Fuchsia #C95DAB
Tints of Fuchsia #C95DAB
RGB
CMYK
RGB Variations
Color information
#C95DAB (or 0xC95DAB) is known color: Fuchsia. HEX triplet: C9, 5D and AB. RGB value is (201,93,171). Sum of RGB (Red+Green+Blue) = 201+93+171=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DAB is #36A254. Grayscale: #858585. Windows color (decimal): -3580501 or 11230665. OLE color: 11230665.
HSL color Cylindrical-coordinate representation of color #C95DAB: hue angle of 316.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DAB is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 171 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.21 |
| HSL | 316.67º | 0.5% | 0.58% | - |
| HSV(B) | 316.67º | 0.54% | 0.79% | - |
| XYZ | 35.35 | 23.19 | 41.14 | - |
| YUV | 134.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 171 | 0 | 0.54 | 0.15 | 0.21 | 316.67 | 0.5 | 0.58 |
| Hex | C9 | 5D | AB | 0 | 36 | F | 15 | 13D | 32 | 3A |
| Octal | 311 | 135 | 253 | 0 | 66 | 17 | 25 | 475 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10101011 | 0 | 110110 | 1111 | 10101 | 100111101 | 110010 | 111010 |
Color Harmonies of #C95DAB
Complementary color
Monochromatic Colors of #C95DAB
Black with #C95DAB
Text Example
Text Example
White with #C95DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DAB; }
p { color: rgb(201,93,171); }
H1.HeaderClassName
{
color: #C95DAB;
}
.AnyTagClassName
{
color: #C95DAB;
}
</style>
background-color css
<style>
a { background-color: #C95DAB; }
a { background-color: rgb(201,93,171); }
div.DivClassName
{
background-color: #C95DAB;
}
.BgClassName
{
background-color: #C95DAB;
}
</style>
border-color css
<style>
span { border-color: #C95DAB; }
span { border-color: rgb(201,93,171); }
td.TdClassName
{
border-color: #C95DAB;
}
.TagClassName
{
border-color: #C95DAB;
}
</style>