Shades of Fuchsia #C949AB
Tints of Fuchsia #C949AB
RGB
CMYK
RGB Variations
Color information
#C949AB (or 0xC949AB) is known color: Fuchsia. HEX triplet: C9, 49 and AB. RGB value is (201,73,171). Sum of RGB (Red+Green+Blue) = 201+73+171=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C949AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C949AB is #36B654. Grayscale: #7A7A7A. Windows color (decimal): -3585621 or 11225545. OLE color: 11225545.
HSL color Cylindrical-coordinate representation of color #C949AB: hue angle of 314.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949AB is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 171 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.21 |
| HSL | 314.06º | 0.54% | 0.54% | - |
| HSV(B) | 314.06º | 0.64% | 0.79% | - |
| XYZ | 33.82 | 20.12 | 40.63 | - |
| YUV | 122.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 171 | 0 | 0.64 | 0.15 | 0.21 | 314.06 | 0.54 | 0.54 |
| Hex | C9 | 49 | AB | 0 | 40 | F | 15 | 13A | 36 | 36 |
| Octal | 311 | 111 | 253 | 0 | 100 | 17 | 25 | 472 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10101011 | 0 | 1000000 | 1111 | 10101 | 100111010 | 110110 | 110110 |
Color Harmonies of #C949AB
Complementary color
Monochromatic Colors of #C949AB
Black with #C949AB
Text Example
Text Example
White with #C949AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949AB; }
p { color: rgb(201,73,171); }
H1.HeaderClassName
{
color: #C949AB;
}
.AnyTagClassName
{
color: #C949AB;
}
</style>
background-color css
<style>
a { background-color: #C949AB; }
a { background-color: rgb(201,73,171); }
div.DivClassName
{
background-color: #C949AB;
}
.BgClassName
{
background-color: #C949AB;
}
</style>
border-color css
<style>
span { border-color: #C949AB; }
span { border-color: rgb(201,73,171); }
td.TdClassName
{
border-color: #C949AB;
}
.TagClassName
{
border-color: #C949AB;
}
</style>