Shades of Fuchsia #C944AC
Tints of Fuchsia #C944AC
RGB
CMYK
RGB Variations
Color information
#C944AC (or 0xC944AC) is known color: Fuchsia. HEX triplet: C9, 44 and AC. RGB value is (201,68,172). Sum of RGB (Red+Green+Blue) = 201+68+172=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C944AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944AC is #36BB53. Grayscale: #777777. Windows color (decimal): -3586900 or 11289801. OLE color: 11289801.
HSL color Cylindrical-coordinate representation of color #C944AC: hue angle of 313.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C944AC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 172 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.21 |
| HSL | 313.08º | 0.55% | 0.53% | - |
| HSV(B) | 313.08º | 0.66% | 0.79% | - |
| XYZ | 33.6 | 19.53 | 41.03 | - |
| YUV | 119.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 172 | 0 | 0.66 | 0.14 | 0.21 | 313.08 | 0.55 | 0.53 |
| Hex | C9 | 44 | AC | 0 | 42 | E | 15 | 139 | 37 | 35 |
| Octal | 311 | 104 | 254 | 0 | 102 | 16 | 25 | 471 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10101100 | 0 | 1000010 | 1110 | 10101 | 100111001 | 110111 | 110101 |
Color Harmonies of #C944AC
Complementary color
Monochromatic Colors of #C944AC
Black with #C944AC
Text Example
Text Example
White with #C944AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944AC; }
p { color: rgb(201,68,172); }
H1.HeaderClassName
{
color: #C944AC;
}
.AnyTagClassName
{
color: #C944AC;
}
</style>
background-color css
<style>
a { background-color: #C944AC; }
a { background-color: rgb(201,68,172); }
div.DivClassName
{
background-color: #C944AC;
}
.BgClassName
{
background-color: #C944AC;
}
</style>
border-color css
<style>
span { border-color: #C944AC; }
span { border-color: rgb(201,68,172); }
td.TdClassName
{
border-color: #C944AC;
}
.TagClassName
{
border-color: #C944AC;
}
</style>