Shades of Fuchsia #C94DAB
Tints of Fuchsia #C94DAB
RGB
CMYK
RGB Variations
Color information
#C94DAB (or 0xC94DAB) is known color: Fuchsia. HEX triplet: C9, 4D and AB. RGB value is (201,77,171). Sum of RGB (Red+Green+Blue) = 201+77+171=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DAB is #36B254. Grayscale: #7C7C7C. Windows color (decimal): -3584597 or 11226569. OLE color: 11226569.
HSL color Cylindrical-coordinate representation of color #C94DAB: hue angle of 314.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DAB is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 171 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.21 |
| HSL | 314.52º | 0.53% | 0.55% | - |
| HSV(B) | 314.52º | 0.62% | 0.79% | - |
| XYZ | 34.09 | 20.67 | 40.72 | - |
| YUV | 124.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 171 | 0 | 0.62 | 0.15 | 0.21 | 314.52 | 0.53 | 0.55 |
| Hex | C9 | 4D | AB | 0 | 3E | F | 15 | 13B | 35 | 37 |
| Octal | 311 | 115 | 253 | 0 | 76 | 17 | 25 | 473 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10101011 | 0 | 111110 | 1111 | 10101 | 100111011 | 110101 | 110111 |
Color Harmonies of #C94DAB
Complementary color
Monochromatic Colors of #C94DAB
Black with #C94DAB
Text Example
Text Example
White with #C94DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DAB; }
p { color: rgb(201,77,171); }
H1.HeaderClassName
{
color: #C94DAB;
}
.AnyTagClassName
{
color: #C94DAB;
}
</style>
background-color css
<style>
a { background-color: #C94DAB; }
a { background-color: rgb(201,77,171); }
div.DivClassName
{
background-color: #C94DAB;
}
.BgClassName
{
background-color: #C94DAB;
}
</style>
border-color css
<style>
span { border-color: #C94DAB; }
span { border-color: rgb(201,77,171); }
td.TdClassName
{
border-color: #C94DAB;
}
.TagClassName
{
border-color: #C94DAB;
}
</style>