Shades of Fuchsia #C946AC
Tints of Fuchsia #C946AC
RGB
CMYK
RGB Variations
Color information
#C946AC (or 0xC946AC) is known color: Fuchsia. HEX triplet: C9, 46 and AC. RGB value is (201,70,172). Sum of RGB (Red+Green+Blue) = 201+70+172=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AC is #36B953. Grayscale: #787878. Windows color (decimal): -3586388 or 11290313. OLE color: 11290313.
HSL color Cylindrical-coordinate representation of color #C946AC: hue angle of 313.28º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C946AC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 172 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.21 |
| HSL | 313.28º | 0.55% | 0.53% | - |
| HSV(B) | 313.28º | 0.65% | 0.79% | - |
| XYZ | 33.72 | 19.78 | 41.07 | - |
| YUV | 120.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 172 | 0 | 0.65 | 0.14 | 0.21 | 313.28 | 0.55 | 0.53 |
| Hex | C9 | 46 | AC | 0 | 41 | E | 15 | 139 | 37 | 35 |
| Octal | 311 | 106 | 254 | 0 | 101 | 16 | 25 | 471 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10101100 | 0 | 1000001 | 1110 | 10101 | 100111001 | 110111 | 110101 |
Color Harmonies of #C946AC
Complementary color
Monochromatic Colors of #C946AC
Black with #C946AC
Text Example
Text Example
White with #C946AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946AC; }
p { color: rgb(201,70,172); }
H1.HeaderClassName
{
color: #C946AC;
}
.AnyTagClassName
{
color: #C946AC;
}
</style>
background-color css
<style>
a { background-color: #C946AC; }
a { background-color: rgb(201,70,172); }
div.DivClassName
{
background-color: #C946AC;
}
.BgClassName
{
background-color: #C946AC;
}
</style>
border-color css
<style>
span { border-color: #C946AC; }
span { border-color: rgb(201,70,172); }
td.TdClassName
{
border-color: #C946AC;
}
.TagClassName
{
border-color: #C946AC;
}
</style>