Shades of Fuchsia #C946AD
Tints of Fuchsia #C946AD
RGB
CMYK
RGB Variations
Color information
#C946AD (or 0xC946AD) is known color: Fuchsia. HEX triplet: C9, 46 and AD. RGB value is (201,70,173). Sum of RGB (Red+Green+Blue) = 201+70+173=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AD is #36B952. Grayscale: #787878. Windows color (decimal): -3586387 or 11355849. OLE color: 11355849.
HSL color Cylindrical-coordinate representation of color #C946AD: hue angle of 312.82º 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 #C946AD is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 173 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.21 |
| HSL | 312.82º | 0.55% | 0.53% | - |
| HSV(B) | 312.82º | 0.65% | 0.79% | - |
| XYZ | 33.82 | 19.81 | 41.58 | - |
| YUV | 120.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 173 | 0 | 0.65 | 0.14 | 0.21 | 312.82 | 0.55 | 0.53 |
| Hex | C9 | 46 | AD | 0 | 41 | E | 15 | 139 | 37 | 35 |
| Octal | 311 | 106 | 255 | 0 | 101 | 16 | 25 | 471 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10101101 | 0 | 1000001 | 1110 | 10101 | 100111001 | 110111 | 110101 |
Color Harmonies of #C946AD
Complementary color
Monochromatic Colors of #C946AD
Black with #C946AD
Text Example
Text Example
White with #C946AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946AD; }
p { color: rgb(201,70,173); }
H1.HeaderClassName
{
color: #C946AD;
}
.AnyTagClassName
{
color: #C946AD;
}
</style>
background-color css
<style>
a { background-color: #C946AD; }
a { background-color: rgb(201,70,173); }
div.DivClassName
{
background-color: #C946AD;
}
.BgClassName
{
background-color: #C946AD;
}
</style>
border-color css
<style>
span { border-color: #C946AD; }
span { border-color: rgb(201,70,173); }
td.TdClassName
{
border-color: #C946AD;
}
.TagClassName
{
border-color: #C946AD;
}
</style>