Shades of Fuchsia #C949AE
Tints of Fuchsia #C949AE
RGB
CMYK
RGB Variations
Color information
#C949AE (or 0xC949AE) is known color: Fuchsia. HEX triplet: C9, 49 and AE. RGB value is (201,73,174). Sum of RGB (Red+Green+Blue) = 201+73+174=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C949AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C949AE is #36B651. Grayscale: #7A7A7A. Windows color (decimal): -3585618 or 11422153. OLE color: 11422153.
HSL color Cylindrical-coordinate representation of color #C949AE: hue angle of 312.66º 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 #C949AE is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 174 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.21 |
| HSL | 312.66º | 0.54% | 0.54% | - |
| HSV(B) | 312.66º | 0.64% | 0.79% | - |
| XYZ | 34.11 | 20.24 | 42.15 | - |
| YUV | 122.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 174 | 0 | 0.64 | 0.13 | 0.21 | 312.66 | 0.54 | 0.54 |
| Hex | C9 | 49 | AE | 0 | 40 | D | 15 | 139 | 36 | 36 |
| Octal | 311 | 111 | 256 | 0 | 100 | 15 | 25 | 471 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10101110 | 0 | 1000000 | 1101 | 10101 | 100111001 | 110110 | 110110 |
Color Harmonies of #C949AE
Complementary color
Monochromatic Colors of #C949AE
Black with #C949AE
Text Example
Text Example
White with #C949AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949AE; }
p { color: rgb(201,73,174); }
H1.HeaderClassName
{
color: #C949AE;
}
.AnyTagClassName
{
color: #C949AE;
}
</style>
background-color css
<style>
a { background-color: #C949AE; }
a { background-color: rgb(201,73,174); }
div.DivClassName
{
background-color: #C949AE;
}
.BgClassName
{
background-color: #C949AE;
}
</style>
border-color css
<style>
span { border-color: #C949AE; }
span { border-color: rgb(201,73,174); }
td.TdClassName
{
border-color: #C949AE;
}
.TagClassName
{
border-color: #C949AE;
}
</style>